Skip to content

Logon Verbose Mode

config/tweaks.json
1441  "WPFToggleVerboseLogon": {
1442    "Content": "Logon Verbose Mode",
1443    "Description": "Show detailed messages during startup/shutdown.",
1444    "category": "Customize Preferences",
1445    "panel": "2",
1446    "Type": "Toggle",
1447    "registry": [
1448      {
1449        "Path": "HKLM:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Policies\\System",
1450        "Name": "VerboseStatus",
1451        "Value": "1",
1452        "Type": "DWord",
1453        "OriginalValue": "0",
1454        "DefaultState": "false"
1455      }
1456    ],

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.