Fix "windows resource protection could not perform the requested operation"

Discussion in 'Windows Error Code, Crashes, BSOD, and Hangs' started by securityhope, Sep 12, 2016.

  1. securityhope

    securityhope Administrator Staff Member

    Joined:
    Aug 3, 2016
    Messages:
    1,241
    Likes Received:
    0
    Trophy Points:
    36
    To determine which files could not be repaired by the System File Checker tool, follow these steps:

    Step 1:

    NOTE: When SFC runs, it logs it's actions to the C:\WINDOWS\LOGS\CBS\CBS.LOG. You can find the specific SFC entries by searching for the [SR] tags in the log.

    For how,to see only the SFC scan details in the CBS.LOG:

    * Open a elevated command prompt.

    * In the elevated command prompt, type findstr /c:"[SR]" %windir%\logs\cbs\cbs.log >%userprofile%\Desktop\sfcdetails.txt and press Enter.

    * Close the elevated command prompt.

    * Click on the sfcdetails.txt file that was just placed on your desktop to see the SFC scan details (ones with the [SR] tags) in the CBS.LOG.

    * You can safely delete the sfcdetails.txt file afterwards if you like.
    Reply back with the details in the log file.

    If that does not help to complete the scan, you could perform the below steps and check.

    Are you able to boot into safe mode ?

    Step 2:

    Refer the following Microsoft article for more information on how to log in to safe mode:

    Advanced startup options (including safe mode)

    If you're able to boot into safe mode, you may perform a System File Checker (SFC) scan.

    Refer:

    How to use the System File Checker tool to troubleshoot missing or corrupted system files on Windows Vista or on Windows 7

    http://support.microsoft.com/kb/929833

    Step 3:

    Additionally, you may log in to command prompt and check drive for errors and check if that makes things any simpler.

    In the command prompt, type the following command and hit Enter:

    chkdsk /r

    Note: If any bad sectors are found while running the check disk utility and if attempt recovery of bad sectors is checked while checking the drive for errors, the data in the bad sector may be lost while attempting to recover bad sectors.
     

Share This Page

Share