Skip to content

Logon Screen Acrylic Blur

config/tweaks.json
1678  "WPFToggleLoginBlur": {
1679    "Content": "Logon Screen Acrylic Blur",
1680    "Description": "Toggles the acrylic blur effect on login screen background.",
1681    "category": "Customize Preferences",
1682    "panel": "2",
1683    "Type": "Toggle",
1684    "registry": [
1685      {
1686        "Path": "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\System",
1687        "Name": "DisableAcrylicBackgroundOnLogon",
1688        "Value": "0",
1689        "Type": "DWord",
1690        "OriginalValue": "1",
1691        "DefaultState": "true"
1692      }
1693    ],

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.