Hi,
You might be able to run the repair by just changing the .esd to .wim in the DISM command..
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Microsoft Windows [Version 10.0.14393]
(c) 2016 Microsoft Corporation. All rights reserved.
C:\WINDOWS\system32>DISM.exe /Online /Cleanup-image /Restorehealth
Deployment Image Servicing and Management tool
Version: 10.0.14393.0
Image Version: 10.0.14393.0
[===========================96.6%======================== ]
Error: 0x800f081f
The source files could not be found.
Use the "Source" option to specify the location of the files that are required to restore the feature. For more information on specifying a source location, see http://go.microsoft.com/fwlink/?LinkId=243077.
The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log
C:\WINDOWS\system32>
Here is the link of dism log
https://www.dropbox.com/s/b5fkfii5bsm7lmc/dism.log?dl=0
help pls
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Hi,
You might be able to run the repair by just changing the .esd to .wim in the DISM command..
Also make sure your flash drive actually has a .Install.esd...
Sometimes you end up with a "Install.wim"... it kind of depends on how they were made..
i have install.wim how can i get esd file?
Hi,
I see a typo in your command... at least the one you just posted...
You have "Source" and it should be "Sources"... with a s...
Also make sure your flash drive actually has a .Install.esd...
Sometimes you end up with a "Install.wim"... it kind of depends on how they were made..
Dism /Online /Cleanup-Image /RestoreHealth /Source:esd:E:\Sources\Install.esd:1 /limitaccess
Hi,
I think you need to include the location of the media to repair the installation with... Your Installation DVD or Flash Drive for instance...
Here is something I found on Google...
For example:
Dism /Online /Cleanup-Image /RestoreHealth /Source:wim:D:\sources\install.wim:1 /limitaccess
For example:
Dism /Online /Cleanup-Image /RestoreHealth /Source:esd:C:$Windows.~BT\Sources\Install.esd:1 /limitaccess
OR
(USB from Media Creation Tool where E is drive letter of USB)
Dism /Online /Cleanup-Image /RestoreHealth /Source:esd:E:\Sources\Install.esd:1 /limitaccess