
So let's get started.
First of all let's create a "Shutdown Shortcut".
For that , right click on the desktop go to "New" and click on Shortcut to create a shortcut. Now a pop-up window will emerge. Type or copy paste the code bellow in that comment box.
Shutdown -s -t 00
If you want to create a "Restart Shortcut" type this piece of code:
Shutdown -r -t 00
If you want to create a "Log Off Shortcut" type this piece of code:
Shutdown.exe -L
If you want to create a "Log Off Shortcut" type this piece of code:
rundll32.exe PowrProf.dll, SetSuspendState
If you find this difficult you can use some softwares.You can google for them.
Comments
Post a Comment