Windows 10: 1709: Windows Update Fail: Update Error: 0x80242006

Environment
  • Windows 10 1709

Content
Solved Windows Update Fail 0x80242006 of one end-user computer by:
net stop wuauserv
net stop cryptSvc
net Stop DoSvc
net stop bits
net stop msiserver

ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 Catroot2.old

net start msiserver
net start bits
net start DoSvc
net start cryptSvc
net start wuauserv


References
https://shauncassells.wordpress.com/2018/01/23/resolved-feature-update-to-windows-10-version-1709-error-0x80242006/


Update