Detailed windows system shutdown command

  
                  

The shutdown command is used to shut down the windows. You can easily complete tasks such as scheduled shutdown by using the shutdown command. You do not need to use third-party software. The format of the common shutdown command is as follows: (requires administrator privileges under win7)

shutdown /a cancel shutdown=shutdown /a shutdown /s shutdown=shu shutdown /f Force the application to shut down shutdown /i Display graphical user interface, But it must be the first parameter of Shutdown shutdown /l log off the current user shutdown /r Shutdown and restart shutdown /t time set shutdown countdown

Here is a brief description of how to use the shutdown command to shut down and delay shutdown < Br>

Timed shutdown: For example, the timer is turned off at 11:25 in the evening (our school turns off the lights at 11:30, so we must shut down first). The command is at 23:25 shutdown /s where at 23:25 means that the command is executed at 22:25. , shutdown /s is to execute the normal shutdown command.

Delayed shutdown: For example, shut down after an hour from now, then the command is shutdown /s /t 3600 is to shut down after 3600 seconds, where /t is the delay parameter, 3600 is the number of seconds

Copyright © Windows knowledge All Rights Reserved