Your Windows 11 Start Menu won’t open. Clicking the icon does nothing.
You run sfc /scannow → Reports “Windows Resource Protection found corrupt files and successfully repaired them.”
There’s nothing quite as frustrating as a Windows PC that starts acting up for no apparent reason. One moment, everything is running smoothly; the next, your Start Menu won’t open, File Explorer keeps crashing, or you’re greeted by the dreaded Blue Screen of Death (BSOD).
findstr /c:"[SR]" %windir%\logs\cbs\cbs.log > %userprofile%\desktop\sfcdetails.txt This creates a file called sfcdetails.txt on your desktop. Open it in Notepad to see the list of repaired files. If you’ve run DISM + SFC multiple times and still see errors, you may have a deeper issue: 1. Check Your Drive for Physical Errors Corruption can be a symptom of a failing drive.
| Result | Meaning | |--------|---------| | | No corrupted files found. Your system is clean. | | Found and repaired | Corrupt files were fixed. Restart your PC. | | Found but unable to fix | DISM didn’t fully repair the source. Run DISM again or check your drive health. | | Pending repair | A reboot is required to complete the fix. Restart and re-run SFC. | Step 4: Review the CBS Log (For Nerds) SFC logs every action in a detailed file. If you want to see exactly which files were corrupted:
Your Windows 11 Start Menu won’t open. Clicking the icon does nothing.
You run sfc /scannow → Reports “Windows Resource Protection found corrupt files and successfully repaired them.”
There’s nothing quite as frustrating as a Windows PC that starts acting up for no apparent reason. One moment, everything is running smoothly; the next, your Start Menu won’t open, File Explorer keeps crashing, or you’re greeted by the dreaded Blue Screen of Death (BSOD).
findstr /c:"[SR]" %windir%\logs\cbs\cbs.log > %userprofile%\desktop\sfcdetails.txt This creates a file called sfcdetails.txt on your desktop. Open it in Notepad to see the list of repaired files. If you’ve run DISM + SFC multiple times and still see errors, you may have a deeper issue: 1. Check Your Drive for Physical Errors Corruption can be a symptom of a failing drive.
| Result | Meaning | |--------|---------| | | No corrupted files found. Your system is clean. | | Found and repaired | Corrupt files were fixed. Restart your PC. | | Found but unable to fix | DISM didn’t fully repair the source. Run DISM again or check your drive health. | | Pending repair | A reboot is required to complete the fix. Restart and re-run SFC. | Step 4: Review the CBS Log (For Nerds) SFC logs every action in a detailed file. If you want to see exactly which files were corrupted: