• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Win 10 sfc scannow result

dvtrv

Senior member
Windows Resource Protection found corrupt files but was unable to fix some of them.

I've tried running sfc in safe mode and get the same result.

Please can anyone assist me in fixing these?

Thanks
 
Pretty much if Windows can't fix the files they've gone to "bit heaven"

The best you can do is to use Windows Repair if they're windows files, reinstall programs if they're program files, and if they're data files restore form you backup.
 
Right click on the start button and click on Command Prompt (Admin). When the cmd window opens paste this command and press enter
Code:
Dism /Online /Cleanup-Image /RestoreHealth
Let Dism repair and replace any corruption in the component store then restart your computer and run sfc /scannow and see if the corruption was repaired.
 
I followed as per your suggestion, thank you for that, but same response from sfc /scannow

Any suggestions.

Right click on the start button and click on Command Prompt (Admin). When the cmd window opens paste this command and press enter
Code:
Dism /Online /Cleanup-Image /RestoreHealth
Let Dism repair and replace any corruption in the component store then restart your computer and run sfc /scannow and see if the corruption was repaired.
 
Is this a SSD or HD?
What does SMART health show on your boot device? (Use crystaldiskinfo [free] to check)
Also, list the files that are corrupted from the log.
 
Can you please post your Dism log. It can be found at C:\Windows\Logs\DISM It will be a simple .txt file. It would be helpful if you posted your CBS log to. It can be found at C:\Windows\Logs\CBS
 
Not sure re you SSD HD q but i'm using a Dell Inspiron 3521 Core i3

I tried to add both logs by copying and pasting but they are too big.
I'm not sure how to attach as file either.

Your advice please and thank you o far for your assistance
 
About 1 in 5 times I see this, this is fixed by disabling the page file, rebooting and running SFC, and enabling the page file again. If you look through the CBS log, it is helpful in finding what its complaining about. If you use an automated cleanup program, it can remove redundant system files which do nothing but take up space (like language packs) but produce SFC failures. Also on domain machines with a WSUS server, it will fail just about every time because you have to set in local group policy to check Microsoft update servers for optional components and repair.
 
Back
Top