shayneacids,
Welcome to SevenForums.
Please follow this procedure.
Be sure to delete the existing logs first as explained in the procedure.
Upload ( do not post inline) the resulting SFCDETAILS.TXT file.
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