当我打开 Windows 更新时,它只是显示错误,代码为 0x80070002 我尝试检查是否有新更新,但它只是在下载 0% 时停止,并显示错误。
我是电脑新手,我该怎么办。谢谢
答案1
我与微软支持人员合作,他们说这些说明在他们的内部文档中。这些步骤帮我修复了这个错误。
Open cmd as administrator
Run these commands, make sure it says service stopped successfully, or not started.
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
Run these commands, make sure it says service started successfully.
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
Restart, then try windows update again
这对我来说非常有效。