Forum Discussion
Estorehf
Jun 24, 2026Brass Contributor
Corrupted System Files That Cause Random Crashes But SFC /SCANNOW Finds No Issues
when I run the command sfc /scannow, it reports no issues found, and I am unsure how to identify or fix the underlying problem causing these crashes. Despite the system appearing stable after running...
Fluffy
Jun 24, 2026Copper Contributor
Hi Estorehf! You should first try using event viewer to see if its a hardware issue or an issue with Windows. Also, you should try using DISM (dism /online /cleanup-image /restorehealth in cmd) before running sfc to make sure the component store is healthy.