以编程方式设置系统睡眠/待机超时
我需要以编程方式为我的设备设置睡眠/待机超时。 (即,当它闲置一段时间时,它会关闭。)
它默认为 120,我有一个工具可以让我更改它,但我想通过我的程序(动态)更改它。
关于如何做到这一点有什么想法吗?
I need to set the sleep/standby timeout programmatically for my device. (ie when it sits idle for a while it turns off.)
It defaults to 120 and I have a tool that let me change it, but I want to change it via my program (dynamically).
Any ideas on how to do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请阅读 MSDN 上的电源管理器挂起超时。确保设置他们在文章末尾提到的全局事件以使设置生效。
Read Power Manager Suspend Timeouts on MSDN. Make sure to set the global event they mentioned at the end of the article to make the settings take effect.