The Windows 8.1 Update (no number, as if there will never be another) is actually a series of 6 updates which should be installed in a certain order. I created an installer batch file that installs the updates for Windows Server 2012 R2 in the recommended order with minimal output.
Copy the following text to Notepad and save it as Install.bat in the same folder as all the x64 patch files:
start /wait Windows8.1-KB2919442-x64.msu /quiet /norestartAnd here's a version for Windows 8.1 x86:
start /wait Windows8.1-KB2919355-x64.msu /quiet /norestart
start /wait Windows8.1-KB2932046-x64.msu /quiet /norestart
start /wait Windows8.1-KB2937592-x64.msu /quiet /norestart
start /wait Windows8.1-KB2938439-x64.msu /quiet /norestart
start /wait Windows8.1-KB2949621-v2-x64.msu /quiet /norestart
@echo Please restart the computer now.
start /wait Windows8.1-KB2919442-x86.msu /quiet /norestartOnce you install the update and restart the computer you'll immediately notice that the Windows App Store icon is on your taskbar.
start /wait Windows8.1-KB2919355-x86.msu /quiet /norestart
start /wait Windows8.1-KB2932046-x86.msu /quiet /norestart
start /wait Windows8.1-KB2937592-x86.msu /quiet /norestart
start /wait Windows8.1-KB2938439-x86.msu /quiet /norestart
start /wait Windows8.1-KB2949621-v2-x86.msu /quiet /norestart
@echo Please restart the computer now.
Windows App Store is added to the Windows 2012 R2 Taskbar |
If you're running Windows Server 2012 R2 and signed in the the Admin account you'll find that the Store won't open and gives the error, "This app can't open. Store can't be opened using the Built-in Administrator account. Sign in with a different account and try again." Doh! Right-click the icon and unpin it from the taskbar to recover that real estate.
This dawg won't hunt |
No comments:
Post a Comment
Thank you for your comment! It is my hope that you find the information here useful. Let others know if this post helped you out, or if you have a comment or further information.