Hello Mitch, I'm Quinn, and I'm happy to help you.
It seems your computer is experiencing blue screen errors due to corrupted files. To further diagnose and fix the issue, we'll take a closer look at the scan details and use advanced tools. If the previous SFC command didn't work, we'll use a tool called DISM to fix any issues with the core system files. This involves checking the current status of the system, scanning for corruption, and then attempting to repair any problems.
Open Command Prompt as an administrator. Run the following commands one by one:
DISM /Online /Cleanup-Image /CheckHealth
DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth
This scan may take a while, so please wait patiently. After the system image repair, please restart your PC to ensure any repairs or changes made by the DISM tool are properly applied.
After restarting, open Command Prompt as an administrator again and run the following command:
sfc /scannow
Once you run sfc /scannow again after the DISM commands, if it successfully repairs the corrupted files, restart your PC to apply these repairs.
If this does not fix the issue. A log file from the initial scan contains important information about the corrupted files. Feel free to share the log file so I can help analyze it.