Windows批处理脚本:将睡眠选项设置为永不
@echo off powercfg -change -standby-timeout-ac 0 powercfg -change -standby-timeout-dc 0 powercfg -change -hibernate-timeout-ac 0 powercfg -change -hibernate-timeout-dc 0 echo All sleep options have been set to 'Never'.
原文地址: https://www.cveoy.top/t/topic/nMOR 著作权归作者所有。请勿转载和采集!