Windows 7 上的 Windows 更新失败,错误代码为 8024200D

Windows 7 上的 Windows 更新失败,错误代码为 8024200D

乍一看,我们对这个问题有很多答案,但是我全部尝试了,更新仍然失败。

注意:Windows 7 不会卡在检查更新上。但是,它会下载更新但无法安装:(未找到与此问题相关的重复项)。

我曾经用过一些帖子来解决该问题: http://www.thewindowsclub.com/windows-update-stuck-downloading-updates 我已经完成所有步骤:

1. Stop the Windows Update related Services. net stop wuauserv // Ok : mean operation succeeded net stop bits // 好的

2. I deleted all files in:
 C:\Windows\SoftwareDistribution folder and delete all the files and folders inside.
3. Restart the Windows Update related Services.
net start wuauserv  // ok  
net start bits      // ok
    4. I have tried **Windows Update Troubleshooter** (WindowsUpdateDiagnostic.diagcab) : It said that the problems were
    > solved !
  1. 再试一次,我已经安装了最新的更新Windows 更新代理-7.6
6. Last but not least: I tried to install failed updates manually but installation failed and sometimes cause system failure to start (need revert changes).

7. I tried a clean boot : disabled all non microsoft and startup services. Still updates failed with the same error.

8. Finally, I tried both WSUS offline updater 10.9 and Windows update MiniTool. Both of them failed.

不要忘记进行全面的病毒/恶意软件分析和清除:D

在此处输入图片描述

完成所有这些步骤并多次重启笔记本电脑后,问题仍未解决,因此欢迎尝试任何其他方法。

以下是我的 WindowsUpdate.log 的一部分(已更新):

2017-01-21  21:15:20:871    1124    e2c AU  >>##  RESUMED  ## AU: Search for updates [CallId = {47F56A40-D8E6-4382-A523-1C96F796DCB9}]
2017-01-21  21:15:20:871    1124    e2c AU    # 97 updates detected
2017-01-21  21:15:20:884    1124    e2c AU  #########
2017-01-21  21:15:20:884    1124    e2c AU  ##  END  ##  AU: Search for updates [CallId = {47F56A40-D8E6-4382-A523-1C96F796DCB9}]
2017-01-21  21:15:20:884    1124    e2c AU  #############
2017-01-21  21:15:20:885    1124    e2c AU  Successfully wrote event for AU health state:0
2017-01-21  21:15:20:901    1124    8d4 Report  REPORT EVENT: {EAE73EBD-E9E8-49B2-A8BF-AA599200389F}    2017-01-21 21:15:20:860-0000    1   147 101 {00000000-0000-0000-0000-000000000000}  0   0   AutomaticUpdates    Success Software Synchronization    Windows Update Client successfully detected 97 updates.
2017-01-21  21:15:20:911    1124    e2c AU  #############
2017-01-21  21:15:20:911    1124    e2c AU  ## START ##  AU: Refresh featured updates info
2017-01-21  21:15:20:911    1124    e2c AU  #########
2017-01-21  21:15:20:911    1124    e2c AU  No featured updates available.
2017-01-21  21:15:20:911    1124    e2c AU  #########
2017-01-21  21:15:20:911    1124    e2c AU  ##  END  ##  AU: Refresh featured updates info
2017-01-21  21:15:20:911    1124    e2c AU  #############
2017-01-21  21:15:20:911    1124    e2c AU  AU setting next detection timeout to 2017-01-22 18:30:12
2017-01-21  21:15:20:911    1124    e2c AU  Successfully wrote event for AU health state:0
2017-01-21  21:15:20:953    1124    e2c AU  Successfully wrote event for AU health state:0
2017-01-21  21:28:07:000    1124    cf4 AU  AU setting next sqm report timeout to 2017-01-22 21:28:07
2017-01-21  23:17:05:744    1124    174c    AU  Getting featured update notifications.  fIncludeDismissed = true
2017-01-21  23:17:05:745    1124    174c    AU  No featured updates available.
2017-01-21  23:17:05:846    1124    174c    AU  WARNING: Returning due to error from GetDownloadProgressUx, error = 0x8024000C
2017-01-21  23:17:05:846    1124    174c    AU  WARNING: GetInteractiveInstallProgress failed, error = 0x8024000C

答案1

我有类似的问题

根据此回答

...重置所有 Windows 更新,这样它就会重新开始。您可以使用这个脚本. 以管理员身份运行,使用选项 2 和 3,完成后重新启动电脑。

如果这没有帮助,我建议您尝试删除注册表项 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersio‌n\WindowsUpdate\Auto Update\RebootRequired(首先将其导出以进行备份)并重新启动电脑。

相关内容