Jump to content

How to Install Windows 8.1 Update 1 (Even After Deadline)


MrHacker

Recommended Posts

  • Replies 6
  • Views 1.9k
  • Created
  • Last Reply

Top Posters In This Topic

  • Dodel

    2

  • uffbros

    2

  • Lacius

    1

  • MrHacker

    1

Top Posters In This Topic

In regards to method 1, put all the files into one folder, paste the below into notepad and save as batch file, put in the same folder as the files in method 1

Switch out x64 for the 32bit files.

@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: Installing KB2938439
START /
WAIT ./Windows8.1-KB2938439-x64.msu

ECHO: Installing KB2949621
START /
WAIT ./Windows8.1-KB2949621-v2-x64.msu

ECHO: Install complete - press any key to reboot.
Pause
shutdown.exe /
r /t 00
exit
Edited by Dodel
Link to comment
Share on other sites


Windows 8.1 users will always be able to install Update 1 by normal means through Windows Update; there is no deadline. The deadline you're referring to is how long Windows 8.1 users (without Update 1 installed) will continue to receive other updates without having to install Update 1 first.

Link to comment
Share on other sites


Windows 8.1 users will always be able to install Update 1 by normal means through Windows Update; there is no deadline. The deadline you're referring to is how long Windows 8.1 users (without Update 1 installed) will continue to receive other updates without having to install Update 1 first.

Don't burst their bubble... they think this is something news worthy

Link to comment
Share on other sites


In regards to method 1, put all the files into one folder, paste the below into notepad and save as batch file, put in the same folder as the files in method 1

Switch out x64 for the 32bit files.

@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: Installing KB2938439

START /

WAIT ./Windows8.1-KB2938439-x64.msu

ECHO: Installing KB2949621

START /

WAIT ./Windows8.1-KB2949621-v2-x64.msu

ECHO: Install complete - press any key to reboot.

Pause

shutdown.exe /

r /t 00

exit

Microsoft page has a file named clearcompressionflag.exe that it says should be run first before any of them KB files. I'd like to do the .bat file thing you listed above so could you do one with all the files I need for the X64 version of the Update 1. Thanks.

Link to comment
Share on other sites


Microsoft page has a file named clearcompressionflag.exe that it says should be run first before any of them KB files. I'd like to do the .bat file thing you listed above so could you do one with all the files I need for the X64 version of the Update 1. Thanks.

Check your pm

WSUS 9.3.1 has the compressionflag fix added also. http://download.wsusoffline.net/

Link to comment
Share on other sites


Ok..It just so happens I use that WSUS program. If I use the batch file as is and say the machine already has the compressing fix will it just ignore it during the batch file install? If I use the WSUS program does it include the UPdate 1 already? Thanks for clarification.

Link to comment
Share on other sites


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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...