修复 DISM 错误 14098 组件存储已损坏

修复 DISM 错误 14098 组件存储已损坏

DISM部署映像服务和管理(Deployment Image Servicing and Management))是一个命令行工具,用户或管理员可以使用它来装载和服务Windows 桌面(Windows desktop)映像。通过使用DISM,用户可以更改或更新Windows功能、程序包、驱动程序等。DISMWindows ADKWindows 评估和部署工具包)的一部分,可从(Windows Assessment and Deployment Kit)Microsoft 网站(Microsoft website)轻松下载。

修复 DISM 错误 14098 组件存储已损坏

现在回过头来问为什么我们这么多谈论DISM,问题是在运行DISM 工具(DISM tool)时用户面临错误消息(error message)“错误:14098,组件存储(component store)已损坏”,这导致了几个功能的损坏窗户(Windows)DISM 错误 14098(DISM Error 14098)背后的主要原因是Windows 更新(Windows Update)组件损坏,因此DISM(DISM doesn)也不起作用。

用户无法修复他们的 PC,Windows 更新也无法(Windows Update doesn)正常工作。除此之外,几个关键的Windows 功能(Windows function)停止工作,这给用户带来了噩梦。因此,不要浪费任何时间,让我们(time let)看看如何在下面列出的指南的帮助下修复 DISM 错误 14098(Fix DISM Error 14098) 组件存储(Component Store)已损坏。

修复 DISM 错误 14098(Fix DISM Error 14098) 组件存储(Component Store)已损坏

确保(Make)创建一个还原点(restore point) 以防万一(case something)出现问题。

方法一:运行 StartComponentCleanup 命令(Method 1: Run StartComponentCleanup Command)

1.打开命令提示符(Command Prompt)。用户可以通过搜索“cmd”然后按 Enter 来执行此步骤。

打开命令提示符。 用户可以通过搜索“cmd”然后按 Enter 来执行此步骤。

2. 在 cmd 中输入以下命令并回车(Enter)

Dism.exe /online /Cleanup-Image /StartComponentCleanup

DISM 启动组件清理 |  修复 DISM 错误 14098 组件存储已损坏

3.等待(Wait)命令处理完毕,然后重新启动您的 PC。

方法 2:重置 Windows 更新组件(Method 2: Reset Windows Update Components)

1.打开命令提示符(Command Prompt)。用户可以通过搜索“cmd”然后按 Enter 来执行此步骤。

2. 在cmd 中输入(cmd and hit Enter)以下命令并在每个命令后按 Enter:

净停止位
净停止 wuauserv
净停止 appidsvc
净停止 cryptsvc

停止 Windows 更新服务 wuauserv cryptSvc bits msiserver

3. 删除 qmgr*.dat 文件,再次打开cmd 并键入(cmd and type)

Del “%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\qmgr*.dat”

4. 在 cmd 中输入以下内容并按Enter

cd /d %windir%\system32

重新注册 BITS 文件和 Windows 更新文件

5. 重新注册BITS 文件和 Windows Update 文件( the BITS files and the Windows Update files)。在cmd中分别(cmd and hit Enter)键入(Type)以下每个命令,并在每个命令后按 Enter:

regsvr32.exe atl.dll
regsvr32.exe urlmon.dll
regsvr32.exe mshtml.dll
regsvr32.exe shdocvw.dll
regsvr32.exe browseui.dll
regsvr32.exe jscript.dll
regsvr32.exe vbscript.dll
regsvr32.exe scrrun.dll
regsvr32.exe msxml.dll
regsvr32.exe msxml3.dll
regsvr32.exe msxml6.dll
regsvr32.exe actxprxy.dll
regsvr32.exe softpub.dll
regsvr32.exe wintrust.dll
regsvr32.exe dssenh.dll
regsvr32.exe rsaenh.dll
regsvr32.exe gpkcsp.dll
regsvr32.exe sccbase.dll
regsvr32.exe slbcsp.dll
regsvr32.exe cryptdlg.dll
regsvr32.exe oleaut32.dll
regsvr32.exe ole32.dll
regsvr32.exe shell32.dll
regsvr32.exe initpki.dll
regsvr32.exe wuapi.dll
regsvr32.exe wuaueng.dll
regsvr32.exe wuaueng1.dll
regsvr32.exe wucltui.dll
regsvr32.exe wups.dll
regsvr32.exe wups2.dll
regsvr32.exe wuweb.dll
regsvr32.exe qmgr.dll
regsvr32.exe qmgrprxy.dll
regsvr32.exe wucltux.dll
regsvr32.exe muweb.dll
regsvr32.exe wuwebv.dll

6. 重置 Winsock:

netsh winsock 重置(netsh winsock reset)

netsh winsock 重置

7. 将BITS 服务(BITS service)Windows Update 服务(Windows Update service)重置为默认安全描述符(default security descriptor)

sc.exe sdset 位 D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)(sc.exe sdset bits D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU))

sc.exe sdset wuauserv D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)

8.再次(Again)启动Windows 更新(Windows update)服务:

网络开始位
网络开始 wuauserv
网络开始 appidsvc
网络开始 cryptsvc

启动 Windows 更新服务 wuauserv cryptSvc bits msiserver |  修复 DISM 错误 14098 组件存储已损坏

9. 安装最新的Windows 更新代理。(Windows Update Agent.)

10. 重启你的电脑,看看你是否能够修复 DISM 错误 14098 组件存储已损坏错误。(Fix DISM Error 14098 Component Store has been corrupted error.)

推荐的:(Recommended:)

  • 修复(Fix Imaging) 设备管理器(From Device Manager)中缺少的成像设备(Devices)
  • 如何设置PC 的默认位置(Default Location)
  • 从Windows 10完全卸载Grove Music(Grove Music From)
  • 修复(Fix Bluetooth)Windows 10创意者更新后蓝牙无法正常工作

就是这样,您已成功修复 DISM 错误 14098 组件存储已损坏错误(Fix DISM Error 14098 Component Store has been corrupted error),但如果您对这篇文章仍有任何疑问,请随时在评论部分提出。



About the author

我是一名专业的音频工程师,拥有超过 10 年的经验。我参与过各种各样的项目,从小型家庭音响系统到大型商业制作。我的技能在于创造出色的配乐和声音处理工具,让音乐听起来很棒。我对 Windows 10 也非常有经验,可以帮助您充分利用您的计算机系统。



Related posts