Alternative shutdown exposure: setting method for system timing shutdown

  

If you ask everyone how you usually shut down, I believe everyone will give the same answer. Shutdown is a very simple matter for us, but if it can't be shut down in time, how can we come out? We generally Shutdown is to select Start in the lower left corner of the computer, turn off the computer, and turn off the computer. Is this only one method? Of course not! In fact, there are alternative methods of operation for shutdown, and I will give you a recommendation when I am drunk today.

Starting the topic:

If your computer is going to shut down at 22:00, you can choose “Start →Run”, enter “at 22:00 Shutdown -s”, At 22 o'clock, the computer will appear "System Shutdown" dialog box, the default has a 30-second countdown and prompts you to save the work. If you want to shut down in a countdown mode, you can enter "Shutdown.exe -s -t 3600”, which means that it will automatically shut down after 60 minutes," 3600” represents 60 minutes.

After setting the automatic shutdown, if you want to cancel, you can enter “shutdown -a” in the run. Further input & ldquo; shutdown -i & rdquo ;, you can turn off the automatic setting dialog for setting the automatic shutdown.

The parameters of Shutdown.exe, each with a specific purpose, each will produce different effects, such as “-s” means to shut down the local computer, “-a” means cancel the shutdown operation More parameters are listed below, you can use them as needed in Shutdown.exe.

-f: Force application to close

-m \\\\ computer name: controlling the remote computer

-i: displaying a graphical user interface, but it must first be Shutdown option

-l: log off the current user

-r: shut down and restart

-t time: set off the countdown

-c " message Content ": Enter the message content in the shutdown dialog (cannot exceed 127 characters)

Sometimes, we need to shut down the computer regularly. Here is a simple way to implement a timed shutdown under Windows XP.

Specifies the system automatically shut down after 22 minutes: Click & ldquo; start & rarr; run & rdquo ;, in & ldquo; open & rdquo; input command & ldquo; Shutdown-s -t 1320 & rdquo; (Note: quotes are not input, There is a space between the parameters, the unit of 1320 is the second), click the “OK” button.

Specifies that the system automatically shuts down at a certain time (such as 12:00): Enter the command “at 12:00 Shutdown -s” in “Open”

Cancel the timed shutdown: Enter the command "Shutdown -a" in "Open".

Timed shutdown is now necessary. For the convenience of everyone's work, this method should still be learned. Let's take a look at the tutorial. The implementation of the energy is achieved by using the "Shutdown" command. The shutdown parameter is entered in the command line window, "shutdown". The author believes that the most useful is the "-i" parameter, you can call out the "remote shutdown dialog box", which can easily realize the remote shutdown of the computer in the LAN, interested friends can give it a try.

Copyright © Windows knowledge All Rights Reserved