1, download Win8.1 update upgrade Package
2, use Notepad, create a new blank document, enter the following content:
64-bit platform:
@ECHO off
Echo:installing KB2919442
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
Echo:installing KB2937592
Start/wait WINDOWS8.1-KB2937592-X86.MSU
Echo:install complete-press any key to reboot.
Pause
SHUTDOWN.EXE/R/t 00
Exit
The document is then saved as. BAT script format, such as one-click Installation Win8.1 Update.bat.
3, then a key installation Win8.1 Update.bat placed in the Win8.1 update package the same directory
4, finally, run the bat script, you can bulk install Win8.1 update Spring Update.
windows8.1 Update Spring Update brings a lot of new operations, attracted many users to come to download the installation, user proficiency in the above described by the operation of the bat script, batch installation win8.1 update tips, can help you easily install the system, can also help you save a lot of time and unnecessary trouble.