Windows XP is shut down by shutdown.exe ProgramIn the windows \ system32 folder.
For example, if you want to shut down at, you can select "Start> Run" and enter "at shutdown-s". at, the "system shutdown" dialog box appears, by default, there is a 30-second countdown and you are prompted to save it.
At [\ computername] [{[ID] [/delete] |/Delete [/Yes]}]
Such as at-S/delete/yes or at-s ID/delete/Yes
If you want to shut down the server by a time-based method, you can enter “shutdown.exe-s-t 3600 ", which indicates that the server will automatically shut down after 60 minutes, and" 3600 "indicates 60 minutes.
If you want to cancel Automatic shutdown, enter "shutdown-a" during running ".
"Shutdown-I", you can open the Set automatic shutdown dialog box and set the automatic shutdown.
"-S" indicates that the local computer is disabled, and "-a" indicates that the shutdown is canceled,
More Parameters
You can use it as needed in shutdown.exe.
-F: forcibly close the application
-M \ computer name: controls the remote computer
-I: displays the graphic user interface, but must be the first option of shutdown.
-L: log out of the current user.
-R: Shut down and restart
-T time: Set shutdown countdown
-C "message content": Enter the message content in the shutdown dialog box (cannot exceed 127 characters)