定时休眠

1powercfg -h on
2
3schtasks /create /tn "my-standby" /tr "rundll32.exe powrprof.dll,SetSuspendState" /sc once /sd 2025/06/26 /st 02:00
4
5schtasks /delete /tn "my-standby"