如何将监视器超时设置为"从不"使用PowerShell

时间:2016-03-28 13:50:54

标签: windows powershell settings sleep

我想写一个脚本,它将改变&#34的功率设置;关闭显示器"和#34;让电脑睡觉"从来没有" (见附件截图)。 我知道如何使用以下方式设置上述时间:

powercfg -change -monitor-timeout-ac [time]
powercfg -change -monitor-timeout-dc [time]
powercfg -change -standby-timeout-ac [time]
powercfg -change -standby-timeout-dc [time]

但我无法找到如何将其设置为"从不"。

我需要使用的语法是什么?

谢谢你!

1 个答案:

答案 0 :(得分:8)

试试这个:

powercfg -change -monitor-timeout-ac 0

对此,我最喜欢的缺少帮助开关/参数信息的参考: http://ss64.com/nt/powercfg.html

  

将任何值设置为0将设置timeout = Never