How can I shutdown PC with one click on Desktop?

Q. How can I shutdown PC with one click on Desktop?
A.
Right click on the Desktop.
Left click on New > Shortcut.
Browse for shutdown.exe (C:\WINDOWS\system32)
Add to shutdown.exe -s -f -t 00
Where:
-s parameter is used to shut down the computer.
-f forces running applications to close without warning.
-t xx set timeout for shutdown to xx seconds.
Between -s and other parameters should be the space. 
To shut down instantly: C:\WINDOWS\system32\shutdown.exe -s -f -t 00
Change icon image if you want, click one time on your new shortcut and PC will go to shut down.

No comments:

Post a Comment