You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| /sg | Shuts down the computer. On the next boot, if **Automatic Restart Sign-On** is enabled, the device automatically signs in and locks based on the last interactive user. After sign in, it restarts any registered applications. |
28
28
| /r | Restarts the computer after shutdown. |
29
29
| /g | Fully shuts down and restarts the computer. On restart, if **Automatic Restart Sign-On** is enabled, the device automatically signs in and locks based on the last interactive user. After sign in, it restarts any registered applications. |
30
-
| /a | Aborts a system shutdown. Can only be used during the time-out period. Combine with **/fw** to clear any pending boots to firmware. |
30
+
| /a | Aborts a pending system shutdown. This must be run as a separate command in a new command prompt window during the time-out period (for example, `shutdown /a`). Combine with **/fw** to clear any pending boots to firmware. |
31
31
| /p | Turns off the local computer only (not a remote computer) with no time-out period or warning. You can use **/p** only with **/d** or **/f**. If your computer doesn't support power-off functionality, it shuts down when you use **/p**, but the power to the computer remains on. |
32
32
| /h | Puts the local computer into hibernation, if hibernation is enabled. The **/f** switch can be used with the **/h** switch. |
33
33
| /hybrid | Shuts down the device and prepares it for fast startup. This option must be used with the **/s** option. |
34
-
| /soft | Allows running processes and applications to gracefully close instead of forcibly terminating. |
34
+
| /soft | Allows running processes and applications to gracefully close instead of forcibly terminating. When used, this option overrides the implied **/f** behavior that occurs when the timeout period is greater than 0. |
35
35
| /fw | Combining this option with a shutdown option causes the next restart to go to the firmware user interface. |
36
36
| /e | Enables you to document the reason for an unexpected shutdown of a computer in the [Shutdown Event Tracker](/troubleshoot/windows-server/application-management/description-shutdown-event-tracker). |
37
37
| /o | Goes to the **Advanced boot options** menu and restarts the device. This option must be used with the **/r** option. |
@@ -125,6 +125,18 @@ To restart the remote computer *myremoteserver* in 5 minutes due to a security u
0 commit comments