Win8.1 Update Tips: Batch Update System

  

Users who are keen on the new system know that: Microsoft recently opened the Win8.1 Update package download service for users. I believe many of my friends have already downloaded and ready to install. If you are still installing one by one, it is obviously OUT, we can let it automatically install in batches at one time. Today we will share this skill with everyone.

The operation is as follows:

1. Download the Win8.1 Update package.

2, use Notepad, create a blank document, enter the following content:

64-bit platform:

@ECHO OFF

ECHO: Installing KB2919442< Br>

START /WAIT Windows8.1-KB2919442-x64.msu

ECHO: Installing KB2919355

START /WAIT Windows8.1-KB2919355-x64.msu

ECHO: Installing KB2932046

START /WAIT Windows8.1-KB2932046-x64.msu

ECHO: Installing KB2937592

START /WAIT Windows8.1-KB2937592-x64. Msu

ECHO: Install complete - press any key to reboot.

Pause

shutdown.exe /r /t 00

exit

32-bit platform:

@ECHO OFF

ECHO: Installing KB2919442

START /WAIT Windows8.1-KB2919442-x86.msu

ECHO : Installing KB2919355

START /WAIT Windows8.1-KB2919355-x86.msu

ECHO: Installing KB2932046

START /WAIT Windows8.1-KB2932046-x86.msu< Br>

ECHO: Install Ing KB2937592

START /WAIT Windows8.1-KB2937592-x86.msu

ECHO: Install complete - press any key to reboot.

Pause

Shutdown.exe /r /t 00

exit

Then save the document as a .Bat script, such as Win8.1 Update.bat with one click.

3, then a key to install Win8.1 Update.bat placed in the same directory of the Win8.1 Update package.

4, Finally, run the Bat script to install the Spring Update of Win8.1 Update in batches.

In summary, smart system users will find that in order to achieve automatic batch update of Win8.1 Update, we only need to make a Bat step to install Win8.1 Update in batches. Want to update Win8.1 Update faster and easier, and try the above steps.

Copyright © Windows knowledge All Rights Reserved