Hi, thanx for the script, it works as expected. But if i run 'cleanmgr' and start cleaning than windowsupdate wants to download and install KB947821. Do you have a solution? Thanx
Run: DISM /Online /Cleanup-Image /ScanHealth and check log file (%windir%\Logs\CBS\CheckSUR.log) so will have the answer.
@wkeller: Here the log after using 'cleanmgr': ================================= Checking System Update Readiness. Binary Version 6.1.7601.24499 2019-12-18 18:47 Checking Windows Servicing Packages Checking Package Manifests and Catalogs (f) CBS MUM Corrupt 0x800B0100 servicing\Packages\Package_for_KB2533552~31bf3856ad364e35~amd64~~6.1.1.1.mum servicing\Packages\Package_for_KB2533552~31bf3856ad364e35~amd64~~6.1.1.1.cat Package manifest cannot be validated by the corresponding catalog Checking Package Watchlist Checking Component Watchlist Checking Packages Checking Component Store Summary: Seconds executed: 1328 Found 1 errors CBS MUM Corrupt Total count: 1 Unavailable repair files: servicing\packages\Package_for_KB2533552~31bf3856ad364e35~amd64~~6.1.1.1.mum servicing\packages\Package_for_KB2533552~31bf3856ad364e35~amd64~~6.1.1.1.cat
This error is caused because this line of the Integrate7 script wasn't run correctly: Code: REM Restore original update.mum for KB2533552.... "%~dp0tools\%HostArchitecture%\NSudo.exe" -U:T -P:E cmd /c "copy /b/y "%~dp0hotfixes\unpacked\Windows6.1-KB2533552-%ImageArchitecture%\cab\update.mum.bak" "%~dp0mount\%%i\Windows\servicing\Packages\Package_for_KB2533552~31bf3856ad364e35~%PackagesArchitecture%~~6.1.1.1.mum"" I don't know the reason of this in your particular case (file missing or something with permissions). So the original .mum file of KB2533552 isn't restored. Anyway it is harmless and It has no effect on your OS. It is just pure cosmetic issue, so you can safely hide KB947821 on Windows Update and ignore it.
Thanx, I checked the NSudo.exe and it was not working anymore. Is it possible to slipstream the managment framework KB3191566 coz it needs .net4.x before? If i install them later i must reinstall the lastest cummulative update for win7.
KB2533623 is not needed, you can delete this update. You can also delete all IE11 cumulative updates.
please add option to sliopstream sp1 into win7 iso first so that it will download the service pack according to the arch of iso then integerate it then will continue to download hotfixes security patches etc etc .
Will keep this in mind for the future though I have never done genuine this method. I tend to use one smaller ssd as primary ssd for the OS only along with a few basic other programs and have several secondary ssd/hdd which mean I can use gpt on the secondary drives I believe even if my primary OS drove is mbr. I find the slic bios mod thing a little intimidating tbh. lol
@wkeller I just came to think of something I need to ask you. With the download of the script that includes USB3 drivers among others do these USB3 drivers then include the USB 3.1 drivers for Thunderbolt/USB-C ports for the motherboards that do have them (thinking of Intel here). When I integrated my own drivers I had to hunt down separate USB 3.1 drivers from Intel and integrate those alongside the USB 3.0 drivers.... so I'm just wondering here.
I cannot guarantee you that Microsoft tools aren't buggy. Bizarre things sometimes happen. So I always recommend to do clean integration on original Windows 7 MSDN ISO DVD.
@wkeller Thank you very much for what you do! Windows 7 support stopped. What next? Will there be such a script for Windows 10?