1. Roll Back Recent Driver Updates
If the issue started after a driver update:
- Open Device Manager
- Right-click the affected device → Properties → Driver → Roll Back Driver
2. Use Driver Verifier Tool
Run Windows Driver Verifier to identify faulty drivers:
- Press Win + R, type verifier
- Select all unsigned and third-party drivers
- Reboot and analyze BSOD results
3. Check for BIOS/UEFI Updates
Update to the latest firmware version to ensure proper CPU thread handling. Visit your motherboard or system manufacturer’s website for the latest BIOS update.
4. Run System File Checker and DISM
Repair system file corruption using these commands in Command Prompt (Admin):
- sfc /scannow
- DISM /Online /Cleanup-Image /RestoreHealth
5. Reset Overclock Settings
Revert BIOS settings to defaults to avoid instability from overclocking:
- Enter BIOS setup during boot
- Select Load Optimized Defaults or Load Setup Defaults
- Save and Exit