IT Questions and Answers :)

Wednesday, May 29, 2019

What command do you use to shut down or restart local or remote hosts running Windows?

What command do you use to shut down or restart local or remote hosts running Windows?

  • shutdown
  • reboot
  • poweroff
  • exit 
What command do you use to shut down or restart local or remote hosts running Windows?

EXPLANATION

The shutdown command is a Command Prompt command that can be used to shut down, restart, log off, or hibernate your own computer.
The shutdown command can also be used to remotely shut down or restart a computer you have access to over a network.
The shutdown command is similar in some ways to the logoff command.

Shutdown Command Availability

The shutdown command is available from within the Command Prompt in Windows 10Windows 8Windows 7Windows Vista, and Windows XP operating systems.
The availability of certain shutdown command switches and other shutdown command syntax may differ from operating system to operating system.

Shutdown Command Syntax

shutdown [/i | /l | /s | /r | /g | /a | /p | /h | /e | /o] [/hybrid] [/f] [/m \\computername] [/t xxx] [/d [p:|u:]xx:yy] [/c "comment"] [/?]
See How to Read Command Syntax if you're not sure how to read the shutdown command syntax shown above or described in the table below.

Shutdown Command Options
Item Description
/i This shutdown option shows the Remote Shutdown Dialog, a graphical version of the remote shutdown and restart features available in the shutdown command. The /i switch must be the first switch shown and all other options will be ignored.
/l This option will immediately log off the current user on the current machine. You can not use the /l option with the /m option to log off a remote computer. The /d, /t, and /c options are also not available with /l.
/s Use this option with the shutdown command to shut down the local or /m defined remote computer.
/r This option will shut down and then restart the local computer or the remote computer specified in /m.
/g This shutdown option functions the same as the /r option but will also restart any registered applications after the reboot.
/a Use this option to stop a pending shutdown or restart. Remember to use the /m option if you're planning on stopping a pending shutdown or restart that you executed for a remote computer.
/p This shutdown command option turns off the local computer completely. Using the /p option is similar to executing shutdown /s /f /t 0. You can not use this option with /t.
/h Executing the shutdown command with this option immediately puts the computer you're on into hibernation. You can not use the /h option with the /m option to put a remote computer into hibernation, nor can you use this option with /t, /d, or /c.
/e This option enables documentation for an unexpected shut down in the Shutdown Event Tracker.
/o Use this shutdown switch to end the current Windows session and open the Advanced Boot Options menu. This option must be used with /r. The /o switch is new beginning in Windows 8.
/hybrid This option performs a shutdown and prepares the computer for fast startup. The /hybrid switch is new beginning in Windows 8.
/f This option forces running programs to close without warning. Except with the /l, /p, and /h options, not using shutdown's /f option will present a warning about the pending shutdown or restart.
/m \\computername This shutdown command option specifies the remote computer that you want to execute a shutdown or restart on.
/t xxx This is the time, in seconds, between the execution of the shutdown command and the actual shutdown or restart. The time can be anywhere from 0 (immediately) to 315360000 (10 years). If you don't use the /t option then 30 seconds is assumed. The /t option is not available with either the /l, /h, or /p options.
/d [p:|u:]xx:yy This records a reason for the restart or shutdown. The p option indicates a planned restart or shutdown and the u a user defined one. The xx and yy options specify major and minor reasons for the shutdown or restart, respectively, a list of which you can view by executing the shutdown command without options. If neither p nor u are defined, the shutdown or restart will be recorded as unplanned.
/c "comment" This shutdown command option allows you to leave a comment describing the reason for the shutdown or restart. You must include quotes around the comment. The maximum length of the comment is 512 characters.
/? Use the help switch with the shutdown command to show detailed help about the command's several options. Executing shutdown without any options also displays the help for the command.


Each time Windows is shut down or restarted manually, including via the shutdown command, the reason, type of shutdown, and [when specified] comment are recorded in the System log in Event Viewer. Filter by the USER32 source to find the entries.
You can save the output of the shutdown command to a file using a redirection operator. See How to Redirect Command Output to a File for help doing that or see Command Prompt Tricks for more tips.

Shutdown Command Examples

shutdown /r /d p:0:0
In the above example, the shutdown command is used to restart the computer that's currently being used and records a reason of Other (Planned). The restart is designated by /r and the reason is specified with the /d option, with p representing that the restart is planned and the 0:0 indicating an "Other" reason.
Remember, major and minor reason codes on a computer can be displayed by executing shutdown without options and referencing the Reasons on this computer table that's displayed.
shutdown /l
Using the shutdown command as shown here, the current computer is immediately logged off. No warning message is displayed.
shutdown /s /m \\SERVER /d p:0:0 /c "Planned restart by Tim"
In the above shutdown command example, a remote computer named SERVER is being shut down with a recorded reason of Other (Planned). A comment is also recorded as Planned restart by Tim. Since no time is designated with the /t option, the shutdown will begin on SERVER 30 seconds after executing the shutdown command.
shutdown /s /t 0
This shutdown command is used to shut down the local computer immediately, since we designated a time of zero with the shutdown /t option.
The zero in this command could easily be changed 10 to delay the shutdown for several seconds, 60 to make the computer shut down in one minute, etc.
shutdown /a
Finally, in this last example, the shutdown command is cancelled before it can complete. This applies to any restart or shutdown command. You might use it to cancel something like a timed restart that's scheduled for, say, two minutes from now.

Shutdown Command & Windows 8

Microsoft made it more difficult to shut down Windows 8 than they did with previous versions of Windows, prompting many to search out a way of shutting down via a command.
You can certainly do that by executing shutdown /p, but there are several other, albeit easier, ways of doing so. See How to Shutdown Windows 8 for a complete list.
To avoid commands altogether, you can install a Start menu replacement for Windows 8 to make it easier to shut down and restart the computer.
With the return of the Start Menu in Windows 10, Microsoft again made shutting down your computer easy with the Power option.

 

Share:

0 comments:

Post a Comment

Popular Posts