Forum Discussion
How to fix Blue Screen of death in Windows 10?
If you're experiencing a blue screen of death in Windows 10 and need to troubleshoot, you can use advanced Windows repair commands through the Command Prompt in recovery mode.
Here's how to permanently fix blue screen of death in Windows 10:
1. Boot into Windows Recovery Environment (WinRE):
Restart your computer and press the F8, F11, or Shift + Restart (depending on your device) to access recovery options.
Select "Troubleshoot" > "Advanced options" > "Command Prompt."
2. Use System File Checker (SFC):
In the Command Prompt window, type:
sfc /scannow
This command scans protected system files and repairs any corrupted files that might be causing the blue screen of death in Windows 10 fix.
3. Run Deployment Image Servicing and Management:
To repair the Windows image, type:
DISM /Online /Cleanup-Image /RestoreHealth
This helps fix underlying component store corruption that could be leading to the blue screen.
4. Check Disk for Errors:
To scan and repair your drive, type:
chkdsk /f /r C:
Replace "C:" with the drive letter where Windows is installed.
5. Review and Fix Boot Configuration Data (BCD):
If needed, rebuild the BCD by typing:
bootrec /rebuildbcd
You can also run:
bootrec /fixmbr
and
bootrec /fixboot
These commands can resolve boot issues related to the blue screen of death in Windows 10 fix.
6. Restart Your Computer:
After executing these commands, type exit and restart your PC to see if the issue is resolved.
How to permanently fix blue screen of death in Windows 10? Using advanced Windows repair commands through Command Prompt in recovery mode can effectively fix a blue screen of death in Windows 10 fix by repairing system files, fixing disk errors, and rebuilding boot configurations.