Windows – Set various power settings via command line

Set various timeout setting for sleep, hibernate, disk, and monitor. Below will disable all timeouts. Great for VM workstations that need to run 24/7

powercfg /x -hibernate-timeout-ac 0
powercfg /x -hibernate-timeout-dc 0
 
powercfg /x -disk-timeout-ac 0
powercfg /x -disk-timeout-dc 0
 
powercfg /x -monitor-timeout-ac 0
powercfg /x -monitor-timeout-dc 0
 
Powercfg /x -standby-timeout-ac 0
powercfg /x -standby-timeout-dc 0

Leave a Reply