Forum Discussion
Eamllopssin
Mar 05, 2025Iron Contributor
BSOD. need help!
Blue screens, will anyone know what these dumps are about? Maybe it's a driver...?
My laptop has cooling problems because the copper tube is damaged, however when I play something as simple as minesweeper, windows throws blue screens when closing a program.
- KellenAtlasIron Contributor
1. Record the error code: The error code will be displayed on the blue screen record the error code for further troubleshooting.
2. Enter Safe Mode: Reboot your computer and press F8 or Shift + F8 at startup to enter advanced boot options.
Select “Safe Mode” startup and check if the problem still exists.
3. Update or rollback the driver: Open “Device Manager” and check if any device shows a yellow exclamation mark.
Right-click on the device and select “Update Driver”.
If the problem occurs after updating the driver, select “Rollback Driver”.
4. Check for hardware problems: Check whether the hardware such as memory sticks, hard disk, video card, etc. are installed firmly.
If you have spare hardware, try replacing it.
5. Repair system files:
Open a command prompt (with administrator privileges) and enter the following command:
sfc /scannow
If the problem is still not resolved, run the following command:
DISM /Online /Cleanup-Image /RestoreHealth
6. Disable unnecessary startup items:
Press Ctrl + Shift + Esc to open Task Manager.
Switch to the “Startup” tab and disable unnecessary startup programs.
7. Use Clean Start: Press Win + R, type msconfig and enter.
In the “Services” tab, check “Hide all Microsoft services” and click “Disable all”.
In the “Startup” tab, click “Open Task Manager” and disable all startup items.
Restart your computer and check if the problem is solved.