本篇将介绍如何解决WSUS(Windows Server Update Service)报错0x80190194和0x800b0001
1. 如果你在系统日志中发现以下报错:
Windows Update Client failed to detect with error 0x800b0001
证明你的WSUS服务器没有安装KB2720211补丁,你需要下载并安装补丁,安装后需要重启服务来解决此问题。
KB2720211下载地址:http://support.microsoft.com/kb/2720211
2. 如果你在系统日志中发现以下报错:
WinHttp: SendRequestToServerForFileInformation failed with 0x80190194
WARNING: WinHttp: ShouldFileBeDownloaded failed with 0x80190194
证明你的Windows Update Agent有故障,需要重新安装。
重新安装的方法:
到以下地址下载WUA http://go.microsoft.com/fwlink/?LinkID=91237
解压到 c:wua
用管理员账号打开command prompt,运行以下命令:
c:
cd
cd wua
WindowsUpdateAgent30-x86.exe /wuforce
然后重新启动服务。