Windows 11/10 上的 Windows 更新组件必须修复错误

如果您看到消息Windows 更新组件必须修复,(Windows Update components must be repaired, One or more windows update components are configured incorrectly)Windows 11/10中的一个或多个 Windows 更新组件配置不正确,那么这里有一些可以帮助您解决问题的建议。

Windows Update 组件必须修复,一个或多个 Windows Update 组件配置错误

必须修复 Windows 更新组件

以下是一些有助于为您解决问题的方法。

  1. (Run Windows Update Troubleshooter)干净启动状态下(Clean Boot State)运行 Windows 更新疑难解答
  2. 运行系统文件检查器
  3. 运行 DISM(Run DISM)以修复损坏的Windows 更新(Windows Update)文件
  4. 将Windows 更新(Reset Windows Update)组件等重置为默认值

1]运行Windows更新疑难解答(Run Windows Update Troubleshooter)

执行干净启动(Perform Clean Boot),然后运行​​Windows 更新疑难解答。查看疑难解答(Troubleshooter)是否能够解决此问题。

2]运行系统文件检查器

要运行系统文件检查器,您需要以管理员权限打开命令提示符(open Command Prompt with administrator privilege)。为此,请在任务栏搜索框中搜索(Taskbar)cmd,右键单击命令提示符(Command Prompt)并选择以管理员身份运行。(Run)现在您需要输入此命令并按Enter

sfc /scannow

检测到潜在的 Windows 更新数据库错误

此扫描将替换所有损坏或损坏的 Windows 操作文件。扫描结束后,重新启动计算机。

3]运行DISM(Run DISM)修复损坏的Windows Update文件

Dism.exe工具(Dism.exe tool)可用于不同的情况,其中之一是修复损坏的 Windows 更新文件。请注意,如果要修复损坏的Windows Update 系统文件(Windows Update System Files),则需要运行不同的命令。如果您运行通常的 /RestoreHealth 命令,它可能不一定有帮助。DISM将用好的文件替换可能损坏或丢失的系统文件。但是,如果您的Windows 更新客户端已经损坏(Windows Update client is already broken),系统将提示您使用正在运行的Windows安装作为修复源,或使用网络共享中的Windows并行文件夹作为文件源。

然后,您将需要运行以下命令:

DISM.exe /Online /Cleanup-Image /RestoreHealth /Source:C:\RepairSource\Windows /LimitAccess

修复损坏的 Windows Update 系统文件

在这里,您必须将C:\RepairSource\Windows占位符替换为修复源的位置。

该过程完成后,DISM将在(DISM)%windir%/Logs/CBS/CBS.log中创建一个日志文件,并捕获该工具发现或修复的任何问题。

3]将Windows Update(Reset Windows Update)组件等重置为默认值

如果您需要将Windows 更新(Windows Update)组件恢复为默认值,以下链接将为您提供帮助:

  1. 手动重置 Windows 更新设置或组件(Manually reset Windows Update settings or components)
  2. 重置 Windows 更新代理(Reset Windows Update Agent)
  3. 使用 PowerShell 脚本重置 Windows 更新客户端(Reset Windows Update Client using PowerShell Script)
  4. 重置 SoftwareDistribution 文件夹(Reset SoftwareDistribution folder)
  5. 重置 Catroot2 文件夹(Reset Catroot2 folder)

Hope something here helps you!

相关阅读(Related read)检测到潜在的 Windows 更新数据库错误(Potential Windows Update Database error detected)



About the author

我是一名免费软件开发人员和 Windows Vista/7 倡导者。我已经写了数百篇关于操作系统相关主题的文章,包括提示和技巧、修复指南和最佳实践。我还通过我的公司 Help Desk Services 提供与办公室相关的咨询服务。我对 Office 365 的工作原理、功能以及如何最有效地使用它们有着深刻的理解。



Related posts