Go to Start> select Run> type shutdown -s -t 3600
Inside:
shutdown: is the keyword
-s: short for shutdown.
-t: time symbol
3600: This is the amount of time you want the computer to turn off (you can vary it according to your intended use, in seconds)
- If you want to cancel the automatic shutdown command has been set, go to Start> Run and enter the command shutdown -a
- Tip for you: You can change the value -s to -r to restart the computer after a period of time (-r stands for Restart)
Schedule shutdown of Windows XP computer
Go to Start -> select Run -> type shutdown -s -t 3600
Inside:
shutdown: is the keyword
-s: short for shutdown.
-t: time symbol
3600: This is the amount of time you want the computer to turn off (you can vary it according to your intended use, in seconds)
Windows countdown time shutdown
- If you want to cancel the automatic shutdown command has been set, go to Start -> Run and enter the command shutdown -a
- Tip for you: You can change the value -s to -r to restart the computer after a period of time (-r stands for Restart)
Command line to cancel the shutdown command