Home > Article > Computer Tutorials > How to set the computer shutdown time?
1. Through software, many software now have the function of scheduled shutdown
2. Implement it through the SHUTDOWN command. The following are all its commands
shutdown.exe -a Cancel shutdown
shutdown.exe -s shutdown
shutdown.exe -f forcefully closes the application.
shutdown.exe -m \\computer name Control the remote computer.
shutdown.exe -i displays the graphical user interface, but must be the first parameter of Shutdown
shutdown.exe -l Log out the current user
shutdown.exe -r Shut down and restart
shutdown.exe -t time Set shutdown countdown
For example, if your computer wants to shut down at 24:00, you can select "Start → Run" and enter "at 24:00 Shutdown -s". In this way, at 24:00, the "System Shutdown" dialog box will appear on the computer. By default, there is a 30-second countdown and prompts you to save your work. If you want to shut down the computer in a countdown manner, you can enter "Shutdown.exe -s -t 7200", which means it will automatically shut down after 120 minutes, and "7200" means 120 minutes.
If you want to cancel, you can enter "shutdown -a" during operation. In addition, enter "shutdown -i" to open the automatic shutdown setting dialog box and set automatic shutdown.
can be set.
For example, if your computer wants to shut down at 22:00, you can select "Start → Run" and enter "at 22:00 Shutdown -s",
In this way, the "System Shutdown" dialog box will appear on the computer at 22 o'clock. By default, there will be a 30-second countdown and prompt you to save the work
do. If you want to shut down in countdown mode, you can enter "Shutdown.exe -s -t 3600", which here means 60
It will automatically shut down after minutes, "3600" means 60 minutes.
After setting the automatic shutdown, if you want to cancel it, you can enter "shutdown -a" during operation. Also enter
"shutdown -i", you can open the automatic shutdown setting dialog box and set automatic shutdown.
The parameters of Shutdown.exe, each has a specific purpose, and executing each one will produce different effects, such as
"-s" means shutting down the local computer, "-a" means canceling the shutdown operation, more parameters are listed below, everyone
Can be used on demand in Shutdown.exe.
-f: Force close application
-m \\computer name: control remote computer
-i: Display the graphical user interface, but must be the first option of Shutdown
-l: Log out 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)
Sometimes, we need to shut down the computer regularly. Here is a simple method to implement scheduled shutdown under Windows XP
Law.
Specify that the system will automatically shut down after 22 minutes: Click "Start → Run" and enter the command "Shutdown
in "Open"-s -t 1320" (note: do not enter the quotation marks, there are spaces between parameters, the unit of 1320 is seconds), click "OK"
button.
Specify the system to automatically shut down at a certain time (such as 12:00): Enter the command
in "Open""at 12:00 Shutdown -s" is enough.
Cancel scheduled shutdown: Enter the command "Shutdown -a" in "Open".
Computer scheduled and countdown shutdown can be operated through the shutdown command.
The running window of the command can be opened by clicking "Start - Run" or the shortcut key WIN R.
Enter the command in the window and press Enter to run. The command is as follows (excluding the "" symbol)
《shutdown -s -t 3600》 (Shut down after one hour)
《at 12:00 shutdown -s》(12:00 shutdown)
Other related shutdown commands:
shutdown.exe -a Cancel shutdown
shutdown.exe -s shutdown
shutdown.exe -f Forcefully close the application
shutdown.exe -m \\computer name Control remote computer
shutdown.exe -l Log out the current user
shutdown.exe -r Shut down and restart.
The above is the detailed content of How to set the computer shutdown time?. For more information, please follow other related articles on the PHP Chinese website!