I'm having this error 0x80073701 on update KB5051974 on a freshly installed Windows 10, I tried installing the update manually from the microsoft Catalogue Microsoft Update Catalog, I also tried the commands
sfc /scannow
dism /online /cleanup-image /restorehealth
dism /online /cleanup-image /startcomponentcleanup
I also tries cleaning the windows update:
net stop wuauserv
net stop cryptsvc
net stop bits
net stop msiserver
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old
net start wuauserv
net start cryptsvc
net start bits
net start msiserver
I also tried disk-clean and disk optimization, still the same error, all updates installed successfully except KB5051974, why is the error happening and how do I fix it?