DISM Restore Health Command Help

mikeynavy1976

Distinguished
Feb 14, 2007
454
1
18,815
I'm not sure what I'm doing wrong but, after installing new Creator Update, and running DISM I get the source not found error. I downloaded and created a new Windows 10 USB which I'm under the impression is also the new Creator Build. When I run:

Dism /Online /Cleanup-Image /RestoreHealth /Source:esd:E:\Sources\Install.esd:1 /limitaccess

where E: is the USB drive and the path is correct I'm still getting the source file not found error. Can someone help me? Thanks.
 
Solution
i see now, you used wrong sources command,

since you downloaded an ISO you should have used:

Dism /Online /Cleanup-Image /RestoreHealth /Source:wim:x:\sources\install.wim:1 /limitaccess

where x is the drive letter of USB, just swap it for whatever USB drive is on PC.

The esd files is part of the update package - refer here: https://www.lifewire.com/esd-file-2621103

mikeynavy1976

Distinguished
Feb 14, 2007
454
1
18,815


I ran it as more of a check to make sure there weren't any corruption issues. SFC /Scannow ran fine, but DISM didn't...was just checking. When I get home I'll try running the command you just posted.