shutdown /s /t 0
The 0 at end is seconds of delay, if you want 15 seconds delay, then you have "shutdown /s /t 15"
(note: it requires /s, the /t is optional)
Hibernate shortcut syntax (no delay parameter):
Shutdown /h
----------------------------------
Sleep Computer: rundll32.exe powrprof.dll,SetSuspendState 0,1,0
Logoff: Shutdown -L
reboot: shutdown /r
No comments:
Post a Comment