Windows in one of the conventional
operating systems because of the lots of the features that it avails to
its user. Today we will be presenting one of them. You all shutdown computer after you completed your work.
So
we are here with a process to Create A Shortcut To Shutdown Computer
After A Specified Time Period. You just have to follow some of the
uncomplicated steps that I have
discussed in below area.
How to Set a Shutdown Timer On Windows
This method will generate a shortcut on your desktop and time of shutdown will be set by you and when you click on it the countdown will automatically start and your Pc will get shut down after a specific time. The method will be effective when you are downloading something that takes excess time and in that case, you can set a timer for a shutdown. Just follow up the below steps to proceed.
1. First of all, click on start and type notepad and press enter. Now notepad will open, just copy the below code and paste it into your notepad
discussed in below area.
How to Set a Shutdown Timer On Windows
This method will generate a shortcut on your desktop and time of shutdown will be set by you and when you click on it the countdown will automatically start and your Pc will get shut down after a specific time. The method will be effective when you are downloading something that takes excess time and in that case, you can set a timer for a shutdown. Just follow up the below steps to proceed.
1. First of all, click on start and type notepad and press enter. Now notepad will open, just copy the below code and paste it into your notepad
shutdown -s -t 60
2. 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 hours then you will write shutdown -s -t 7200.
3. Now save this file in desktop as Techviral shutdown.bat you can give any name to file but .bat after the file name is the must.
4. Now you will see a batch file on your desktop, now when you click on the file your computer will get shut down after a specified time.
No comments:
Post a Comment