Windows Update is failing with 0x80073712, which sent me down a rabbit hole of…
However, that crashes, and I think it happens as it's trying to parse CBS.log. So I'm attaching that and the crash dump.
I'm a bit puzzled by the mechanisms here. CBS.log has lines like:
OK, so a bunch of manifests are damaged. But why can't it simply replace those with the original manifests from Microsoft, then?
Anyway, I'd appreciate any help repairing this — installing Windows all over again doesn't sound like a fun way to spend the weekend. :)
- Trying sfc /scannow:
Code:
Beginning system scan. This process will take some time.
Beginning verification phase of system scan.
Verification 100% complete.
Windows Resource Protection found corrupt files but was unable to fix some of them.
For online repairs, details are included in the CBS log file located at
windir\Logs\CBS\CBS.log. For example C:\Windows\Logs\CBS\CBS.log. For offline
repairs, details are included in the log file provided by the /OFFLOGFILE flag.
- Trying various variants of DISM /Online /Cleanup-Image /RestoreHealth (this fails to find the .wim, even when I specify one; I'm not entirely sure how to find out which exact ISO I need?).
- Ultimately discovering SFCFix
However, that crashes, and I think it happens as it's trying to parse CBS.log. So I'm attaching that and the crash dump.
I'm a bit puzzled by the mechanisms here. CBS.log has lines like:
Code:
2022-02-21 17:36:17, Info CSI 00000100 [SR]
Cannot verify component files for Microsoft-Windows-ServicingStack-Installers-OneCore, version 10.0.19041.1371,
arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}, manifest is damaged (true)
OK, so a bunch of manifests are damaged. But why can't it simply replace those with the original manifests from Microsoft, then?
Anyway, I'd appreciate any help repairing this — installing Windows all over again doesn't sound like a fun way to spend the weekend. :)