How to fixWindows 10 Update services
Fix Windows Update
Press Win and search CMD and run as Administrator
Copy and Paste this commands
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
Restart pc then
sfc /scannow
Comments