I have a base VDI image that was cleaned up. It refused to to install the critical crypto fix KB4528760 with Error 0x800f0982.
DISM, troubleshooter, SXS, sfc /scannow, etc. Nothing worked. I cannot rebuild as we made 100s of adjustments and optimizations. Turns out I removed "Connect" from the image with a WinAero fix.
https://winaero.com/blog/how-to-uninstall-and-remove-connect-in-windows-10/
IOn order to get the KB to install I needed to reinstall "Connect".
I cleaned up so well that the manifest was not there:
C:\Windows\SystemApps\Microsoft.PPIProjection_cw5n1h2txyewy
Once I coped it from a known good 1909 I was able to re--install.
Elevated powershell:
DISM, troubleshooter, SXS, sfc /scannow, etc. Nothing worked. I cannot rebuild as we made 100s of adjustments and optimizations. Turns out I removed "Connect" from the image with a WinAero fix.
https://winaero.com/blog/how-to-uninstall-and-remove-connect-in-windows-10/
IOn order to get the KB to install I needed to reinstall "Connect".
I cleaned up so well that the manifest was not there:
C:\Windows\SystemApps\Microsoft.PPIProjection_cw5n1h2txyewy
Once I coped it from a known good 1909 I was able to re--install.
Elevated powershell:
Add-AppxPackage -DisableDevelopmentMode -Register "C:\Windows\SystemApps\Microsoft.PPIProjection_cw5n1h2txyewy\AppxManifest.xml"
Comments
Post a Comment