
Quote: Originally Posted by
karlsnooks
Let's see if the SystemFileChecker, SFC will do the job.
System File Checker – SFC
System File Checker checks system files and restores them if possible.
System File Checker places results in:
%windir%\logs\cbs
My preference is to empty the abovementioned folder BEFORE I run SFC.
How to empty the “results” folder
· Run CMD.EXE as administrator
o WIN | type CMD.EXE | do NOT hit ENTER |
o CTRL + Shift + ENTER key combo | YES button
· Type following commands, each followed with ENTER key
o CD %windir%\logs\CBS
o DEL *.*
o EXIT
To run System File Checker:
WIN | type CMD.EXE | do NOT hit Enter| CTRL + SHIFT + ENTER key combo | YES button
WIN is the key with the Microsoft flag on top.
Enter SFC /SCANNOW
When System File Checker finishes---
If you do not see:
Verification 100% complete.
Windows Resource Protection did not find any integrity violations.
Then:
Ø Type EXIT to return
Ø RESTART your computer
Ø Run sfc /scannow again
If you do not see:
Windows Resource Protection did not find any integrity violations.
Then:
Ø Type EXIT to return
Ø RESTART your computer
Ø Run sfc /scannow again
If you do not see:
Windows Resource Protection did not find any integrity violations.
Then:
Ø Type EXIT to return
Ø RESTART your computer
Ø Run sfc /scannow again
Notice that you have run sfc and restarted your computer up to three times.
Ø If all did not go well, you can use
the findstr command to view the results.
VIEW THE RESULTS
Put the System File Checker (SFC) results in a File on the Desktop
findstr /c:"[SR]" %windir%\Logs\CBS\CBS.log > %userprofile%\desktop\sfcdetails.txt
where /C: specifies the desired search string
This finds the primary results. More info can be gleaned, if necessary, by examining the entire cbs.log file.
Hi,
thanks for following up on my issue.
I followed these steps.
After 3 scans, the SFC SCANNOW returned with the same messages:
"Windows Resource Protection found corrupt files but was unable to fix some of them."
I saved my CBS log on my desktop
I am not really quite sure how to perform the other thing u mentioned about search strings.
I suspect, i am supposed to replace the [SR] with something. Replaced userprofile with my account name and used the correct drive letter.
I gave it a shot anyways but got an error "The system cannot find the path specified."
Ive attached the CBS log file in case you need it. Its in a zip file since the txt file is 2.6mb