7 ms·
with text file saved as .bat file ` @echo off powercfg.exe -x -monitor-timeout-ac 5 powercfg.exe -x -disk-timeout-ac 180 powercfg.exe -x -standby-timeout-ac 18
by alloai 4y ago
with text file saved as .bat file
`
@echo off
powercfg.exe -x -monitor-timeout-ac 5
powercfg.exe -x -disk-timeout-ac 180
powercfg.exe -x -standby-timeout-ac 180
powercfg.exe -x -hibernate-timeout-ac 999
`
- dend 4y agoAlso would recommend this: https://docs.microsoft.com/en-us/windows/powertoys/awake https://docs.microsoft.com/en-us/windows/powertoys/awake Disclaimer: I built the tool.
- gabrielsroka 4y agohttps://news.ycombinator.com/formatdoc https://news.ycombinator.com/formatdoc @echo off powercfg.exe -x -monitor-timeout-ac 5 powercfg.exe -x -disk-timeout-ac 180 powercfg.exe -x -standby-timeout-ac 180 powercfg.exe -x -hibernate-timeout-ac 999