How to easily install Windows 8.1 Update using the .msu files

Start screen in Win 8.1 Update 1

For those customers updating to Windows 8.1 Update manually using the available from MSDN and TechNet will notice that this spring update is a collection of .msu files needed to be installed in a certain order and one-by-one, instead of a single we’re used to see with Service Packs. So to avoid mistakes and making sure Windows 8.1 Update gets installed fully there is an easier and automated way to do it, simply follow the steps below.

Instructions

1. Create a .txt file in the same folder where you have the Windows 8.1 Update files and open it.

2. In the text file copy and paste the following script:

@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 KB2959977
START /WAIT Windows8.1-KB2959977-x64.msu
ECHO: Installing KB2937592
START /WAIT Windows8.1-KB2937592-x64.msu
ECHO: Installing KB2938439
START /WAIT Windows8.1-KB2938439-x64.msu
ECHO: Installing KB2934018
START /WAIT Windows8.1-KB2934018-x64.msu
ECHO: Install complete – press any key to reboot.
Pause
shutdown.exe /r /t 00
exit

3. Use the Save as option to save the file as a .bat file.

4. Simply double-click the .bat file and the update process will begin. You’ll be prompt to approve each update, click Yes, and the updates will be installed in the correct order. Then the computer will restart to complete the update.

SEE ALSO: Windows 8.1 Update: the complete list of changes and new features (update)

Note: Please notice that this script file will only work with the 64-bit version of Windows 8.1 Update.

Source Michael Crump

About the author

Mauro Huculak is a Windows How-To Expert who started Pureinfotech in 2010 as an independent online publication. He has also been a Windows Central contributor for nearly a decade. Mauro has over 14 years of experience writing comprehensive guides and creating professional videos about Windows and software, including Android and Linux. Before becoming a technology writer, he was an IT administrator for seven years. In total, Mauro has over 20 years of combined experience in technology. Throughout his career, he achieved different professional certifications from Microsoft (MSCA), Cisco (CCNP), VMware (VCP), and CompTIA (A+ and Network+), and he has been recognized as a Microsoft MVP for many years. You can follow him on X (Twitter), YouTube, LinkedIn and About.me. Email him at [email protected].