From 31425a552013e0ebed286bb3b2b5f3e57d4ac9d0 Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Mon, 22 Jun 2026 14:47:09 -0500 Subject: [PATCH] chore: Update generated dev docs (#4739) --- .../BatteryPercentage.md | 2 +- .../Customize-Preferences/BingSearch.md | 2 +- .../tweaks/Customize-Preferences/DarkMode.md | 2 +- .../Customize-Preferences/DetailedBSoD.md | 2 +- .../DisableLockscreen.md | 2 +- .../tweaks/Customize-Preferences/GameMode.md | 2 +- .../Customize-Preferences/HiddenFiles.md | 2 +- .../Customize-Preferences/HideSettingsHome.md | 2 +- .../tweaks/Customize-Preferences/LoginBlur.md | 2 +- .../tweaks/Customize-Preferences/LongPaths.md | 2 +- .../MouseAcceleration.md | 2 +- .../MultiplaneOverlay.md | 2 +- .../Customize-Preferences/NewOutlook.md | 2 +- .../tweaks/Customize-Preferences/NumLock.md | 2 +- .../tweaks/Customize-Preferences/S3Sleep.md | 2 +- .../tweaks/Customize-Preferences/ShowExt.md | 2 +- .../Customize-Preferences/StandbyFix.md | 2 +- .../StartMenuRecommendations.md | 2 +- .../Customize-Preferences/StickyKeys.md | 2 +- .../tweaks/Customize-Preferences/TaskView.md | 2 +- .../Customize-Preferences/TaskbarAlignment.md | 2 +- .../Customize-Preferences/TaskbarSearch.md | 2 +- .../Customize-Preferences/VerboseLogon.md | 2 +- .../Essential-Tweaks/DeleteTempFiles.md | 2 +- .../DisableExplorerAutoDiscovery.md | 2 +- .../tweaks/Essential-Tweaks/DiskCleanup.md | 2 +- .../DisableBGapps.md | 2 +- .../DisableFSO.md | 2 +- .../DisableIPv6.md | 2 +- .../z--Advanced-Tweaks---CAUTION/IPv46.md | 2 +- .../RightClickMenu.md | 27 +++---------------- .../z--Advanced-Tweaks---CAUTION/Teredo.md | 2 +- .../z--Advanced-Tweaks---CAUTION/changedns.md | 2 +- 33 files changed, 35 insertions(+), 56 deletions(-) diff --git a/docs/content/dev/tweaks/Customize-Preferences/BatteryPercentage.md b/docs/content/dev/tweaks/Customize-Preferences/BatteryPercentage.md index 20f47608..dda994a4 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/BatteryPercentage.md +++ b/docs/content/dev/tweaks/Customize-Preferences/BatteryPercentage.md @@ -3,7 +3,7 @@ title: "System Tray Battery Percentage" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=1318} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1303} "WPFToggleBatteryPercentage": { "Content": "System Tray Battery Percentage", "Description": "Shows numeric battery percentage next to the battery icon in the system tray.", diff --git a/docs/content/dev/tweaks/Customize-Preferences/BingSearch.md b/docs/content/dev/tweaks/Customize-Preferences/BingSearch.md index 12bd9698..03cdc1ff 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/BingSearch.md +++ b/docs/content/dev/tweaks/Customize-Preferences/BingSearch.md @@ -3,7 +3,7 @@ title: "Start Menu Bing Search" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=1653} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1638} "WPFToggleBingSearch": { "Content": "Start Menu Bing Search", "Description": "Toggles Bing web search results in Windows Search.", diff --git a/docs/content/dev/tweaks/Customize-Preferences/DarkMode.md b/docs/content/dev/tweaks/Customize-Preferences/DarkMode.md index 8497587d..026fda40 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/DarkMode.md +++ b/docs/content/dev/tweaks/Customize-Preferences/DarkMode.md @@ -3,7 +3,7 @@ title: "Dark Theme for Windows" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=1336} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1321} "WPFToggleDarkMode": { "Content": "Dark Theme for Windows", "Description": "Dark Mode for the system and applications.", diff --git a/docs/content/dev/tweaks/Customize-Preferences/DetailedBSoD.md b/docs/content/dev/tweaks/Customize-Preferences/DetailedBSoD.md index f20cf15b..eb919c26 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/DetailedBSoD.md +++ b/docs/content/dev/tweaks/Customize-Preferences/DetailedBSoD.md @@ -3,7 +3,7 @@ title: "BSoD Verbose Mode" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=1292} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1277} "WPFToggleDetailedBSoD": { "Content": "BSoD Verbose Mode", "Description": "Gives more information when you blue screen.", diff --git a/docs/content/dev/tweaks/Customize-Preferences/DisableLockscreen.md b/docs/content/dev/tweaks/Customize-Preferences/DisableLockscreen.md index cb56a22a..b0a3865b 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/DisableLockscreen.md +++ b/docs/content/dev/tweaks/Customize-Preferences/DisableLockscreen.md @@ -3,7 +3,7 @@ title: "Lock Screen - Disable" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=1689} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1674} "WPFTweaksDisableLockscreen": { "Content": "Lock Screen - Disable", "Description": "Skips the lock screen entirely and goes directly to the sign-in screen on boot and wake.", diff --git a/docs/content/dev/tweaks/Customize-Preferences/GameMode.md b/docs/content/dev/tweaks/Customize-Preferences/GameMode.md index 6bee8451..29116288 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/GameMode.md +++ b/docs/content/dev/tweaks/Customize-Preferences/GameMode.md @@ -3,7 +3,7 @@ title: "Game Mode" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=1832} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1817} "WPFToggleGameMode": { "Content": "Game Mode", "Description": "Toggles Windows prioritizes gaming performance by allocating system resources to games.", diff --git a/docs/content/dev/tweaks/Customize-Preferences/HiddenFiles.md b/docs/content/dev/tweaks/Customize-Preferences/HiddenFiles.md index e9125462..0b8601a8 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/HiddenFiles.md +++ b/docs/content/dev/tweaks/Customize-Preferences/HiddenFiles.md @@ -3,7 +3,7 @@ title: "File Explorer Hidden Files" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=1406} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1391} "WPFToggleHiddenFiles": { "Content": "File Explorer Hidden Files", "Description": "Reveals hidden files in Explorer.", diff --git a/docs/content/dev/tweaks/Customize-Preferences/HideSettingsHome.md b/docs/content/dev/tweaks/Customize-Preferences/HideSettingsHome.md index 68931b31..6665c00a 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/HideSettingsHome.md +++ b/docs/content/dev/tweaks/Customize-Preferences/HideSettingsHome.md @@ -3,7 +3,7 @@ title: "Settings Home Page" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=1635} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1620} "WPFToggleHideSettingsHome": { "Content": "Settings Home Page", "Description": "Toggles the Home Page in the Windows Settings app.", diff --git a/docs/content/dev/tweaks/Customize-Preferences/LoginBlur.md b/docs/content/dev/tweaks/Customize-Preferences/LoginBlur.md index 79a565d9..2ff98ecc 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/LoginBlur.md +++ b/docs/content/dev/tweaks/Customize-Preferences/LoginBlur.md @@ -3,7 +3,7 @@ title: "Logon Screen Acrylic Blur" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=1671} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1656} "WPFToggleLoginBlur": { "Content": "Logon Screen Acrylic Blur", "Description": "Toggles the acrylic blur effect on login screen background.", diff --git a/docs/content/dev/tweaks/Customize-Preferences/LongPaths.md b/docs/content/dev/tweaks/Customize-Preferences/LongPaths.md index ad34b261..6e85f684 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/LongPaths.md +++ b/docs/content/dev/tweaks/Customize-Preferences/LongPaths.md @@ -3,7 +3,7 @@ title: "Enable Long Paths" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=1858} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1843} "WPFToggleLongPaths": { "Content": "Enable Long Paths", "Description": "Toggles support for file paths longer than 260 characters in Explorer.", diff --git a/docs/content/dev/tweaks/Customize-Preferences/MouseAcceleration.md b/docs/content/dev/tweaks/Customize-Preferences/MouseAcceleration.md index d987d398..ce1ffb91 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/MouseAcceleration.md +++ b/docs/content/dev/tweaks/Customize-Preferences/MouseAcceleration.md @@ -3,7 +3,7 @@ title: "Mouse Acceleration" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=1539} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1524} "WPFToggleMouseAcceleration": { "Content": "Mouse Acceleration", "Description": "Makes it so Cursor movement is affected by the speed of your physical mouse movements.", diff --git a/docs/content/dev/tweaks/Customize-Preferences/MultiplaneOverlay.md b/docs/content/dev/tweaks/Customize-Preferences/MultiplaneOverlay.md index 03773992..bb2064ac 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/MultiplaneOverlay.md +++ b/docs/content/dev/tweaks/Customize-Preferences/MultiplaneOverlay.md @@ -3,7 +3,7 @@ title: "Multiplane Overlay" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=1513} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1498} "WPFToggleMultiplaneOverlay": { "Content": "Multiplane Overlay", "Description": "Multiplane Overlay compose multiple image layers, which can sometimes cause issues with graphics cards.", diff --git a/docs/content/dev/tweaks/Customize-Preferences/NewOutlook.md b/docs/content/dev/tweaks/Customize-Preferences/NewOutlook.md index 6142a4c2..a36514d4 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/NewOutlook.md +++ b/docs/content/dev/tweaks/Customize-Preferences/NewOutlook.md @@ -3,7 +3,7 @@ title: "Microsoft Outlook New Version" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=1452} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1437} "WPFToggleNewOutlook": { "Content": "Microsoft Outlook New Version", "Description": "This will ensures the classic Outlook application is used.", diff --git a/docs/content/dev/tweaks/Customize-Preferences/NumLock.md b/docs/content/dev/tweaks/Customize-Preferences/NumLock.md index bdd26648..e4d97c8d 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/NumLock.md +++ b/docs/content/dev/tweaks/Customize-Preferences/NumLock.md @@ -3,7 +3,7 @@ title: "Num Lock on Startup" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=1573} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1558} "WPFToggleNumLock": { "Content": "Num Lock on Startup", "Description": "Toggle the Num Lock key state when your computer starts.", diff --git a/docs/content/dev/tweaks/Customize-Preferences/S3Sleep.md b/docs/content/dev/tweaks/Customize-Preferences/S3Sleep.md index feee0f15..7205a8c3 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/S3Sleep.md +++ b/docs/content/dev/tweaks/Customize-Preferences/S3Sleep.md @@ -3,7 +3,7 @@ title: "S3 Sleep" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=1617} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1602} "WPFToggleS3Sleep": { "Content": "S3 Sleep", "Description": "Toggles between Modern Standby and S3 Sleep, which cuts off power to the CPU while continuing to refresh the memory.", diff --git a/docs/content/dev/tweaks/Customize-Preferences/ShowExt.md b/docs/content/dev/tweaks/Customize-Preferences/ShowExt.md index 396aeadc..db928f5c 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/ShowExt.md +++ b/docs/content/dev/tweaks/Customize-Preferences/ShowExt.md @@ -3,7 +3,7 @@ title: "File Explorer File Extensions" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=1378} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1363} "WPFToggleShowExt": { "Content": "File Explorer File Extensions", "Description": "Shows .file extensions in Explorer (.exe, .png, etc.)", diff --git a/docs/content/dev/tweaks/Customize-Preferences/StandbyFix.md b/docs/content/dev/tweaks/Customize-Preferences/StandbyFix.md index 232ebda2..d2baebd8 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/StandbyFix.md +++ b/docs/content/dev/tweaks/Customize-Preferences/StandbyFix.md @@ -3,7 +3,7 @@ title: "S0 Sleep Network Connectivity" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=1599} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1584} "WPFToggleStandbyFix": { "Content": "S0 Sleep Network Connectivity", "Description": "Toggles network connectivity during S0 Sleep which is low power idle in modern laptops.", diff --git a/docs/content/dev/tweaks/Customize-Preferences/StartMenuRecommendations.md b/docs/content/dev/tweaks/Customize-Preferences/StartMenuRecommendations.md index aed322c9..10a5d0bd 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/StartMenuRecommendations.md +++ b/docs/content/dev/tweaks/Customize-Preferences/StartMenuRecommendations.md @@ -3,7 +3,7 @@ title: "Start Menu Recommendations" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=1706} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1691} "WPFToggleStartMenuRecommendations": { "Content": "Start Menu Recommendations", "Description": "Toggles the recommendations section in the Start Menu. WARNING: This will also disable Windows Spotlight on your Lock Screen as a side effect.", diff --git a/docs/content/dev/tweaks/Customize-Preferences/StickyKeys.md b/docs/content/dev/tweaks/Customize-Preferences/StickyKeys.md index 56006e02..a07a0fae 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/StickyKeys.md +++ b/docs/content/dev/tweaks/Customize-Preferences/StickyKeys.md @@ -3,7 +3,7 @@ title: "Sticky Keys" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=1750} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1735} "WPFToggleStickyKeys": { "Content": "Sticky Keys", "Description": "Toggles the Sticky Keys, which activate when clicking shift rapidly.", diff --git a/docs/content/dev/tweaks/Customize-Preferences/TaskView.md b/docs/content/dev/tweaks/Customize-Preferences/TaskView.md index 9ef5e147..d3dc8cf6 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/TaskView.md +++ b/docs/content/dev/tweaks/Customize-Preferences/TaskView.md @@ -3,7 +3,7 @@ title: "Taskbar Task View Icon" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=1814} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1799} "WPFToggleTaskView": { "Content": "Taskbar Task View Icon", "Description": "Toggles the Task View Button in the Taskbar.", diff --git a/docs/content/dev/tweaks/Customize-Preferences/TaskbarAlignment.md b/docs/content/dev/tweaks/Customize-Preferences/TaskbarAlignment.md index 04078264..aa732bf5 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/TaskbarAlignment.md +++ b/docs/content/dev/tweaks/Customize-Preferences/TaskbarAlignment.md @@ -3,7 +3,7 @@ title: "Taskbar Centered Icons" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=1768} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1753} "WPFToggleTaskbarAlignment": { "Content": "Taskbar Centered Icons", "Description": "Toggles the Taskbar alignment either to the left or center.", diff --git a/docs/content/dev/tweaks/Customize-Preferences/TaskbarSearch.md b/docs/content/dev/tweaks/Customize-Preferences/TaskbarSearch.md index 128390cc..f4cbb36a 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/TaskbarSearch.md +++ b/docs/content/dev/tweaks/Customize-Preferences/TaskbarSearch.md @@ -3,7 +3,7 @@ title: "Taskbar Search Icon" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=1796} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1781} "WPFToggleTaskbarSearch": { "Content": "Taskbar Search Icon", "Description": "Toggles the Search Button on the Taskbar.", diff --git a/docs/content/dev/tweaks/Customize-Preferences/VerboseLogon.md b/docs/content/dev/tweaks/Customize-Preferences/VerboseLogon.md index 98a40019..a16f074f 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/VerboseLogon.md +++ b/docs/content/dev/tweaks/Customize-Preferences/VerboseLogon.md @@ -3,7 +3,7 @@ title: "Logon Verbose Mode" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=1434} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1419} "WPFToggleVerboseLogon": { "Content": "Logon Verbose Mode", "Description": "Show detailed messages during startup/shutdown.", diff --git a/docs/content/dev/tweaks/Essential-Tweaks/DeleteTempFiles.md b/docs/content/dev/tweaks/Essential-Tweaks/DeleteTempFiles.md index cbd23fe7..b3c77d10 100644 --- a/docs/content/dev/tweaks/Essential-Tweaks/DeleteTempFiles.md +++ b/docs/content/dev/tweaks/Essential-Tweaks/DeleteTempFiles.md @@ -3,7 +3,7 @@ title: "Temporary Files - Remove" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=1132} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1117} "WPFTweaksDeleteTempFiles": { "Content": "Temporary Files - Remove", "Description": "Erases TEMP Folders.", diff --git a/docs/content/dev/tweaks/Essential-Tweaks/DisableExplorerAutoDiscovery.md b/docs/content/dev/tweaks/Essential-Tweaks/DisableExplorerAutoDiscovery.md index 426f3c5a..fa77b7f9 100644 --- a/docs/content/dev/tweaks/Essential-Tweaks/DisableExplorerAutoDiscovery.md +++ b/docs/content/dev/tweaks/Essential-Tweaks/DisableExplorerAutoDiscovery.md @@ -3,7 +3,7 @@ title: "File Explorer Automatic Folder Discovery - Disable" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=1237} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1222} "WPFTweaksDisableExplorerAutoDiscovery": { "Content": "File Explorer Automatic Folder Discovery - Disable", "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.", diff --git a/docs/content/dev/tweaks/Essential-Tweaks/DiskCleanup.md b/docs/content/dev/tweaks/Essential-Tweaks/DiskCleanup.md index fe45ac36..7b0b2110 100644 --- a/docs/content/dev/tweaks/Essential-Tweaks/DiskCleanup.md +++ b/docs/content/dev/tweaks/Essential-Tweaks/DiskCleanup.md @@ -3,7 +3,7 @@ title: "Disk Cleanup - Run" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=1119} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1104} "WPFTweaksDiskCleanup": { "Content": "Disk Cleanup - Run", "Description": "Runs Disk Cleanup on Drive C: and removes old Windows Updates.", diff --git a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/DisableBGapps.md b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/DisableBGapps.md index 4b5473f2..ae435a69 100644 --- a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/DisableBGapps.md +++ b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/DisableBGapps.md @@ -3,7 +3,7 @@ title: "Background Apps - Disable" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=1205} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1190} "WPFTweaksDisableBGapps": { "Content": "Background Apps - Disable", "Description": "Disables all Microsoft Store apps from running in the background, which has to be done individually since Windows 11.", diff --git a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/DisableFSO.md b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/DisableFSO.md index 08582423..14e2d55d 100644 --- a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/DisableFSO.md +++ b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/DisableFSO.md @@ -3,7 +3,7 @@ title: "Fullscreen Optimizations - Disable" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=1221} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1206} "WPFTweaksDisableFSO": { "Content": "Fullscreen Optimizations - Disable", "Description": "Disables FSO in all applications. NOTE: This will disable Color Management in Exclusive Fullscreen.", diff --git a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/DisableIPv6.md b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/DisableIPv6.md index a6f2e5c9..decc53eb 100644 --- a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/DisableIPv6.md +++ b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/DisableIPv6.md @@ -3,7 +3,7 @@ title: "IPv6 - Disable" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=1183} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1168} "WPFTweaksDisableIPv6": { "Content": "IPv6 - Disable", "Description": "Disables IPv6.", diff --git a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/IPv46.md b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/IPv46.md index 19f20e7a..a3997e62 100644 --- a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/IPv46.md +++ b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/IPv46.md @@ -3,7 +3,7 @@ title: "IPv6 - Set IPv4 as Preferred" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=1145} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1130} "WPFTweaksIPv46": { "Content": "IPv6 - Set IPv4 as Preferred", "Description": "Setting the IPv4 preference can have latency and security benefits on private networks where IPv6 is not configured.", diff --git a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RightClickMenu.md b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RightClickMenu.md index 269bdf61..07dd70f6 100644 --- a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RightClickMenu.md +++ b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RightClickMenu.md @@ -9,34 +9,13 @@ description: "" "Description": "Restores the classic context menu when right-clicking in File Explorer, replacing the simplified Windows 11 version.", "category": "z__Advanced Tweaks - CAUTION", "panel": "1", - "registry": [ - { - "Path": "HKCU:\\Software\\Classes\\CLSID\\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\\InprocServer32", - "Name": "(default)", - "Value": "", - "Type": "String", - "OriginalValue": "" - } - ], "InvokeScript": [ " - New-Item -Path \"HKCU:\\Software\\Classes\\CLSID\\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\" -Name \"InprocServer32\" -force -value \"\" - Write-Host Restarting explorer.exe ... - Stop-Process -Name \"explorer\" -Force + New-Item -Path \"HKCU:\\Software\\Classes\\CLSID\\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\" -Name InprocServer32 -Value \"\" -Force + Stop-Process -Name explorer " ], "UndoScript": [ - " - Remove-Item -Path \"HKCU:\\Software\\Classes\\CLSID\\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\" -Recurse -Confirm:$false -Force - # Restarting Explorer in the Undo Script might not be necessary, as the Registry change without restarting Explorer does work, but just to make sure. - Write-Host Restarting explorer.exe ... - Stop-Process -Name \"explorer\" -Force - " + "Remove-Item -Path \"HKCU:\\Software\\Classes\\CLSID\\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\" -Recurse" ], ``` - -## 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://en.wikipedia.org/wiki/Windows_Registry) and [Microsoft's Website](https://learn.microsoft.com/en-us/windows/win32/sysinfo/registry). diff --git a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/Teredo.md b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/Teredo.md index ec7dc775..3cc397c6 100644 --- a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/Teredo.md +++ b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/Teredo.md @@ -3,7 +3,7 @@ title: "Teredo - Disable" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=1161} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1146} "WPFTweaksTeredo": { "Content": "Teredo - Disable", "Description": "Teredo network tunneling is an IPv6 feature that can cause additional latency, but may cause problems with some games.", diff --git a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/changedns.md b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/changedns.md index cb8f7a7f..86569d0d 100644 --- a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/changedns.md +++ b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/changedns.md @@ -3,7 +3,7 @@ title: "DNS - Set to:" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=1883} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1868} "WPFchangedns": { "Content": "DNS - Set to:", "category": "z__Advanced Tweaks - CAUTION",