This post will guide you to create a shutdown button on your Desktop
In this post I'm going to tell you that how you can create a shut down button in windows. It's an easy trick. I hope you'll understand it easily. Let's start
- The first thing that you have to do is that you have to Right Click on your desktop and then go to New>>Shortcut
- Paste the following code in the text box
C:\WINDOWS\system32\shutdown.exe -s -t 00
- If you want to change the time of shutdown, you can replace 00 with the time which you want to set As (C:\WINDOWS\system32\shutdown.exe
-s -t 20)
- In the above example, I have set the time of 20 Seconds
- After creating the file, Right Click on the file and Select Properties From the list.
- Click on "Change Icon"
- Click on OK
- That's it
COMMENTS