Creating A Shutdown Shortcut On Desktop
Tips Of The Day - Creating A Shutdown Shortcut On Desktop
Today we are going to learn how to create Shutdown shortcut button on Desktop. First, on the desktop right click and choose New -> Shortcut.

In the Type the location of the item, insert this command:-
%windir%\System32\shutdown.exe -s
or, if you want to shutdown instantly you can use this command:-
%windir%\System32\shutdown.exe -s -f -t 00
::A bit info about the command I use::
For “-s” means shutdown. If you want to reboot, replace “-s” with “-r”
For “-f” means forces running application to close without warning.
For “-t 00” means set timeout for shutdown to XX seconds.
After that, click Next button. In the Type a Name for this shortcut, enter “Shutdown my Computer” or something like that.
By clicking Finish, then you are DONE !!!!.