Windows Resource Protection found corrupt files and successfully repaired them Reddit

The following error occurred when running the SFC /SCANNOW command, to repair the system files on a Windows 10 PC: "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"

Windows Resource Protection found corrupt files and successfully repaired them Reddit

This tutorial contains instructions to resolve the "Windows Resource Protection found corrupt files but was unable to fix some of them" error, when running the SFC /SCANNOW command in Windows 7, 8 & 10 OS.

FIX Windows Resource Protection found corrupt files but was unable to fix

Method 1. Check and Repair Hard Disk Errors.
Method 2: FIX Windows corruption errors with the System Update Readiness tool (DISM).
Method 3: Run SFC in Safe Mode.
Method 4. Run the "SFC /SCANNOW" from the Windows Recovery Environment (WinRE).
Method 5. Examine the details of SFC SCAN.
Method 6. Repair Windows 10 with an in-place Upgrade.
Method 1. Check and Repair Hard Disk Errors.

First of all check and repair possible errors on your hard drive using the CHKDSK command. To do that:

1. Open command prompt as administrator.
2. At command prompt, give the following command and press Enter: *

  • chkdsk /R

* Notes:
1. You will be required to reboot the computer if run the CHKDSK command on the system drive.
2. By default the CHKDSK command, will check your main C: drive for errors. If after checking the drive C:, you want to repair errors on another drive (e.g. the drive “E:” ), then switch to that drive (e.g. by typing E: & pressing Enter) and give the same command.

Method 2: FIX Windows corruption errors with the System Update Readiness tool (DISM).

The System Update Readiness tool is a Microsoft tool that can fix Windows corruption errors.

  • Windows 7, Vista & Server 2008:

1. Download and save to your desktop the System Update Readiness tool according to your Windows version.
2. Double click to install the downloaded file (e.g. Windows6.1-KB947821-v34-x86.msu).

Windows Resource Protection found corrupt files and successfully repaired them Reddit

3. When the installation is completed, restart your computer.
4. Finally open command prompt as administrator and give the following command:

  • sfc /scannow
  • Windows 10, 8, 8.1 & Server 2012:

1. Right click at Windows start button

Windows Resource Protection found corrupt files and successfully repaired them Reddit
and select Command Prompt (Admin).
2. At the command prompt window, type the following command & press Enter:

  • Dism.exe /Online /Cleanup-Image /Restorehealth

Windows Resource Protection found corrupt files and successfully repaired them Reddit

3. Be patient until DISM repairs component store.
4. When the operation is completed, you should be informed that the component store corruption was repaired.

Windows Resource Protection found corrupt files and successfully repaired them Reddit

5. Finally, give the SFC command (in Administrative command prompt):

  • sfc /scannow
Method 3: Run SFC in Safe Mode.

1. Press Windows

Windows Resource Protection found corrupt files and successfully repaired them Reddit
  + R keys to load the Run dialog box.
2. Type msconfig and press Enter.

Windows Resource Protection found corrupt files and successfully repaired them Reddit

3. Click the Boot tab and then check the Safe Boot option.
4. Click OK and restart your computer.

Note: When you finish your job, open the System Configuration utility again and uncheck the “Safe Boot” option to start Windows normally.

Windows Resource Protection found corrupt files and successfully repaired them Reddit

5. Finally, give the SFC /SCANNOW command (in Administrative command prompt).

Method 4. Run the "SFC /SCANNOW" from the Windows Recovery Environment (WinRE).

Another method to fix the SFC error "Windows Resource Protection found corrupt files but was unable to fix", is to Offline run the SFC /SCANNOW command. Detailed instructions on how to do that, you can found in this article: How to Run SFC OFFLINE.

Method 5. Examine the details of SFC SCAN.

The next method to resolve the "Windows Resource Protection found corrupt files" in SFC, is to examine the SFC details in CBS.LOG file. To do that:

1. Open Command Prompt as Administrator.
2. Give the following command.

findstr /c:"[SR]" %windir%\Logs\CBS\CBS.log >"%userprofile%\Desktop\sfcdetails.txt"

3. Then navigate to your desktop and open the "sfcdetails.txt" file in notepad to view which files are corrupted and replace them with a good copy.

Method 6. Repair Windows 10 with an in-place Upgrade.

The final method to fix Windows 10 problems, is to perform a Windows 10 Repair-Upgrade. For that task follow the detailed instructions on this article: How to repair Windows 10.

That’s it! Let me know if this guide has helped you by leaving your comment about which method is worked for you. Please like and share this guide to help others.

If this article was useful for you, please consider supporting us by making a donation. Even $1 can a make a huge difference for us in our effort to continue to help others while keeping this site free:

Windows Resource Protection found corrupt files and successfully repaired them Reddit

If you want to stay constantly protected from malware threats, existing and future ones, we recommend that you install Malwarebytes Anti-Malware PRO by clicking below (we do earn a commision from sales generated from this link, but at no additional cost to you. We have experience with this software and we recommend it because it is helpful and useful):

Full household PC Protection - Protect up to 3 PCs with NEW Malwarebytes Anti-Malware Premium!

How do I fix Windows Resource Protection found corrupt files?

To resolve this problem, perform the System File Checker scan in safe mode, and make sure that the PendingDeletes and PendingRenames folders exist under %WinDir%\WinSxS\Temp. Windows Resource Protection found corrupt files and successfully repaired them.

What should I run after SFC Scannow?

There is no need to restart after running SFC Scannow, as the scan takes a few minutes and does not have any reboots. Sfc scans and fixes any corrupted or missing system files on your computer, but if it finds anything that needs to be fixed it will only do so when you restart your computer.

What is command SFC Scannow?

System file check is a utility built into the Operating System that will check for system file corruption The sfc /scannow command (System File Check) scans the integrity of all protected operating system files and replaces incorrect, corrupted, changed, or damaged versions with the correct versions where possible.

Did not find any integrity violations?

Windows Resource Protection did not find any integrity violations – indicates that the system does not have any corrupted or missing files. Windows Resource Protection could not perform the requested operation – indicates a problem during the scan, and an offline scan is required.