Problem with Windows 10 updates 1709 and 1803 because error 0x800700c1

datamode

New member
Joined
Nov 14, 2018
Posts
1
I can't install 1709 or either 1803 because error 0x800700c1.

What I've done so far:
Code:
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

sfc /scannow 
DISM /Online /Cleanup-Image /CheckHealth
DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth

Any help?
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top