Print this page | Go back to previous topic
Forum nameThe Computer Forum
Topic subjectNeed help with DISM
Topic URLhttp://www.pcqanda.com/dc/dcboard.php?az=show_topic&forum=2&topic_id=566778
566778, Need help with DISM
Posted by aldago, Fri Dec-11-20 10:57 PM
I'm trying to restore Windows 10 Home Image. I run
DISM... CheckHealth and ScanHealth and both run and say
"The component store is repairable. The operation completed successfully"
When I run RestoreHealth, it runs to 100% but I get message "The source files could not be found." I tried running with DISM directed to the installation USB
DISM /Online /Cleanup-Image /CheckHealth /Source:F:WIM:\sources\install

with no success. Can anyone walk me through the correct process. I'm running DISM because sfc comes up with errors that it couldn't repair. Even sfcfix.exe crashes with an unrecognized error. Help???
566780, RE: Need help with DISM
Posted by lenjack, Sat Dec-12-20 01:48 AM
Is this the command you're running?

DISM /Online /Cleanup-Image /RestoreHealth

I've used it on a problem, and it takes a few minutes to run.
566786, RE: Need help with DISM
Posted by aldago, Sat Dec-12-20 08:48 AM
I'm running 4 commands:
DISM /Online /Cleanup-Image /CheckHealth
DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth
I assume that because the first two say that the run was successful and the Image is repairable that the Image was found and checked. The last one runs to completion, but says it couldn't restore the Image because it couldn't find it. I tried to run the task to an internal image as well as directing the task to the installation Flash drive Image and get the same result for the RestoreHealth task.
566804, RE: Need help with DISM
Posted by therube, Mon Dec-14-20 05:55 PM
You've check that the path/name to the .wim are accurate?

> /Source:F:WIM:\sources\install

At the least, it would seem you need a \ in there:

> /Source:F:\WIM:\sources\install

& then probably \install should be \install.wim.



https://www.windowscentral.com/how-use-dism-command-line-utility-repair-windows-10-image


And just what is the issue that you're needing to go through this anyhow?