用户首选的关机操作 - Windows

发布于 2024-11-04 04:27:10 字数 253 浏览 0 评论 0原文

我有一个程序需要很长时间才能运行,并且打算在无人值守的情况下运行。在 Windows 中,确定用户首选的关机操作的最佳方法是什么。

  • 电源按钮的作用。
  • 在 Windows 7 中,开始菜单注销操作(默认情况下为关机)。

如何在 Windows XP、Windows Vista 和 Windows 7 上确定这些值?

有 API 可以做到这一点吗? (即根据用户偏好关闭、挂起或休眠)

I have a program that takes a long time to run and is intended to run unattended. In Windows, what is the best way to determine the users preferred poweroff action.

  • What the power button does.
  • In Windows 7, the start menu logoff action (Which is Shut Down by default).

How can I determine these values on Windows XP, Windows Vista and Windows 7?

Is there an API to do this? (i.e. Shutdown, Suspend, or Hibernate according to users preferences)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

温柔女人霸气范 2024-11-11 04:27:10

如果您使用托管代码,则可以使用 PowerGetActiveScheme。这里有一个如何使用它的示例: http://www.pinvoke.net/ default.aspx/powrprof.powergetactivescheme

If you are using managed code, there is PowerGetActiveScheme. There is an example of how to use it here: http://www.pinvoke.net/default.aspx/powrprof.powergetactivescheme

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文