Reefa Posted April 3, 2014 Share Posted April 3, 2014 (edited) Microsoft rolled out Windows 8.1 Update 1 to MSDN subscribers yesterday, as part of the company's big unveiling of the update during the Build 2014 Developer Conference. For those who are familiar with the recent registry tweak that allowed you to snag the update via Windows Update, you might have been frustrated installing the update files one by one.Michael Crump has provided an easy solution for those who have the update downloaded via MSDN and want to avoid the frustrations of installing each .MSU file one by one. The best way to install the update with ease is to create a .BAT file and place it in the same folder as the .MSU files. Name the .BAT file "InstallUpdate.bat" and place the following code inside of it:@ECHO OFFECHO: Installing KB2919442START /WAIT Windows8.1-KB2919442-x64.msuECHO: Installing KB2919355START /WAIT Windows8.1-KB2919355-x64.msuECHO: Installing KB2932046START /WAIT Windows8.1-KB2932046-x64.msuECHO: Installing KB2937592START /WAIT Windows8.1-KB2937592-x64.msuECHO: Installing KB2938439START /WAIT Windows8.1-KB2938439-x64.msuECHO: Installing KB2949621START /WAIT Windows8.1-KB2949621-v2-x64.msuECHO: Install complete - press any key to reboot. Pause shutdown.exe /r /t 00 exitPauseshutdown.exe /r /t 00exit Once you place the .BAT file consisting of the content above, double click the file and let the update begin. You will be prompted to install each update, so click "Yes" and let the update install in order. Reboot your computer after all the updates have been installed. Enjoy Windows 8.1 Update 1!Source Edited April 4, 2014 by F3dupsk1Nup Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.