|
||||||||||
|
|
||||||||||
|
|
![]() |
|||||||||
|
Shortcuts for Hibernate, Shutdown and Restart
Shutdown and Restart are simple execution commands for the system exe called shutdown.exe but with different parameters.
How to create Windows Shortcuts for shutdown and restart. 1. Right Click on your Desktop, go to New>>shortcut.
2. Now for creating respective shortcut copy the commands given below.
Shutdown
SHUTDOWN -s -t 01
Restart
SHUTDOWN -r -t 01
As Hibernate is a suspended state, in case of Windows XP, it has nothing to do with shutdown.exe
Hibernate
rundll32.exe PowrProf.dll, SetSuspendState
3. Click next and then finish (You can change the icon to make these shortcuts more meaningful.
|
||||||||||