Hello, With KUC, I have it 2815716 You may also have to add a registry key. 2808693 You may also have to add registry keys. 2824491 You may also have to add/change registry key InteractiveLogonFirst. 2826910 You may also have to add/change registry key MaxSecondaryDataDumpSize. Where can I find these .reg? Thanks
Ok thanks, it's indicated It was already indicated that before I added the .reg, I believe have not added the .reg to 2826910 and it's indicated OK/INFO
The latest KUC for Windows 7 wants to download Windows6.1-KB2845690-x64.msu. But the file does not exist on the server, when searching for the update, it appears to be present in the "old for bad" folder. When trying to dowload I get the "forbidden" error. Is this update needed? Cheers.
Hi komm, If use KUC-8 to update NET35 hotfixes into install.wim (DVD-offline), do we still need to run "DISM online" cmd after fresh installation of Win8 ? i.e. "Dism /online /enable-feature /featurename:NetFx3 /All /Source:%DVD_DRIVE%:\sources\sxs /LimitAccess" Thanks.
You can run it offline during integration like this : Dism /image:c:\offline /enable-feature /featurename:NetFx3 /All /Source:%DVD_DRIVE%:\sources\sxs /LimitAccess
Thanks Amires ... Do we run the above command 'before' integration of the post NET35 hotfixes ... or 'after' ? It seems more logical to execute the "enable-feature" cmd before integration of the post NET35 hotfixes ... In using KUC-8 (select the NET35 Hotfixes option), did not notice the "enable-feature" command being executed prior to integration of NET35 hotfixes ? Can we assume that after integration of post NET35 hotfixes (using KUC-8), we then run the "enable" cmd ... and it still works ? Any thought ?
BEFORE! You first enable .NET35 and then apply the hotfixes! If you do it the other way around the fixes do not get applied.
Thanks mictlan ... Not sure if KUC-8 incorporates the "enable" NET35 command when option for NET35 hotfixes integration is selected ? If it does not, will suggest to Komm to add that to the KUC-8 script ... to effect the integrated NET35 hotfixes. Thanks all ... for the clarifications.
This is awesome, especially since McRip's repos are down right now. However, using install_wim_tweak on a running Win7 SP1 system (via install_wim_tweak /o) makes KUC think SP1 is bad and then it tries downloading SP1 each time you run it. I think I know how to stop it from doing that. [EDIT: KUC might still be broken after you do this. It's probably best if you don't use install_wim_tweak before using KU] Method 1 Run KUC as admin, wait for it to give the SP1-is-bad error, then close it Delete the line "Package_for_KB976932~31bf3856ad364e35~amd64~~6.1.0.17514" from the packages.txt that KUC created in whatever folder you have KUC in. Then open a command prompt and cd to that folder Run: Code: "KUC W7 UpdateChecker.exe" packages.txt Method 2 In regedit, go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Package_for_KB976932~31bf3856ad364e35~amd64~~6.1.0.17514 Right-click it and click Permissions Click the Advanced button Click the entry for Administrators Click the Edit button In the allow column, check Set Value if it isn't already checked Click OK, then Apply, then OK to everything else In the right pane of regedit, double-click Visibility In the box, type the number 2 You're done!
install_wim_tweak.exe is sort of hack utility for removing internal packages so its problems has nothing to do with KUC utility neither this thread.