I downloaded and installed all the updates for Win7, when I wanted to clean the system with the command Dism.exe /online /cleanup-image /StartComponentCleanup got error 87. I was surprised to find that the update kb2852386 is not installed - it is in the changelog, but not downloadable in WHDownloader. What to do? Can I put it after installing all updates 7, it won't break anything?
@nnolex - Windows 7 does not support that dism command, even with KB2852386 - KB2852386 add support to select and run "Update Cleanup" from Disk Cleanup - KB2852386 is superseded since 2016 by Convenience Rollup KB3125574, and later by latest Monthly Rollup - superseded updates without rollups are moved to separate Legacy lists: https://forums.mydigitallife.net/posts/1745138/
@abbodi1406 thanks for your help. Not quite a question on the topic. Installed all updates from WHDownloader using W7UI script, but at the end the system does not pass sfc /scannow integrity check without possibility to restore files . Is this critical? I did the following: W7UI First run: sha2 update -> net 4.8+update -> W7UI Second Run: all other updates.
this help filter the log (are there only 1 log file or multiple?) Code: net stop trustedinstaller >nul 2>&1 findstr /i /c:"[SR]" %windir%\Logs\CBS\CBS.log >"%userprofile%\Desktop\sfcSR.txt" findstr /i /c:"(F) STATUS" %windir%\Logs\CBS\CBS.log >"%userprofile%\Desktop\sfcSTATUS.txt" findstr /i /c:"[SR]" %windir%\Logs\CBS\CBS.log | findstr /i /v /c:verify > "%userprofile%\Desktop\sfc.txt"
@abbodi1406 I found a strange recommendation on the web to turn on the TelNet service, turned it on, nothing has changed. I have one file CBS.log, processed it: sfcSTATUS is empty In sfc Code: 2023-01-16 14:53:09, Info CSI 00000236 [SR] Repairing corrupted file [ml:520{260},l:56{28}]"\??\C:\Windows\Help\mui\0419"\[l:22{11}]"diskmgt.CHM" from store 2023-01-16 14:53:09, Info CSI 00000239 [SR] Repairing corrupted file [ml:520{260},l:56{28}]"\??\C:\Windows\Help\mui\0419"\[l:22{11}]"diskmgt.CHM" from store sfcSR full of Code: 2023-01-16 14:50:45, Info CSI 00000009 [SR] Verifying 100 (0x0000000000000064) components 2023-01-16 14:50:45, Info CSI 0000000a [SR] Beginning Verify and Repair transaction 2023-01-16 14:50:45, Info CSI 0000000c [SR] Verify complete except this Code: 2023-01-16 14:53:09, Info CSI 00000233 [SR] Verifying 100 (0x0000000000000064) components 2023-01-16 14:53:09, Info CSI 00000234 [SR] Beginning Verify and Repair transaction 2023-01-16 14:53:09, Info CSI 00000236 [SR] Repairing corrupted file [ml:520{260},l:56{28}]"\??\C:\Windows\Help\mui\0419"\[l:22{11}]"diskmgt.CHM" from store 2023-01-16 14:53:09, Info CSI 00000239 [SR] Repairing corrupted file [ml:520{260},l:56{28}]"\??\C:\Windows\Help\mui\0419"\[l:22{11}]"diskmgt.CHM" from store 2023-01-16 14:53:09, Info CSI 0000023c [SR] Verify complete
If you googled for that file and path you will find many reports of same issue either the file get corrupted, or it's not registered correctly SFC had always its glitches, and it s not really needed to run blindly
May I know what do you mean by "exclusive online update" ? It's an update for onedrive. And Onedrive is no longer supported on windows 8.1 so I think adding it is harmless. I see in in WHdownloader app, some updates are marked as "DO NOT INTEGRATE". But No reason is provided. I integrated those updates and the process was successful.
Do.Not.Integrate-Info.txt Spoiler Code: - Do not integrate these updates (online or offline) using dism.exe you must install them online only, by running the .msu file directly either by double click it, or using command line, example: Windows8.1-KB2990967-x86.msu /quiet Windows8.1-KB3053946-x64.msu /quiet - KB3021128 is applicable only for systems that have OEM Office preloaded. - KB3083669 is applicable only for systems that have McAfee SecurityCenter. open the msu file with 7-zip and check contents those updates are wrappers for the contained executable file, this file can (should) be executed online only by running the .msu file directly if you integrate the update, you basically add the cab file, which prevent WU from offering the update and fix the "possible" described issue (practically, all except KB3053946 are currently superfluous) KB3053946 is little different because the executable file is contained with cab file, and get executed (genericCommand) after OS installation however, it's ment for very specific issue
I understand correctly that NET48 updates should be installed in this order: 1. kb4503575 2. kb4532941 I was just confused by the NET version number in these updates, kb4503575 version is higher. There is no difference when to install the localization package, before updates or after? P.S. Windows 7
kb4532941 contain some 4.8.4110.0 files kb4503575 contain all 4.8.4110.0 files i don't think order matters, but maybe lower kb4532941 should be first
@abbodi1406 how to get windows 10 ltsc 2019 only/All updates ? trying to update my iso but got confused!
General/17763 + updates overview https://forums.mydigitallife.net/th...-17763-1-107-pc-r.77945/page-216#post-1490183
It's not needed with Monthly Rollup with Security Only updates, Legacy lists https://forums.mydigitallife.net/posts/1745138/