Skip to content

Detailed BSOD

ID/URL: detailed-bsod

Description: Adds detailed information to the Blue Screen of Death (BSOD) screen

  • Enables detailed technical information on the Blue Screen of Death by setting DisplayParameters to 1 in the CrashControl registry.

Apply

Set-ItemProperty -Path "HKLM:\System\CurrentControlSet\Control\CrashControl" -Name "Value" -Type DWord -Value 1

Unapply

Set-ItemProperty -Path "HKLM:\System\CurrentControlSet\Control\CrashControl" -Name "Value" -Type DWord -Value 0