停止 自动更新 和 BITS服务。
在系统的命令行中执行:
net stop wuauserv
net stop bits
- 删除系统中 “C:\\Windows\\SoftwareDistribution” 文件夹。
- 启动自动更新服务和 BITS服务,当这两个服务运行后会自动创建“C:\\Windows\\SoftwareDistribution”文件夹。
net start wuauserv
net start bits
- 停止 Cryptographic服务。
- 在系统的命令行中执行:
net stop cryptsvc - 重命名 C:\\windows\\System32\\catroot2 文件夹为:C:\\windows\\System32\\catroot2.bak。
- C:\\Windows\\SoftwareDistribution” 文件夹生成后, 做自动更新检测,在命令行中输入:
wuauclt.exe /resetauthorization /detectnow - 15分钟后查看系统是否检测到更新,如果检测到,通常就可以正常安装。
- 如果仍然失败,请参考如下知识点中提到的方案进行跟进处理