Creating shutdown shortcut on desktop

1. Right click on empty space on your Desktop

2. Click “New”->”Shortcut”

3. In “Type the location of the item” box type:



For shutdown: shutdown.exe -s -t 0

For restart: shutdown.exe -r -t 0

For logoff: shutdown.exe -l -t 0

For hibernation: rundll32.exe PowrProf.dll, SetSuspendState Hibernate

Parameter -t 0 will execute shutdown immediately. If you change -t 0 parameter to -t 60, shutdown will occur in 60 seconds and so on.



4. Click “Next”

5. Enter a name for the shortcut and click “Finish”

0 comments: