How to quickly install system patches in Win7 Ultimate

  

When users reinstall Win7 system, they want to quickly install the system patch. If 360 security guards are installed beforehand, you can pack all the patches and back them up. After burning them into a CD, you can install them by running the CD. All the patches are gone. The specific steps are as follows:

360 security guards package backup all patches

1. Generally upgraded Windows patches through 360 security guards will be saved in the 360safehotfix folder of the installation directory, will They are backed up to D:buding, then enter this directory in the Command Prompt window and execute the following command:

dir /b /od > buding.txt

Tips: The code indicates that all file names in the current folder are entered into the text file budding.txt in chronological order.

2. Open the budding.txt file and quickly add a specific path to each patch file by looking for the replacement method, such as D:buding followed by the parameter /integrate:X:(where X: Indicates the location of the source file. It can be modified according to the actual situation.

3. Save the modified file as a batch file (eg winbd.bar) and double-click to save the system patch.

4. Finally, burn the file under X: to a disc.

Installation Process Operation:

Save the collected system patch files in the same directory and create a batch file containing the following contents in this directory:

@echo off

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

Nobackup

Shutdown -r

After reinstalling the system, double-click to execute this batch file to quickly install these collected system patches.

Copyright © Windows knowledge All Rights Reserved