chore: Update generated dev docs (#4382)

This commit is contained in:
Chris Titus
2026-04-17 09:04:35 -05:00
committed by GitHub
parent a8efcc9c96
commit f31e5eb2ac
79 changed files with 165 additions and 165 deletions
@@ -1,11 +1,11 @@
---
title: "Bing Search in Start Menu"
title: "Start Menu Bing Search"
description: ""
---
```json {filename="config/tweaks.json",linenos=inline,linenostart=2111}
```json {filename="config/tweaks.json",linenos=inline,linenostart=2403}
"WPFToggleBingSearch": {
"Content": "Bing Search in Start Menu",
"Content": "Start Menu Bing Search",
"Description": "If enabled, Bing web search results will be included in your Start Menu search.",
"category": "Customize Preferences",
"panel": "2",
@@ -3,7 +3,7 @@ title: "Dark Theme for Windows"
description: ""
---
```json {filename="config/tweaks.json",linenos=inline,linenostart=2069}
```json {filename="config/tweaks.json",linenos=inline,linenostart=2113}
"WPFToggleDarkMode": {
"Content": "Dark Theme for Windows",
"Description": "Enable/Disable Dark Mode.",
@@ -1,11 +1,11 @@
---
title: "Detailed BSoD"
title: "BSoD Verbose Mode"
description: ""
---
```json {filename="config/tweaks.json",linenos=inline,linenostart=2503}
```json {filename="config/tweaks.json",linenos=inline,linenostart=2087}
"WPFToggleDetailedBSoD": {
"Content": "Detailed BSoD",
"Content": "BSoD Verbose Mode",
"Description": "If enabled, you will see a detailed Blue Screen of Death (BSOD) with more information.",
"category": "Customize Preferences",
"panel": "2",
@@ -3,7 +3,7 @@ title: "Cross-Device Resume"
description: ""
---
```json {filename="config/tweaks.json",linenos=inline,linenostart=2633}
```json {filename="config/tweaks.json",linenos=inline,linenostart=2069}
"WPFToggleDisableCrossDeviceResume": {
"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.",
@@ -1,11 +1,11 @@
---
title: "Show Hidden Files"
title: "File Explorer Hidden Files"
description: ""
---
```json {filename="config/tweaks.json",linenos=inline,linenostart=2383}
```json {filename="config/tweaks.json",linenos=inline,linenostart=2183}
"WPFToggleHiddenFiles": {
"Content": "Show Hidden Files",
"Content": "File Explorer Hidden Files",
"Description": "If enabled, Hidden Files will be shown.",
"category": "Customize Preferences",
"panel": "2",
@@ -1,12 +1,12 @@
---
title: "Remove Settings Home Page"
title: "Settings Home Page"
description: ""
---
```json {filename="config/tweaks.json",linenos=inline,linenostart=2253}
```json {filename="config/tweaks.json",linenos=inline,linenostart=2385}
"WPFToggleHideSettingsHome": {
"Content": "Remove Settings Home Page",
"Description": "Removes the Home Page in the Windows Settings app.",
"Content": "Settings Home Page",
"Description": "Enable or disable the Home Page in the Windows Settings app.",
"category": "Customize Preferences",
"panel": "2",
"Type": "Toggle",
@@ -14,10 +14,10 @@ description: ""
{
"Path": "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\Explorer",
"Name": "SettingsPageVisibility",
"Value": "hide:home",
"Value": "show:home",
"Type": "String",
"OriginalValue": "show:home",
"DefaultState": "false"
"OriginalValue": "hide:home",
"DefaultState": "true"
}
],
```
@@ -3,7 +3,7 @@ title: "Acrylic Blur on Login Screen"
description: ""
---
```json {filename="config/tweaks.json",linenos=inline,linenostart=2191}
```json {filename="config/tweaks.json",linenos=inline,linenostart=2421}
"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.",
@@ -3,7 +3,7 @@ title: "Mouse Acceleration"
description: ""
---
```json {filename="config/tweaks.json",linenos=inline,linenostart=2271}
```json {filename="config/tweaks.json",linenos=inline,linenostart=2289}
"WPFToggleMouseAcceleration": {
"Content": "Mouse Acceleration",
"Description": "If enabled, the Cursor movement is affected by the speed of your physical mouse movements.",
@@ -1,12 +1,12 @@
---
title: "Disable Multiplane Overlay"
title: "Multiplane Overlay"
description: ""
---
```json {filename="config/tweaks.json",linenos=inline,linenostart=2365}
```json {filename="config/tweaks.json",linenos=inline,linenostart=2271}
"WPFToggleMultiplaneOverlay": {
"Content": "Disable Multiplane Overlay",
"Description": "Disable the Multiplane Overlay which can sometimes cause issues with Graphics Cards.",
"Content": "Multiplane Overlay",
"Description": "Enable or disable the Multiplane Overlay, which can sometimes cause issues with graphics cards.",
"category": "Customize Preferences",
"panel": "2",
"Type": "Toggle",
@@ -14,10 +14,10 @@ description: ""
{
"Path": "HKLM:\\SOFTWARE\\Microsoft\\Windows\\Dwm",
"Name": "OverlayTestMode",
"Value": "5",
"Value": "0",
"Type": "DWord",
"OriginalValue": "<RemoveEntry>",
"DefaultState": "false"
"OriginalValue": "5",
"DefaultState": "true"
}
],
```
@@ -1,11 +1,11 @@
---
title: "New Outlook"
title: "Microsoft Outlook New Version"
description: ""
---
```json {filename="config/tweaks.json",linenos=inline,linenostart=2323}
```json {filename="config/tweaks.json",linenos=inline,linenostart=2229}
"WPFToggleNewOutlook": {
"Content": "New Outlook",
"Content": "Microsoft Outlook New Version",
"Description": "If disabled, it removes the new Outlook toggle, disables the new Outlook migration, and ensures the classic Outlook application is used.",
"category": "Customize Preferences",
"panel": "2",
@@ -3,7 +3,7 @@ title: "Num Lock on Startup"
description: ""
---
```json {filename="config/tweaks.json",linenos=inline,linenostart=2147}
```json {filename="config/tweaks.json",linenos=inline,linenostart=2323}
"WPFToggleNumLock": {
"Content": "Num Lock on Startup",
"Description": "Toggle the Num Lock key state when your computer starts.",
@@ -3,7 +3,7 @@ title: "S3 Sleep"
description: ""
---
```json {filename="config/tweaks.json",linenos=inline,linenostart=2529}
```json {filename="config/tweaks.json",linenos=inline,linenostart=2367}
"WPFToggleS3Sleep": {
"Content": "S3 Sleep",
"Description": "Toggles between Modern Standby and S3 Sleep.",
@@ -1,11 +1,11 @@
---
title: "Show File Extensions"
title: "File Explorer File Extensions"
description: ""
---
```json {filename="config/tweaks.json",linenos=inline,linenostart=2411}
```json {filename="config/tweaks.json",linenos=inline,linenostart=2155}
"WPFToggleShowExt": {
"Content": "Show File Extensions",
"Content": "File Explorer File Extensions",
"Description": "If enabled, File extensions (e.g., .txt, .jpg) are visible.",
"category": "Customize Preferences",
"panel": "2",
@@ -1,12 +1,12 @@
---
title: "Modern Standby fix"
title: "S0 Sleep Network Connectivity"
description: ""
---
```json {filename="config/tweaks.json",linenos=inline,linenostart=2129}
```json {filename="config/tweaks.json",linenos=inline,linenostart=2349}
"WPFToggleStandbyFix": {
"Content": "Modern Standby fix",
"Description": "Disable network connection during S0 Sleep. If network connectivity is turned on during S0 Sleep it could cause overheating on modern laptops.",
"Content": "S0 Sleep Network Connectivity",
"Description": "Enable or disable network connectivity during S0 Sleep.",
"category": "Customize Preferences",
"panel": "2",
"Type": "Toggle",
@@ -14,9 +14,9 @@ description: ""
{
"Path": "HKCU:\\SOFTWARE\\Policies\\Microsoft\\Power\\PowerSettings\\f15576e8-98b7-4186-b944-eafa664402d9",
"Name": "ACSettingIndex",
"Value": "0",
"Value": "1",
"Type": "DWord",
"OriginalValue": "<RemoveEntry>",
"OriginalValue": "0",
"DefaultState": "true"
}
],
@@ -1,11 +1,11 @@
---
title: "Recommendations in Start Menu"
title: "Start Menu Recommendations"
description: ""
---
```json {filename="config/tweaks.json",linenos=inline,linenostart=2209}
```json {filename="config/tweaks.json",linenos=inline,linenostart=2439}
"WPFToggleStartMenuRecommendations": {
"Content": "Recommendations in Start Menu",
"Content": "Start Menu Recommendations",
"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.",
"category": "Customize Preferences",
"panel": "2",
@@ -3,7 +3,7 @@ title: "Sticky Keys"
description: ""
---
```json {filename="config/tweaks.json",linenos=inline,linenostart=2305}
```json {filename="config/tweaks.json",linenos=inline,linenostart=2483}
"WPFToggleStickyKeys": {
"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.",
@@ -1,11 +1,11 @@
---
title: "Task View Button in Taskbar"
title: "Taskbar Task View Icon"
description: ""
---
```json {filename="config/tweaks.json",linenos=inline,linenostart=2457}
```json {filename="config/tweaks.json",linenos=inline,linenostart=2547}
"WPFToggleTaskView": {
"Content": "Task View Button in Taskbar",
"Content": "Taskbar Task View Icon",
"Description": "If enabled, Task View Button in Taskbar will be shown.",
"category": "Customize Preferences",
"panel": "2",
@@ -1,11 +1,11 @@
---
title: "Center Taskbar Items"
title: "Taskbar Centered Icons"
description: ""
---
```json {filename="config/tweaks.json",linenos=inline,linenostart=2475}
```json {filename="config/tweaks.json",linenos=inline,linenostart=2501}
"WPFToggleTaskbarAlignment": {
"Content": "Center Taskbar Items",
"Content": "Taskbar Centered Icons",
"Description": "[Windows 11] If enabled, the Taskbar Items will be shown on the Center, otherwise the Taskbar Items will be shown on the Left.",
"category": "Customize Preferences",
"panel": "2",
@@ -1,11 +1,11 @@
---
title: "Search Button in Taskbar"
title: "Taskbar Search Icon"
description: ""
---
```json {filename="config/tweaks.json",linenos=inline,linenostart=2439}
```json {filename="config/tweaks.json",linenos=inline,linenostart=2529}
"WPFToggleTaskbarSearch": {
"Content": "Search Button in Taskbar",
"Content": "Taskbar Search Icon",
"Description": "If enabled, Search Button will be on the Taskbar.",
"category": "Customize Preferences",
"panel": "2",
@@ -1,11 +1,11 @@
---
title: "Verbose Messages During Logon"
title: "Logon Verbose Mode"
description: ""
---
```json {filename="config/tweaks.json",linenos=inline,linenostart=2173}
```json {filename="config/tweaks.json",linenos=inline,linenostart=2211}
"WPFToggleVerboseLogon": {
"Content": "Verbose Messages During Logon",
"Content": "Logon Verbose Mode",
"Description": "Show detailed messages during the login process for troubleshooting and diagnostics.",
"category": "Customize Preferences",
"panel": "2",