zoglinhere
New member
- Dec 28, 2024
- 1
Running
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
I then ran the following command to repair the component store, but this did not resolve the issue and returned the same error.
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
Unfortunately, this did not resolve the issue, and I got the same error.
Environment Details:
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
Code:
DISM /Online /Cleanup-Image /RestoreHealth /Source:WIM:C:\install.wim:1 /LimitAccess
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
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: