Sign in with
Sign up | Sign in
Your question
Solved

SFC found errors but can't fix them

Tags:
  • Windows 8
Last response: in Windows 8
Share
October 8, 2014 6:47:56 AM

I ran sfc scan multiple times at diffrent times and days and it keeps saying that it found corrupt files but can't fix them

Log:

https://www.dropbox.com/s/zheuvisfzyf5pr1/CBS%20Log.txt...

More about : sfc found errors fix

Best solution

a b * Windows 8
October 8, 2014 8:20:13 AM

if the system file checker can not repair the file, it is most likely that the backup copy also has the problem.
run the dism.exe command
start cmd.exe as an admin (windows key+x, then type A)
Dism.exe /Online /Cleanup-Image /RestoreHealth

this will go to a trusted source on the internet and get a clean copy of the file.

after you are done, run
sfc.exe /scannow
reboot your system
and run
sfc.exe /scannow

you want to check to make sure it is repaired, then reboot and check again. Sometimes malware will undo the changes.

Share
Related resources
!