Windows Update Error 0x8024401c

Windows Update continous fails to search for Updates or cannot install them. The source of this problem could be various things as

> Windows Registry
> Windows Filesystem
> Internet access
> Windows Update service
> File corruption
> Misconfiguration
> Adware
> Virus and Malware
 
解决方法:
一、删除Windows更新的临时文件
1. 停止"Windows Update"服务。
2. 删除该目录下所有文件及目录:%windir%\SoftwareDistribution\DataStore
3. 启动“"Windows Update"服务。
之后,再次检查在线更新。”Check online updates from Microsoft Update“。
二、修复受损的系统文件
以管理员身份运行CMD,执行sfc /scannow命令。需要等待很长时间。
之后重启服务器,再次检查更新。
三、查看并修改注册表项
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
"UseWUServer"=0
  • UseWUServer = 1
    表示 Windows Update 使用 WSUS(Windows Server Update Services)服务器作为更新源。
    这通常是企业内网策略,更新从公司 WSUS 服务器获取,而不是直接从微软官网获取。
    WSUS 地址由 WUServerWUStatusServer 键指定。

  • UseWUServer = 0
    表示 不使用 WSUS,直接连接微软的 Windows Update 公网服务器下载更新。

之后,重启"Windows Update"服务。
再次检查更新。
四、关闭网卡IPv6
打开网卡配置,取消勾选IPv6选项。之后再次检查更新。
五、运行Windows Update Troubleshootor工具进行修复
六、关闭防火墙和其它相关的杀毒软件。
七、关闭Widows Update服务。
Then, Open File Explorer and navigate to C:\Windows\SoftwareDistribution. Then, delete all contents under this directory.
之后再启动WInodws Update服务,再次检查更新。
 
我所遇到的情况是在Windows2016服务器上更新失败。修改删除表,重启Windows更新服务,之后再次在线安装更新成功。
 

posted on 2020-06-04 02:04  遠離塵世の方舟  阅读(1200)  评论(0)    收藏  举报

导航