Hi Cameron Boukal, this is Henry. I'd like to share some insights regarding the issue.
The third-party antivirus programs you previously uninstalled have likely caused corruption in the Windows Recovery Environment (WinRE). This specialized environment is responsible for running offline scans, and the flashing blue screen suggests that it’s failing to load properly. Rebuilding the Recovery Environment is a solution I recommend to address this issue.
This process forces Windows to rebuild the environment with fresh, correct files.
- Open Command Prompt as administrator.
- In the command window, type the following commands, pressing Enter after each one:
-
reagentc /disable
-
reagentc /enable
-
- You should see a message confirming the operation was successful. Now, restart your PC and try the Windows Defender Offline scan again. It should now boot into the scan correctly.
If that fails, run these two additional commands in the same administrator command prompt to repair any underlying system files, then try the reagentc commands again:
-
sfc /scannow
-
DISM /Online /Cleanup-Image /RestoreHealth
Hope this helps you.