Navigation

9/30/2013

Windows 8 shutdown shortcut

To create shortcut to shutdown windows 8, right click on desktop, select NEW, then "shortcut", type in the following text


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