mirror of
https://github.com/ChrisTitusTech/winutil
synced 2026-04-20 03:48:30 +00:00
chore: Update generated dev docs (#4380)
This commit is contained in:
29
docs/content/dev/tweaks/Customize-Preferences/LoginBlur.md
Normal file
29
docs/content/dev/tweaks/Customize-Preferences/LoginBlur.md
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
title: "Acrylic Blur on Login Screen"
|
||||
description: ""
|
||||
---
|
||||
|
||||
```json {filename="config/tweaks.json",linenos=inline,linenostart=2188}
|
||||
"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"
|
||||
}
|
||||
],
|
||||
```
|
||||
|
||||
## 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](https://www.wikiwand.com/en/Windows_Registry) and [Microsoft's Website](https://learn.microsoft.com/en-us/windows/win32/sysinfo/registry).
|
||||
Reference in New Issue
Block a user