You are here:Home»KB»PC»Windows Family»"Windows Resource Protection could not perform the requested operation" while performing SFC scan
Monday, 06 September 2010 22:46

"Windows Resource Protection could not perform the requested operation" while performing SFC scan

Written by

I tried to run scannow to repair Windows Vista.  I did that, but the scan only ran until 76%, then I received the message:  Windows Resource Protection could not perform the requested operation."  How can I complete the scan and repair my Windows Vista.


Are you performing the steps from the administrator account?

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:
 
 
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.
Read 1703 times Last modified on Monday, 06 September 2010 22:49