Share via

DISM error

Anonymous
2018-02-21T06:20:53+00:00

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

Windows for home | Windows 10 | Performance and system failures

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.

0 comments No comments

11 answers

Sort by: Most helpful
  1. Anonymous
    2018-03-16T02:35:47+00:00

    Hi,

    You might be able to run the repair by just changing  the .esd to .wim in the DISM command..

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2018-03-16T01:05:22+00:00

    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?

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2018-02-21T14:30:37+00:00

    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..

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2018-02-21T07:12:35+00:00
    1. i did mount by USB bootable w10  1709 version
    2. run cmd admin and type 

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

    1. I got the same error msg.  now at 88 %

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2018-02-21T06:58:20+00:00

    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

    Was this answer helpful?

    0 comments No comments