Schedule computer to shutdown after a certain time:
To schedule your computer to shut down, all you have to do is:
- Click on “Start”.
- Select “Run”.
- Then type the following command: shutdown -s -t 3600
- Press “Enter”.
Please note:
After entering this command your computer will automatically shutdown after 1 hour, you can increase that time by doing a simply multiplying 3600 by the number of hours that you want.- Be careful about the spaces between the characters (just copy/past).
- 3600 is in second, That means 1 hour.
- Shutdown after 3 hours = 3600 x 3= 10800.
- Shutdown after 5 minutes= 5 x 60= 300.
- To automatically shutdown after 3 hours you enter: shutdown -s -t 10800
- To automatically shutdown after 5 minutes you enter: shutdown -s -t 300
NB: After that you have scheduled your computer to shutdown you will see a countdown window.
Cancel scheduled shutdown
If at anytime, for any reason, you want to cancel the scheduled shutdown it’s very simple:
- Click on “Start”.
- Select “Run”.
- Then type the following command: shutdown -a
- Press “Enter”.
0 commentaires:
Post a Comment