We have multiple computers on the domain which have corruption within the OS. This corruption prevents the install of updates or upgrades.
I know the computers which have issues from the results of the command
DISM /online /cleanup-image /scanhealth
This reports that the component store is repairable. After extensive research online, I found several suggestions on how to repair this. I have tried all of the following, but none of this worked.
sfc /scannow
Dism.exe /online /Cleanup-Image /StartComponentCleanup
Dism.exe /online /Cleanup-Image /AnalyzeComponentStore
With sfc /scannow inbetween.
DISM /online /Cleanup_image /RestoreHealth
Tried targeting an image file with:
DISM /online /Cleanup_Image /RestoreHealth /Source:ESD:D:\sources\Install.esd:6
DISM /online /Cleanup_Image /RestoreHealth /Source:ESD:C:\esd\Install.esd:6
All of these fail, the restore health options always report source files cannot be found.
Eventually, on one of the effected machines, I was able to force the update to install using the Windows Update Assistant tool. This is okay for my individual computer, but we might have to apply this to multiple computers and automate the process.
Can anyone advise how we can do this since the upgrade cannot be deployed using SCCM and the other SCCM option of using a task sequence overwrites everything?
The restore health DISM commands were tried logged in as local admin, domain admin normal user, AV disabled, AV enabled. None of these worked. All I can think of is maybe I need a different source file, but I don't know where to get this from. Generally the computers have Windows 10 1909 installed, I only seem to be able to download the latest ISO for Windows 10.
It is potentially one of these updates that causes the corruption:
KB4580325 KB4580330 KB4578974 KB4577667 KB4577671 KB4580325 KB4577668 KB4579976 KB4580398 KB4580325 KB4577670 KB4578968 KB4578974 KB4579311
0 Answers