windows-server-2008 – Windows Update代理更新失败

前端之家收集整理的这篇文章主要介绍了windows-server-2008 – Windows Update代理更新失败前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我正在尝试安装最新版本的 Windows Update Agent v7.2.6001.788,安装失败,错误代码为0x800b0100.运行Windows Server 2008 SP1.

相关的WindowsUpdate.log部分:

2009-08-03  16:17:49:334    3544    d28 Misc    ===========  Logging initialized (build: 7.2.6001.788,tz: +0100)  ===========
2009-08-03  16:17:49:334    3544    d28 Misc      = Process: d:\fcc0f96e893296900e6501a601\wusetup.exe
2009-08-03  16:17:49:332    3544    d28 Setup   Windows Update Client standalone setup : resource dll path is d:\fcc0f96e893296900e6501a601\en\wusetup.exe.mui
2009-08-03  16:17:49:335    3544    d28 Setup   Evaluating CBS package "d:\fcc0f96e893296900e6501a601\WUClient-SelfUpdate-Core-TopLevel.cab"
2009-08-03  16:17:49:556    3544    d28 Setup   Package will be installed
2009-08-03  16:17:49:556    3544    d28 Setup   Evaluating CBS package "d:\fcc0f96e893296900e6501a601\WUClient-SelfUpdate-ActiveX.cab"
2009-08-03  16:17:49:580    3544    d28 Setup   Package will be installed
2009-08-03  16:17:49:580    3544    d28 Setup   Evaluating CBS package "d:\fcc0f96e893296900e6501a601\WUClient-SelfUpdate-Aux-TopLevel.cab"
2009-08-03  16:17:49:665    3544    d28 Setup   Package will be installed
2009-08-03  16:17:49:709    3544    d28 Setup   Windows Update Client standalone setup : eula file path is d:\fcc0f96e893296900e6501a601\en\eula.rtf
2009-08-03  16:17:52:337    3544    de0 Misc    WARNING: LoadLibrary Failed for srclient.dll with hr:8007007E
2009-08-03  16:17:52:338    3544    de0 Setup   Installing CBS package "d:\fcc0f96e893296900e6501a601\WUClient-SelfUpdate-Core-TopLevel.cab"
2009-08-03  16:17:53:895    3544    de0 Setup   WARNING: CBS operation Failed,error = 0x800B0100
2009-08-03  16:17:53:898    3544    de0 Setup   WARNING: Install of setup package "d:\fcc0f96e893296900e6501a601\WUClient-SelfUpdate-Core-TopLevel.cab" Failed,error = 0x800B0100
2009-08-03  16:18:04:976    3544    d28 Setup   wusetup has finished.  Exit code is 0. Reboot is NOT needed

我认为加载srclient.dll会出现问题.

我做过的事情仍然无法修复:

> msiexec / unregister和msiexec / register
> regsvr32 wuapi.dll
>运行CheckSUR工具并重新启动

您是否从命令提示符处尝试过此操作?
net stop cryptsvc
rename %systemroot%\system32\catroot2 catroot2old
net start cryptsvc
原文链接:https://www.f2er.com/windows/367677.html

猜你在找的Windows相关文章