MrHacker Posted June 12, 2014 Share Posted June 12, 2014 As we all know that the last date for Windows 8.1 User to move on to Update 1 was 10th of June 2014. On May 12, Microsoft announced a deadline extension to June 10. Quote Link to comment Share on other sites More sharing options...
Dodel Posted June 12, 2014 Share Posted June 12, 2014 (edited) 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 1Switch out x64 for the 32bit files.@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.Pauseshutdown.exe /r /t 00exit Edited June 12, 2014 by Dodel Quote Link to comment Share on other sites More sharing options...
Lacius Posted June 12, 2014 Share Posted June 12, 2014 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. Quote Link to comment Share on other sites More sharing options...
nuthut Posted June 12, 2014 Share Posted June 12, 2014 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 Quote Link to comment Share on other sites More sharing options...
uffbros Posted June 13, 2014 Share Posted June 13, 2014 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 1Switch out x64 for the 32bit files.@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.Pauseshutdown.exe /r /t 00exitMicrosoft 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. Quote Link to comment Share on other sites More sharing options...
Dodel Posted June 13, 2014 Share Posted June 13, 2014 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 pmWSUS 9.3.1 has the compressionflag fix added also. http://download.wsusoffline.net/ Quote Link to comment Share on other sites More sharing options...
uffbros Posted June 13, 2014 Share Posted June 13, 2014 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. 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.