Skip to content

Commit 51cf62c

Browse files
chore: Update generated dev docs (#4403)
1 parent 415d186 commit 51cf62c

17 files changed

Lines changed: 28 additions & 16 deletions

config/tweaks.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1404,7 +1404,8 @@
14041404
"Value": "0",
14051405
"Type": "DWord",
14061406
"OriginalValue": "1",
1407-
"DefaultState": "false"
1407+
"DefaultState": "false",
1408+
"link": "https://winutil.christitus.com/dev/tweaks/customize-preferences/scrollbars"
14081409
}
14091410
],
14101411
"link": "https://winutil.christitus.com/dev/tweaks/customize-preferences/scrollbars"

docs/content/dev/tweaks/Customize-Preferences/BingSearch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Start Menu Bing Search"
33
description: ""
44
---
55

6-
```json {filename="config/tweaks.json",linenos=inline,linenostart=1526}
6+
```json {filename="config/tweaks.json",linenos=inline,linenostart=1545}
77
"WPFToggleBingSearch": {
88
"Content": "Start Menu Bing Search",
99
"Description": "If enabled, Bing web search results will be included in your Start Menu search.",

docs/content/dev/tweaks/Customize-Preferences/HideSettingsHome.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Settings Home Page"
33
description: ""
44
---
55

6-
```json {filename="config/tweaks.json",linenos=inline,linenostart=1508}
6+
```json {filename="config/tweaks.json",linenos=inline,linenostart=1527}
77
"WPFToggleHideSettingsHome": {
88
"Content": "Settings Home Page",
99
"Description": "Enable or disable the Home Page in the Windows Settings app.",

docs/content/dev/tweaks/Customize-Preferences/LoginBlur.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Acrylic Blur on Login Screen"
33
description: ""
44
---
55

6-
```json {filename="config/tweaks.json",linenos=inline,linenostart=1544}
6+
```json {filename="config/tweaks.json",linenos=inline,linenostart=1563}
77
"WPFToggleLoginBlur": {
88
"Content": "Acrylic Blur on Login Screen",
99
"Description": "If disabled, the acrylic blur effect will be removed on the Windows 10/11 login screen background.",

docs/content/dev/tweaks/Customize-Preferences/MouseAcceleration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Mouse Acceleration"
33
description: ""
44
---
55

6-
```json {filename="config/tweaks.json",linenos=inline,linenostart=1412}
6+
```json {filename="config/tweaks.json",linenos=inline,linenostart=1431}
77
"WPFToggleMouseAcceleration": {
88
"Content": "Mouse Acceleration",
99
"Description": "If enabled, the Cursor movement is affected by the speed of your physical mouse movements.",

docs/content/dev/tweaks/Customize-Preferences/MultiplaneOverlay.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Multiplane Overlay"
33
description: ""
44
---
55

6-
```json {filename="config/tweaks.json",linenos=inline,linenostart=1394}
6+
```json {filename="config/tweaks.json",linenos=inline,linenostart=1413}
77
"WPFToggleMultiplaneOverlay": {
88
"Content": "Multiplane Overlay",
99
"Description": "Enable or disable the Multiplane Overlay, which can sometimes cause issues with graphics cards.",

docs/content/dev/tweaks/Customize-Preferences/NumLock.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Num Lock on Startup"
33
description: ""
44
---
55

6-
```json {filename="config/tweaks.json",linenos=inline,linenostart=1446}
6+
```json {filename="config/tweaks.json",linenos=inline,linenostart=1465}
77
"WPFToggleNumLock": {
88
"Content": "Num Lock on Startup",
99
"Description": "Toggle the Num Lock key state when your computer starts.",

docs/content/dev/tweaks/Customize-Preferences/S3Sleep.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "S3 Sleep"
33
description: ""
44
---
55

6-
```json {filename="config/tweaks.json",linenos=inline,linenostart=1490}
6+
```json {filename="config/tweaks.json",linenos=inline,linenostart=1509}
77
"WPFToggleS3Sleep": {
88
"Content": "S3 Sleep",
99
"Description": "Toggles between Modern Standby and S3 Sleep.",
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: "Always Show Scrollbars"
3+
description: ""
4+
---
5+
6+
7+
## Registry Changes
8+
9+
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.
10+
11+
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).

docs/content/dev/tweaks/Customize-Preferences/StandbyFix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "S0 Sleep Network Connectivity"
33
description: ""
44
---
55

6-
```json {filename="config/tweaks.json",linenos=inline,linenostart=1472}
6+
```json {filename="config/tweaks.json",linenos=inline,linenostart=1491}
77
"WPFToggleStandbyFix": {
88
"Content": "S0 Sleep Network Connectivity",
99
"Description": "Enable or disable network connectivity during S0 Sleep.",

0 commit comments

Comments
 (0)