Skip to content

BSoD Verbose Mode

config/tweaks.json
1299  "WPFToggleDetailedBSoD": {
1300    "Content": "BSoD Verbose Mode",
1301    "Description": "Gives more information when you blue screen.",
1302    "category": "Customize Preferences",
1303    "panel": "2",
1304    "Type": "Toggle",
1305    "registry": [
1306      {
1307        "Path": "HKLM:\\SYSTEM\\CurrentControlSet\\Control\\CrashControl",
1308        "Name": "DisplayParameters",
1309        "Value": "1",
1310        "Type": "DWord",
1311        "OriginalValue": "0",
1312        "DefaultState": "false"
1313      },
1314      {
1315        "Path": "HKLM:\\SYSTEM\\CurrentControlSet\\Control\\CrashControl",
1316        "Name": "DisableEmoticon",
1317        "Value": "1",
1318        "Type": "DWord",
1319        "OriginalValue": "0",
1320        "DefaultState": "false"
1321      }
1322    ],

Registry Changes

Applications and System Components store and retrieve configuration data to modify Windows settings, so we can use the registry to change many settings in one place.

You can find information about the registry on Wikipedia and Microsoft’s Website.