Windows XP shutdown is controlled by the Shutdown.exe program and is located in the WindowsSystem32 folder. If you want Windows 2000 to also implement
The same effect, you can copy the Shutdown.exe to the system directory
Shutdown the command to turn off the machine automatically
Shutdown.exe-a Cancel shutdown
Shutdown.exe-s shutdown
Shutdown.exe-f forcibly shuts down the application.
SHUTDOWN.EXE-M \ Computer name controls the remote computer.
Shutdown.exe-i Displays the graphical user interface, but must be the first parameter of the shutdown.
Shutdown.exe-l Log off the current user.
Shutdown-r Shutdown and reboot.
Shutdown.exe-t time to set the shutdown countdown. The timeout before setting off is xxx seconds. For Windows 2003 systems, the effective range is 0-
600, default is 30
So how to realize computer automatic shutdown?
1, the mouse click "Start" menu--> Select "Run"--> input above to their own to shut down the command (such as the above automatic shutdown command shutdown ginseng
number, click OK;
Custom Computer automatic shutdown time command: at 20:30 shutdown-s
(The meaning of the command: The computer will be shut down automatically when the system time is 20:30, if you want to set other time, please change 20:30; s indicates shutdown
Local computer)
Countdown mode to achieve computer automatic shutdown command: shutdown.exe-s-T 3500
(The meaning of the command: 3,500 seconds after the computer automatically shutdown, and is the countdown to read seconds, 350 means 3,500 seconds, that is 58 minutes, according to
Need to customize the length in seconds; t represents the countdown to read seconds.
Set the automatic Shutdown command as a visual window: Shutdown-i
(Enter to run this command, will eject the automatic Shutdown Settings window, according to Chinese prompts to set your timing shutdown time, form and so on, easy to understand;
In this, you can also use the-I command to remote control of the computer in the LAN automatic Shutdown)
Cancel computer automatic shutdown command: shutdown-a
(If you set the computer automatic shutdown, but want to cancel halfway, then enter the above command, the system will automatically cancel the timer shutdown function, return to normal state)