zoukankan      html  css  js  c++  java
  • 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%SoftwareDistributionDataStore
    3. 启动“"Windows Update"服务。
    之后,再次检查在线更新。”Check online updates from Microsoft Update“。
    二、修复受损的系统文件
    以管理员身份运行CMD,执行sfc /scannow命令。需要等待很长时间。
    之后重启服务器,再次检查更新。
    三、查看并修改注册表项
    [HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindowsWindowsUpdateAU]
    "UseWUServer"=0
    之后,重启"Windows Update"服务。
    再次检查更新。
    四、关闭网卡IPv6
    打开网卡配置,取消勾选IPv6选项。之后再次检查更新。
    五、运行Windows Update Troubleshootor工具进行修复
    六、关闭防火墙和其它相关的杀毒软件。
    七、关闭Widows Update服务。
    Then, Open File Explorer and navigate to C:WindowsSoftwareDistribution. Then, delete all contents under this directory.
    之后再启动WInodws Update服务,再次检查更新。
     
    我所遇到的情况是在Windows2016服务器上更新失败。修改删除表,重启Windows更新服务,之后再次在线安装更新成功。
     
  • 相关阅读:
    Global Citizenship
    Eng Stu
    说说
    C#编程远程控制机械手臂
    切割系统
    C#编码 画图控件
    编程Sourceforge
    C#编程线程
    空间点的几何关系
    一台普通电脑通过设置连接到公司网络
  • 原文地址:https://www.cnblogs.com/rusking/p/13041149.html
Copyright © 2011-2022 走看看