Hacker News new | ask | show | jobs
by alloai 1517 days 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

`

2 comments

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
Also would recommend this: https://docs.microsoft.com/en-us/windows/powertoys/awake

Disclaimer: I built the tool.