组件存储已损坏-0x800f081f

组件存储已损坏-0x800f081f

我在安装 Windows 更新时遇到了问题。

我在事件日志中发现组件存储存在问题。

首先我使用以下方法检查组件存储部署映像服务和管理工具。

扫描健康

dism /online /cleanup-image /scanhealth

结果

The component store is repairable.
The operation completed successfully.

检查健康

dism /Online /Cleanup-Image /CheckHealth

结果

The component store is repairable.
The operation completed successfully.

所以我尝试了维修组件商店。

DISM /online /cleanup-image /restorehealth

结果有错误

The restore operation failed. Either the repair source was not found or the comp
onent store cannot be repaired.

Error: 0x800f081f

DISM failed. No operation was performed.
For more information, review the log file.

我检查了日志C:\Windows\Logs\DISM\DISM.log,但没有错误。

Checking System Update Readiness.


    Summary:
    Operation: Detect and Repair 
    Operation result: 0x0
    Last Successful Step: Entire operation completes.
    Total Detected Corruption:  0
        CBS Manifest Corruption:    0
        CBS Metadata Corruption:    0
        CSI Manifest Corruption:    0
        CSI Metadata Corruption:    0
        CSI Payload Corruption: 0
    Total Repaired Corruption:  0
        CBS Manifest Repaired:  0
        CSI Manifest Repaired:  0
        CSI Payload Repaired:   0
        CSI Store Metadata refreshed:   True

    Total Operation Time: 545 seconds.

知道如何解决这个问题吗?

这是完整的 DISM 日志

已编辑

我也跑了sfc / scannow

结果

Beginning system scan.  This process will take some time.

Beginning verification phase of system scan.
Verification 100% complete.

Windows Resource Protection did not find any integrity violations

以下是 CBS.log

答案1

我遇到了同样的问题,并通过使用 Win 8.1+Update DVD 进行升级解决了该问题(我使用了 MSDN 中的 en_windows_8.1_with_update_x64_dvd_4065090.iso)。

这保留了所有数据、设置和应用程序。

答案2

这是一个错误,我之前已经向微软报告过了。

您的问题已通过 DISM 修复,但由于错误仍然报告错误。请忽略该错误。

相关内容