How to quickly install system patches

Source: Internet
Author: User

Users reinstall the system, installed 360 security guards in advance, you can back up all the patch packages. Updates to Windows patches, typically through 360 security guards, are saved in the installation directory, backed up to "d:buding", and then entered into the directory in a command prompt window to execute the "dir/b/o-d>buding.txt" command. This means that all file names in the file are entered into the text file "Buding.txt" in chronological order.

Open the "buding.txt" file, by looking for replacement methods, quickly add a specific path to each patch file name, such as "d:buding", followed by the parameter "/integrate:x:" (X: The location of the source file, can be modified according to the actual situation). Save the modified. txt file as a ". bat" Batch file (Winbd.bat), and double-click execution to install patches to the system.

Set up the same directory in the set of system patches that are normally collected, and create a batch file in the directory that contains the following:

@echo off

%%i in (*.exe) do%%i/passive/norestart/nobackup

Shutdown-r

After reloading the system, double-click to execute this batch file, you can quickly install the collected system patches.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.