电脑自带的自动关机系统(Automatic shutdown system with computer).doc
文本预览下载声明
电脑自带的自动关机系统(Automatic shutdown system with computer)
For example, your computer should turn off at 22:00, you can choose start to run, enter for example, your computer should be shut down at 22:00, you can choose start to run , enter at 22:00 Shutdown -s ,
Thus, at 22, the computer will appear system shutdown dialog box, default 30 seconds countdown, and prompt you to save the work
For. If you want to shutdown by way of countdown, you can enter Shutdown.exe -s -t 3600, which means 60
Automatic shutdown after 10 minutes, 3600 stands for 60 minutes.
After setting the automatic shutdown, if you want to cancel, you can enter shutdown -a at run time. Additional input
Shutdown -i, you can open the settings automatic shutdown dialog box, set the automatic shutdown.
Shutdown.exe parameters, each with a specific purpose, each of which performs a different effect, such as
-s means shutting down the local computer. -a means canceling the shutdown operation. More parameters are listed below
You can use it on Shutdown.exe as needed.
-f: force to close the application
-m \ \ computername: remote control computer
-i: displays the graphical user interface, but must be the first option for Shutdown
-l: write off the current user
-r: power off and restart
-t time: set the shutdown countdown
-c message content: enter the message contents in the shutdown dialog box (no more than 127 characters)
Sometimes, we need to turn off the computer at regular intervals. Heres a simple way to implement a timed shutdown in Windows XP
Method.
The specified system shuts down automatically in 22 minutes: click start, run, and enter command Shutdown in open
St 1320 (Note: quotes do not enter, there are spaces, parameters between the 1320 units are seconds), click ok
Button can.
Specifies that the system automatically closes at some point (such as 12:00): enter command in open
At 12:00 Shutdowns.
Cancel the shutdown: in the open command Shutdowna.
All implementations are implemented using the Shutdown c
显示全部