Shortcut To Shutdown & Reboot

To create Shortcut to Shutdown And Reboot
1> Right click on your desktop, Scrol Down to New, now click on Shortcut(or press s)
2> A new window will popup,in the location box type
%windir%\system32\shutdown.exe -s -t 0
where 0=zero to initiate shutdown sequence in 0 seconds
And You name the shortcut as Shutdown just for convenience
3> Similarly For Reboot instead of %windir%\system32\shutdown.exe -s -t 0
Type
%windir%\system32\shutdown.exe -r -t 0
and save shortcut as Reboot
And You Can even create abort Shutdown command by typing
%windir%\system32\shutdown.exe -a
For Logoff
%windir%\system32\shutdown.exe -l -t 0
Comments