Also keep in mind that you should not run sfc /scannow just for the heck of it.
Only run it if you are actually having problems.
Yeah,, log searching can be a strain for the uninitiated.
Try this
Copy the code and paste to notepad and save as whatever.cmd then run it
Code:
sfc /scannow
echo **************************************
echo ****Please Wait for Scan to finish****
echo ****..............................****
echo *****Then hit any key to continue*****
echo ****..............................****
echo **************************************
pause
findstr /c:"[SR]" %windir%\logs\cbs\cbs.log > "c:\CBS Results.txt"
"c:\CBS Results.txt"
This the location of the log file...
%windir%\logs\cbs\cbs.log