Errors when using SFC or DISM

Joined
Sep 1, 2015
Messages
4
Reaction score
0
If I run SFC it tells me I have corrupt files that it can not fix. When I tried to use DISM checking health says the files can be repaired yet if I run DISM with /online feature with out a source it says the same thing if I run it with a source which is it can not find the files needed. I have attached the CBS log and DISM log below in hopes someone can help me.
 

Attachments

  • errorlogfiles.zip
    167.7 KB · Views: 450
Joined
Nov 20, 2013
Messages
2,092
Reaction score
181
1.This will take quite some time, but if you care to give it a go.......

Run the followings in the order listed :
1. Dism.exe /online /Cleanup-Image /StartComponentCleanup
2. sfc /scannow (to see if it still finds corrupt files)
3. Dism /Online /Cleanup-Image /RestoreHealth (to double check the image health).
4. sfc /scannow ( optional )
 
Last edited:
Joined
May 25, 2015
Messages
120
Reaction score
19
check that you have the file 'install.esd' in :
C:\$Windows.~WS\Sources\Windows\sources

if you have then run Command Prompt as Administrator & enter :
Dism /online /Cleanup-Image /RestoreHealth /Source:esd:C:\$Windows.~WS\Sources\Windows\sources\install.esd:1
 
Joined
Sep 1, 2015
Messages
4
Reaction score
0
I was these and get exactly this

Deployment Image Servicing and Management tool
Version: 10.0.10240.16384

Image Version: 10.0.10240.16384

[==========================100.0%==========================]
The operation completed successfully.


Windows Resource Protection found corrupt files but was unable to fix some
of them. Details are included in the CBS.Log windir\Logs\CBS\CBS.log. For
example C:\Windows\Logs\CBS\CBS.log. Note that logging is currently not
supported in offline servicing scenarios.


Deployment Image Servicing and Management tool
Version: 10.0.10240.16384

Image Version: 10.0.10240.16384

[==========================100.0%==========================]

Error: 0x800f081f

The source files could not be found.
Use the "Source" option to specify the location of the files that are required t
o 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

Beginning system scan. This process will take some time.

Beginning verification phase of system scan.
Verification 100% complete.

Windows Resource Protection found corrupt files but was unable to fix some
of them. Details are included in the CBS.Log windir\Logs\CBS\CBS.log. For
example C:\Windows\Logs\CBS\CBS.log. Note that logging is currently not
supported in offline servicing scenarios.


------------------------------------------------------------------------------------------

1.This will take quite some time, but if you care to give it a go.......

Run the followings in the order listed :
1. Dism.exe /online /Cleanup-Image /StartComponentCleanup
2. sfc /scannow (to see if it still finds corrupt files)
3. Dism /Online /Cleanup-Image /RestoreHealth (to double check the image health).
4. sfc /scannow ( optional )
 
Joined
Sep 1, 2015
Messages
4
Reaction score
0
this file does not exist on my pc or on the usb windows 10 I made.
The windows 10 use does have the older format

L:\x64\sources\install.wim

So I tried

Dism /online /Cleanup-Image /RestoreHealth /Source:wim:L:\x64\sources\install.wim:1

But still get

Deployment Image Servicing and Management tool
Version: 10.0.10240.16384

Image Version: 10.0.10240.16384

[==========================100.0%==========================]

Error: 0x800f081f

The source files could not be found.
Use the "Source" option to specify the location of the files that are required t
o 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




-------------------------------------------------------------------------------------

check that you have the file 'install.esd' in :
C:\$Windows.~WS\Sources\Windows\sources

if you have then run Command Prompt as Administrator & enter :
Dism /online /Cleanup-Image /RestoreHealth /Source:esd:C:\$Windows.~WS\Sources\Windows\sources\install.esd:1
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top