Using XP to implement automatic timing shutdown
Windows XP provides a shutdown program that can easily implement automatic timing. The program name is ShutDown.exe, located in the Windows / System32 folder, controls Windows shutdown work. Shutdown uses format shutdown's usage format: shutdown [-i | -l | -s | -r | -a] [-f] [-M // computername] [-t xx] [-c "comment"] [ -d Up: xx: yy].
Automatic timing is known by the above parameters, we can only turn the Windows XP automatically in a countdown manner, such as you need to turn off the computer after two hours, then the specific method is to click the Start | Run command. In the Open box, type "Shutdown -S -T 7200". The "7200" is the number of seconds. Click the "OK" button. At this point, the System Shutdown dialog opens and displays the number of times the shutdown. Of course, this does not affect the operation of other programs. After canceling the timing, you can enter "shutdown -a" in the "Open" box of the Run command, and press the Enter key if you want to cancel it.