Windows7 shutdown, restart, standby, hibernate command

  
Windows7 shutdown, restart, standby, hibernation command
Windows7 under some shutdown, restart, standby, hibernation commands, through Autohotkey can achieve fast shutdown and other operations.
; Shut down immediately, no prompt, delay.
shutdown -p
;Restart now
shutdown -r -t 00
; Enter hibernation, enter standby if hibernation is closed
rundll32.exe powrProf.dll, SetSuspendState
Windows 7 turns off hibernation, mixed sleep will not be available:
powercfg -h off
View command:
powercfg -a

Copyright © Windows knowledge All Rights Reserved