SET SHUTDOWN TIMER ON YOUR WINDOWS

This method will create a shortcut at your desktop and time of shutdown will be set by you and when you click on it count down starts and your Pc will get shutdown after a specific time. The method will be helpful when you are downloading something that takes excess time and at that case you can set timer for shutdown. Just follow up the below steps to proceed.

1. First of all click on start and type notepad and press enter.

2. Now notepad will open, just copy the below code and paste it in your notepad.


3.In the above code 60 represent the time period in seconds after which PC will shutdown, you can change this also as specifying 60 will shutdown computer after 60 seconds that is 1 minute and if you want to shutdown it after 2 hour then you will write
shutdown -s -t 7200.

4. Now save this file in desktop as Techspirate shutdown.bat you can give any name to file but .bat after the file name is must.


5. Now you will see a batch file in your desktop, now when you click on the file your computer will get shutdown after a specified time.


Post a Comment