Foreign Michael Crump Community users also share this batch installation skills, ordinary users only need to use the Notepad function.
The operation is as follows:
1, download Win8.1 update upgrade package, you can refer to the Forum Win8.1 update RTM (17031) Microsoft official download.
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.