How to create shortcut,shortcutkeys Shutdown,Restart,Sleep

2015-10-20 20

Codes for Shut-down ,Restart and Sleep
*****************************
Shut-down Computer Short cut
*****************************
Shutdown.exe -s -t 00


*****************************
Restart Computer Short cut
*****************************
Shutdown.exe -r -t 00


*****************************
Sleep Computer Batch File
*****************************
rundll32.exe powrprof.dll,SetSuspendState 0,1,0