From a4d0f36ed58f0a28ee7c21bcd7c3b0b06ad50ea8 Mon Sep 17 00:00:00 2001 From: Vaso <92270244+SillyVaso@users.noreply.github.com> Date: Fri, 17 Apr 2026 16:58:06 +0300 Subject: [PATCH] Add toggler for Acrylic effect on login screen (#4348) * Update applications.json * Remove Borderless Gaming * Update UniGetUI code for their link and winget * Add login blur toggler * hidden -> removed / sorry! --------- Co-authored-by: Vaso <92270244+VasoHD@users.noreply.github.com> --- config/tweaks.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/config/tweaks.json b/config/tweaks.json index 019d4e96..eab66cd4 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -2185,6 +2185,24 @@ ], "link": "https://winutil.christitus.com/dev/tweaks/customize-preferences/verboselogon" }, + "WPFToggleLoginBlur": { + "Content": "Acrylic Blur on Login Screen", + "Description": "If disabled, the acrylic blur effect will be removed on the Windows 10/11 login screen background.", + "category": "Customize Preferences", + "panel": "2", + "Type": "Toggle", + "registry": [ + { + "Path": "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\System", + "Name": "DisableAcrylicBackgroundOnLogon", + "Value": "0", + "Type": "DWord", + "OriginalValue": "1", + "DefaultState": "true" + } + ], + "link": "https://winutil.christitus.com/dev/tweaks/customize-preferences/loginblur" + }, "WPFToggleStartMenuRecommendations": { "Content": "Recommendations in Start Menu", "Description": "If disabled, then you will not see recommendations in the Start Menu. WARNING: This will also disable Windows Spotlight on your Lock Screen as a side effect.",