How to make Windows 10 BSOD show more details like older versions of Windows

I would like to know if there’s any way to make Windows 10 show more details when crashing like Windows 7 did. In Windows 10, the Blue Screen of Death:

enter image description here

hides the parameters of the kernel panic:

enter image description here

The MSDN article Blue Screen Data explains how to attach a debugger in the section titled “Reading Bug Check Information from the Debugger”.

Motivation

I have a BSOD issue right now (Microsoft Support forums post). If you can help with it it would be great.

We do need the actual log files (called .dmp files) as they contain the only record of the sequence of events leading up to the crash, what drivers were loaded, what was responsible, etc.

Answered own question from Microsoft

Thanks for the help I just had to reinstall my windows using the UEFI method. It seems my BIOS firmware has buggy legacy support – I think. When I’m using UEFI method to boot into a new version of Ubuntu there are no kernal panics. Everything runs smoothly.

Answer

“I would like to know if there’s any way to make Windows 10 show more details when crashing like windows 7 did”

Yes you can.

Navigate to this registry entry

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\CrashControl

Create a new DWORD value named DisplayParameters and set to 1

Restart and next time is BSOD’s it will show you the old bluescreen with error message.

Attribution
Source : Link , Question Author : Pasindu Perera , Answer Author : Moab

Leave a Comment