Everyone may have to reload the operating system. Can be installed every time after the operating system to spend the longest time is to download patches installed patches, often download patches installed patches have spent most of the day, after Vista, Microsoft released patches are mostly MSU, of course, there are also a small number of the previous EXE. The following is a quick way to install a system patch for both of these extensions.
Download the latest system patches with software and save them in the Spacks folder, create a new text file in the folder, and enter the following code
@Echo off
Title Install Windows Update Pack
Echo is installing Windows system patches, please wait ...
For%%i in (*.exe) do%%i/passive/norestart/nobackup
For%%f in (*.MSU) do call:update%%f
Shutdown.exe-r-T 19
Exit
: Update
Echo Installation Complete
Start/wait%1/quiet/norestart
Goto:eof
Exit
Select Save As Spack.bat (note batch file format, in the Save As dialog box to save the type selected as "All Files", the file name is written in complete Spack.bat, save), the file and all patch files in the same directory, double-click the run on OK. When the installation is complete, the window closes automatically.