chore: Update generated dev docs (#4380)

This commit is contained in:
Chris Titus
2026-04-17 08:58:38 -05:00
committed by GitHub
parent a4d0f36ed5
commit d736bc4305
17 changed files with 45 additions and 16 deletions

View File

@@ -3,7 +3,7 @@ title: "Detailed BSoD"
description: "" description: ""
--- ---
```json {filename="config/tweaks.json",linenos=inline,linenostart=2482} ```json {filename="config/tweaks.json",linenos=inline,linenostart=2500}
"WPFToggleDetailedBSoD": { "WPFToggleDetailedBSoD": {
"Content": "Detailed BSoD", "Content": "Detailed BSoD",
"Description": "If enabled, you will see a detailed Blue Screen of Death (BSOD) with more information.", "Description": "If enabled, you will see a detailed Blue Screen of Death (BSOD) with more information.",

View File

@@ -3,7 +3,7 @@ title: "Cross-Device Resume"
description: "" description: ""
--- ---
```json {filename="config/tweaks.json",linenos=inline,linenostart=2612} ```json {filename="config/tweaks.json",linenos=inline,linenostart=2630}
"WPFToggleDisableCrossDeviceResume": { "WPFToggleDisableCrossDeviceResume": {
"Content": "Cross-Device Resume", "Content": "Cross-Device Resume",
"Description": "This tweak controls the Resume function in Windows 11 24H2 and later, which allows you to resume an activity from a mobile device and vice-versa.", "Description": "This tweak controls the Resume function in Windows 11 24H2 and later, which allows you to resume an activity from a mobile device and vice-versa.",

View File

@@ -3,7 +3,7 @@ title: "Show Hidden Files"
description: "" description: ""
--- ---
```json {filename="config/tweaks.json",linenos=inline,linenostart=2362} ```json {filename="config/tweaks.json",linenos=inline,linenostart=2380}
"WPFToggleHiddenFiles": { "WPFToggleHiddenFiles": {
"Content": "Show Hidden Files", "Content": "Show Hidden Files",
"Description": "If enabled, Hidden Files will be shown.", "Description": "If enabled, Hidden Files will be shown.",

View File

@@ -3,7 +3,7 @@ title: "Remove Settings Home Page"
description: "" description: ""
--- ---
```json {filename="config/tweaks.json",linenos=inline,linenostart=2232} ```json {filename="config/tweaks.json",linenos=inline,linenostart=2250}
"WPFToggleHideSettingsHome": { "WPFToggleHideSettingsHome": {
"Content": "Remove Settings Home Page", "Content": "Remove Settings Home Page",
"Description": "Removes the Home Page in the Windows Settings app.", "Description": "Removes the Home Page in the Windows Settings app.",

View 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).

View File

@@ -3,7 +3,7 @@ title: "Mouse Acceleration"
description: "" description: ""
--- ---
```json {filename="config/tweaks.json",linenos=inline,linenostart=2250} ```json {filename="config/tweaks.json",linenos=inline,linenostart=2268}
"WPFToggleMouseAcceleration": { "WPFToggleMouseAcceleration": {
"Content": "Mouse Acceleration", "Content": "Mouse Acceleration",
"Description": "If enabled, the Cursor movement is affected by the speed of your physical mouse movements.", "Description": "If enabled, the Cursor movement is affected by the speed of your physical mouse movements.",

View File

@@ -3,7 +3,7 @@ title: "Disable Multiplane Overlay"
description: "" description: ""
--- ---
```json {filename="config/tweaks.json",linenos=inline,linenostart=2344} ```json {filename="config/tweaks.json",linenos=inline,linenostart=2362}
"WPFToggleMultiplaneOverlay": { "WPFToggleMultiplaneOverlay": {
"Content": "Disable Multiplane Overlay", "Content": "Disable Multiplane Overlay",
"Description": "Disable the Multiplane Overlay which can sometimes cause issues with Graphics Cards.", "Description": "Disable the Multiplane Overlay which can sometimes cause issues with Graphics Cards.",

View File

@@ -3,7 +3,7 @@ title: "New Outlook"
description: "" description: ""
--- ---
```json {filename="config/tweaks.json",linenos=inline,linenostart=2302} ```json {filename="config/tweaks.json",linenos=inline,linenostart=2320}
"WPFToggleNewOutlook": { "WPFToggleNewOutlook": {
"Content": "New Outlook", "Content": "New Outlook",
"Description": "If disabled, it removes the new Outlook toggle, disables the new Outlook migration, and ensures the classic Outlook application is used.", "Description": "If disabled, it removes the new Outlook toggle, disables the new Outlook migration, and ensures the classic Outlook application is used.",

View File

@@ -3,7 +3,7 @@ title: "S3 Sleep"
description: "" description: ""
--- ---
```json {filename="config/tweaks.json",linenos=inline,linenostart=2508} ```json {filename="config/tweaks.json",linenos=inline,linenostart=2526}
"WPFToggleS3Sleep": { "WPFToggleS3Sleep": {
"Content": "S3 Sleep", "Content": "S3 Sleep",
"Description": "Toggles between Modern Standby and S3 Sleep.", "Description": "Toggles between Modern Standby and S3 Sleep.",

View File

@@ -3,7 +3,7 @@ title: "Show File Extensions"
description: "" description: ""
--- ---
```json {filename="config/tweaks.json",linenos=inline,linenostart=2390} ```json {filename="config/tweaks.json",linenos=inline,linenostart=2408}
"WPFToggleShowExt": { "WPFToggleShowExt": {
"Content": "Show File Extensions", "Content": "Show File Extensions",
"Description": "If enabled, File extensions (e.g., .txt, .jpg) are visible.", "Description": "If enabled, File extensions (e.g., .txt, .jpg) are visible.",

View File

@@ -3,7 +3,7 @@ title: "Recommendations in Start Menu"
description: "" description: ""
--- ---
```json {filename="config/tweaks.json",linenos=inline,linenostart=2188} ```json {filename="config/tweaks.json",linenos=inline,linenostart=2206}
"WPFToggleStartMenuRecommendations": { "WPFToggleStartMenuRecommendations": {
"Content": "Recommendations in Start Menu", "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.", "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.",

View File

@@ -3,7 +3,7 @@ title: "Sticky Keys"
description: "" description: ""
--- ---
```json {filename="config/tweaks.json",linenos=inline,linenostart=2284} ```json {filename="config/tweaks.json",linenos=inline,linenostart=2302}
"WPFToggleStickyKeys": { "WPFToggleStickyKeys": {
"Content": "Sticky Keys", "Content": "Sticky Keys",
"Description": "If enabled, Sticky Keys is activated. Sticky keys is an accessibility feature of some graphical user interfaces which assists users who have physical disabilities or help users reduce repetitive strain injury.", "Description": "If enabled, Sticky Keys is activated. Sticky keys is an accessibility feature of some graphical user interfaces which assists users who have physical disabilities or help users reduce repetitive strain injury.",

View File

@@ -3,7 +3,7 @@ title: "Task View Button in Taskbar"
description: "" description: ""
--- ---
```json {filename="config/tweaks.json",linenos=inline,linenostart=2436} ```json {filename="config/tweaks.json",linenos=inline,linenostart=2454}
"WPFToggleTaskView": { "WPFToggleTaskView": {
"Content": "Task View Button in Taskbar", "Content": "Task View Button in Taskbar",
"Description": "If enabled, Task View Button in Taskbar will be shown.", "Description": "If enabled, Task View Button in Taskbar will be shown.",

View File

@@ -3,7 +3,7 @@ title: "Center Taskbar Items"
description: "" description: ""
--- ---
```json {filename="config/tweaks.json",linenos=inline,linenostart=2454} ```json {filename="config/tweaks.json",linenos=inline,linenostart=2472}
"WPFToggleTaskbarAlignment": { "WPFToggleTaskbarAlignment": {
"Content": "Center Taskbar Items", "Content": "Center Taskbar Items",
"Description": "[Windows 11] If enabled, the Taskbar Items will be shown on the Center, otherwise the Taskbar Items will be shown on the Left.", "Description": "[Windows 11] If enabled, the Taskbar Items will be shown on the Center, otherwise the Taskbar Items will be shown on the Left.",

View File

@@ -3,7 +3,7 @@ title: "Search Button in Taskbar"
description: "" description: ""
--- ---
```json {filename="config/tweaks.json",linenos=inline,linenostart=2418} ```json {filename="config/tweaks.json",linenos=inline,linenostart=2436}
"WPFToggleTaskbarSearch": { "WPFToggleTaskbarSearch": {
"Content": "Search Button in Taskbar", "Content": "Search Button in Taskbar",
"Description": "If enabled, Search Button will be on the Taskbar.", "Description": "If enabled, Search Button will be on the Taskbar.",

View File

@@ -3,7 +3,7 @@ title: "Disable Explorer Automatic Folder Discovery"
description: "" description: ""
--- ---
```json {filename="config/tweaks.json",linenos=inline,linenostart=2557} ```json {filename="config/tweaks.json",linenos=inline,linenostart=2575}
"WPFTweaksDisableExplorerAutoDiscovery": { "WPFTweaksDisableExplorerAutoDiscovery": {
"Content": "Disable Explorer Automatic Folder Discovery", "Content": "Disable Explorer Automatic Folder Discovery",
"Description": "Windows Explorer automatically tries to guess the type of the folder based on its contents, slowing down the browsing experience. WARNING! Will disable File Explorer grouping.", "Description": "Windows Explorer automatically tries to guess the type of the folder based on its contents, slowing down the browsing experience. WARNING! Will disable File Explorer grouping.",

View File

@@ -3,7 +3,7 @@ title: "DNS"
description: "" description: ""
--- ---
```json {filename="config/tweaks.json",linenos=inline,linenostart=2533} ```json {filename="config/tweaks.json",linenos=inline,linenostart=2551}
"WPFchangedns": { "WPFchangedns": {
"Content": "DNS", "Content": "DNS",
"category": "z__Advanced Tweaks - CAUTION", "category": "z__Advanced Tweaks - CAUTION",