Windows 7: Turn off monitor or hibernate from command line
This will put the monitor in sleep mode :
powercfg -change -monitor-timeout-ac 1
Turn off hibernate
powercfg.exe /hibernate off
This will put the monitor in sleep mode :
powercfg -change -monitor-timeout-ac 1
Turn off hibernate
powercfg.exe /hibernate off
0 comments