Windows direct shutdown skips waiting for update method

  

For example, if your notebook only needs 2% of the power to be turned off, it is very likely that the patch will be powered down when it is halfway through. Also, for example, if you want to board or take off, you can't wait for dozens of minutes to patch it. At this point, we usually need to skip waiting for updates directly, let Windows shut down directly.
To skip waiting for the Windows Update update, it is very simple to shut down Windows, and you don't need any third-party tools. Just the system's built-in shutdown command can be done:
shutdown -s -f -t 00
-s in the above parameters means shutdown, -f means to forcefully close all applications, -t 00 means not to wait for immediate execution (time is calculated in seconds, and time is changed to become timed shutdown!). Since shutdown is a very early command line tool, you can take Windows XP to Windows 10 systems.

Copyright © Windows knowledge All Rights Reserved