Windows更新故障排除

解决办法

停止服务 wuauservcryptSvc

PS C:\Users\Administrator> net stop wuauserv
Windows 更新 服务正在停止.
Windows 更新 服务已成功停止。

PS C:\Users\Administrator> net stop cryptSvc
Cryptographic Services 服务正在停止..
Cryptographic Services 服务已成功停止。

重命名 SoftwareDistributioncatroot2 文件夹,亦可删除

PS C:\Users\Administrator> Rename-Item -Path "C:\Windows\SoftwareDistribution" -NewName "SoftwareDistribution.old"
PS C:\Users\Administrator> Rename-Item -Path "C:\Windows\System32\catroot2" -NewName "catroot2.old"

启动服务 wuauservcryptSvc

PS C:\Users\Administrator> net start wuauserv
Windows 更新 服务正在启动 .
Windows 更新 服务已经启动成功。

PS C:\Users\Administrator> net start cryptSvc
Cryptographic Services 服务正在启动 .
Cryptographic Services 服务已经启动成功。

清理 Windows Update 日志和缓存,并启动 Windows Update 故障排除程序(系统 --> 疑难解答 --> 其它疑难解答 --> Windows 更新)

PS C:\Users\Administrator> Remove-Item -Path "C:\Windows\Logs\WindowsUpdate\*" -Force
PS C:\Users\Administrator> Start-Process "msdt.exe" -ArgumentList "/id WindowsUpdateDiagnostic"

Windows Server故障排除

参考资料

Windows Server 更新故障排除指南 - Windows Server | Microsoft Learn

最后修改:2025 年 03 月 24 日
如果觉得我的文章对你有用,请随意赞赏