Hacker News new | past | comments | ask | show | jobs | submit login

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

`




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.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: