DISM /Online /Cleanup-Image /RestoreHealth fails with error 0x800f081f

zoglinhere

New member
Joined
Dec 28, 2024
Posts
1
Running DISM /Online /Cleanup-Image /ScanHealth indicated that the component store is repairable. However, attempting to repair it using DISM /Online /Cleanup-Image /RestoreHealth returned error 0x800f081f.

Here's what I've tried so far:

Attempt 1:
I used the Windows Media Creation Tool to create a Windows ISO and attempted to use it as the repair source. Since the ISO contained an install.esd file instead of an install.wim file, I extracted the WIM file using the following command:
Code:
DISM /export-image /SourceImageFile:E:\Sources\Install.esd /SourceIndex:<IndexNumber> /DestinationImageFile:C:\install.wim /Compress:max /CheckIntegrity
I then ran the following command to repair the component store, but this did not resolve the issue and returned the same error.
Code:
DISM /Online /Cleanup-Image /RestoreHealth /Source:WIM:C:\install.wim:1 /LimitAccess
Attempt 2:
As I am running the latest cumulative update (KB5048652) and no ISO is available for my exact build, I used UUP dump to create an ISO for the latest build (Feature update to Windows 10, version 22H2 (19045.5247) amd64). I then attempted to use the WIM file from this ISO as the repair source by running the command
Code:
DISM /Online /Cleanup-Image /RestoreHealth /Source:WIM:E:\Sources\Install.wim:<index> /LimitAccess
Unfortunately, this did not resolve the issue, and I got the same error.

Environment Details:
Code:
Edition    Windows 10 Pro
Version    22H2
Installed on    <redacted>
OS build    19045.5247
Experience    Windows Feature Experience Pack 1000.19060.1000.0
 

Attachments

Last edited:
Hi @zoglinhere,

Welcome to Sysnative Forums!

If you haven't already, please review the posting instructions here, and attach the requested log files. Without log files, our helpers will not be able to assist, and this will slow down fixing your machine.

If logs have been already been provided, our team of volunteers will analyse the provided log files to build a fix for your system. Please be aware that this may take several days from your initial post, due to the high volume of threads that we receive.


- Sysnative Windows Update Team
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top