component store is corrupted - 0x800f081f

3

I had problem install windows update.

I found in event log problem with component store.

First I check component store with Deployment Image Servicing and Management tool.

Scanhealth

dism /online /cleanup-image /scanhealth

Result

The component store is repairable.
The operation completed successfully.

CheckHealth

dism /Online /Cleanup-Image /CheckHealth

Result

The component store is repairable.
The operation completed successfully.

So I tried repair component store.

DISM /online /cleanup-image /restorehealth

Result with errror

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.

I checked log C:\Windows\Logs\DISM\DISM.log but there is no error.

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.

Any idea how to solve this problem?

Here is complete DISM log.

EDITED

I also ran sfc / scannow

Result

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

Here is CBS.log

64-bit
windows-8.1
updates
dism
asked on Super User Apr 20, 2014 by Jan • edited Apr 21, 2014 by Jan

2 Answers

1

This is a bug, that I already reported a while ago to Microsoft.

Your issue is fixed by DISM, but due to the bug is still reports an error. Ignore the error.

answered on Super User Apr 21, 2014 by magicandre1981 • edited Apr 22, 2015 by magicandre1981
1

I had the same issue and fixed it by doing an upgrade with the Win 8.1+Update DVD (I used en_windows_8.1_with_update_x64_dvd_4065090.iso from MSDN).

This kept all data, settings and apps.

answered on Super User May 11, 2014 by laktak

User contributions licensed under CC BY-SA 3.0