用户首选的关机操作 - Windows
我有一个程序需要很长时间才能运行,并且打算在无人值守的情况下运行。在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用托管代码,则可以使用 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