From 00fbd0e86d66d9eefa0c916c3167f9346d727742 Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Tue, 7 Apr 2026 10:46:13 -0500 Subject: [PATCH] chore: Update generated dev docs (#4326) --- .../Customize-Preferences/BingSearch.md | 2 +- .../tweaks/Customize-Preferences/DarkMode.md | 2 +- .../Customize-Preferences/DetailedBSoD.md | 2 +- .../DisableCrossDeviceResume.md | 2 +- .../Customize-Preferences/HiddenFiles.md | 2 +- .../Customize-Preferences/HideSettingsHome.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 +- .../dev/tweaks/Essential-Tweaks/WPBT.md | 2 +- .../BlockAdobeNet.md | 2 +- .../DisableBGapps.md | 2 +- .../DisableFSO.md | 2 +- .../DisableIPv6.md | 2 +- .../DisableNotifications.md | 2 +- .../z--Advanced-Tweaks---CAUTION/IPv46.md | 2 +- .../RazerBlock.md | 2 +- .../RemoveCopilot.md | 77 ++----------------- .../RightClickMenu.md | 2 +- .../z--Advanced-Tweaks---CAUTION/Teredo.md | 2 +- .../z--Advanced-Tweaks---CAUTION/changedns.md | 2 +- 34 files changed, 40 insertions(+), 103 deletions(-) diff --git a/docs/content/dev/tweaks/Customize-Preferences/BingSearch.md b/docs/content/dev/tweaks/Customize-Preferences/BingSearch.md index 77ca1efd..c071c9ab 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/BingSearch.md +++ b/docs/content/dev/tweaks/Customize-Preferences/BingSearch.md @@ -3,7 +3,7 @@ title: "Bing Search in Start Menu" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=2213} +```json {filename="config/tweaks.json",linenos=inline,linenostart=2156} "WPFToggleBingSearch": { "Content": "Bing Search in Start Menu", "Description": "If enabled, Bing web search results will be included in your Start Menu search.", diff --git a/docs/content/dev/tweaks/Customize-Preferences/DarkMode.md b/docs/content/dev/tweaks/Customize-Preferences/DarkMode.md index f979f097..1adbb1a8 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=2171} +```json {filename="config/tweaks.json",linenos=inline,linenostart=2114} "WPFToggleDarkMode": { "Content": "Dark Theme for Windows", "Description": "Enable/Disable Dark Mode.", diff --git a/docs/content/dev/tweaks/Customize-Preferences/DetailedBSoD.md b/docs/content/dev/tweaks/Customize-Preferences/DetailedBSoD.md index 206d5616..06a51022 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/DetailedBSoD.md +++ b/docs/content/dev/tweaks/Customize-Preferences/DetailedBSoD.md @@ -3,7 +3,7 @@ title: "Detailed BSoD" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=2587} +```json {filename="config/tweaks.json",linenos=inline,linenostart=2530} "WPFToggleDetailedBSoD": { "Content": "Detailed BSoD", "Description": "If enabled, you will see a detailed Blue Screen of Death (BSOD) with more information.", diff --git a/docs/content/dev/tweaks/Customize-Preferences/DisableCrossDeviceResume.md b/docs/content/dev/tweaks/Customize-Preferences/DisableCrossDeviceResume.md index 4d0c1789..5c310a78 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/DisableCrossDeviceResume.md +++ b/docs/content/dev/tweaks/Customize-Preferences/DisableCrossDeviceResume.md @@ -3,7 +3,7 @@ title: "Cross-Device Resume" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=2717} +```json {filename="config/tweaks.json",linenos=inline,linenostart=2660} "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.", diff --git a/docs/content/dev/tweaks/Customize-Preferences/HiddenFiles.md b/docs/content/dev/tweaks/Customize-Preferences/HiddenFiles.md index 16d30b3c..6f64aff3 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/HiddenFiles.md +++ b/docs/content/dev/tweaks/Customize-Preferences/HiddenFiles.md @@ -3,7 +3,7 @@ title: "Show Hidden Files" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=2467} +```json {filename="config/tweaks.json",linenos=inline,linenostart=2410} "WPFToggleHiddenFiles": { "Content": "Show Hidden Files", "Description": "If enabled, Hidden Files will be shown.", diff --git a/docs/content/dev/tweaks/Customize-Preferences/HideSettingsHome.md b/docs/content/dev/tweaks/Customize-Preferences/HideSettingsHome.md index 4e1872a3..a82258dd 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/HideSettingsHome.md +++ b/docs/content/dev/tweaks/Customize-Preferences/HideSettingsHome.md @@ -3,7 +3,7 @@ title: "Remove Settings Home Page" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=2337} +```json {filename="config/tweaks.json",linenos=inline,linenostart=2280} "WPFToggleHideSettingsHome": { "Content": "Remove Settings Home Page", "Description": "Removes the Home Page in the Windows Settings app.", diff --git a/docs/content/dev/tweaks/Customize-Preferences/MouseAcceleration.md b/docs/content/dev/tweaks/Customize-Preferences/MouseAcceleration.md index bdeade28..81459839 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=2355} +```json {filename="config/tweaks.json",linenos=inline,linenostart=2298} "WPFToggleMouseAcceleration": { "Content": "Mouse Acceleration", "Description": "If enabled, the 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 50867b99..ec4c37c2 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/MultiplaneOverlay.md +++ b/docs/content/dev/tweaks/Customize-Preferences/MultiplaneOverlay.md @@ -3,7 +3,7 @@ title: "Disable Multiplane Overlay" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=2449} +```json {filename="config/tweaks.json",linenos=inline,linenostart=2392} "WPFToggleMultiplaneOverlay": { "Content": "Disable Multiplane Overlay", "Description": "Disable the Multiplane Overlay 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 42ef01e3..0d6fef94 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/NewOutlook.md +++ b/docs/content/dev/tweaks/Customize-Preferences/NewOutlook.md @@ -3,7 +3,7 @@ title: "New Outlook" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=2407} +```json {filename="config/tweaks.json",linenos=inline,linenostart=2350} "WPFToggleNewOutlook": { "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.", diff --git a/docs/content/dev/tweaks/Customize-Preferences/NumLock.md b/docs/content/dev/tweaks/Customize-Preferences/NumLock.md index a0a9ce77..1fa4b7ed 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=2249} +```json {filename="config/tweaks.json",linenos=inline,linenostart=2192} "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 01e2470e..43764ac4 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=2613} +```json {filename="config/tweaks.json",linenos=inline,linenostart=2556} "WPFToggleS3Sleep": { "Content": "S3 Sleep", "Description": "Toggles between Modern Standby and S3 Sleep.", diff --git a/docs/content/dev/tweaks/Customize-Preferences/ShowExt.md b/docs/content/dev/tweaks/Customize-Preferences/ShowExt.md index 11f576d4..c2c5b30f 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/ShowExt.md +++ b/docs/content/dev/tweaks/Customize-Preferences/ShowExt.md @@ -3,7 +3,7 @@ title: "Show File Extensions" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=2495} +```json {filename="config/tweaks.json",linenos=inline,linenostart=2438} "WPFToggleShowExt": { "Content": "Show File Extensions", "Description": "If enabled, File extensions (e.g., .txt, .jpg) are visible.", diff --git a/docs/content/dev/tweaks/Customize-Preferences/StandbyFix.md b/docs/content/dev/tweaks/Customize-Preferences/StandbyFix.md index e3211229..121a166b 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/StandbyFix.md +++ b/docs/content/dev/tweaks/Customize-Preferences/StandbyFix.md @@ -3,7 +3,7 @@ title: "Modern Standby fix" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=2231} +```json {filename="config/tweaks.json",linenos=inline,linenostart=2174} "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.", diff --git a/docs/content/dev/tweaks/Customize-Preferences/StartMenuRecommendations.md b/docs/content/dev/tweaks/Customize-Preferences/StartMenuRecommendations.md index cd41a19a..a4009376 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/StartMenuRecommendations.md +++ b/docs/content/dev/tweaks/Customize-Preferences/StartMenuRecommendations.md @@ -3,7 +3,7 @@ title: "Recommendations in Start Menu" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=2293} +```json {filename="config/tweaks.json",linenos=inline,linenostart=2236} "WPFToggleStartMenuRecommendations": { "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.", diff --git a/docs/content/dev/tweaks/Customize-Preferences/StickyKeys.md b/docs/content/dev/tweaks/Customize-Preferences/StickyKeys.md index 88d36b20..1ed1801a 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=2389} +```json {filename="config/tweaks.json",linenos=inline,linenostart=2332} "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.", diff --git a/docs/content/dev/tweaks/Customize-Preferences/TaskView.md b/docs/content/dev/tweaks/Customize-Preferences/TaskView.md index 81be6d57..24e5bfde 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/TaskView.md +++ b/docs/content/dev/tweaks/Customize-Preferences/TaskView.md @@ -3,7 +3,7 @@ title: "Task View Button in Taskbar" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=2541} +```json {filename="config/tweaks.json",linenos=inline,linenostart=2484} "WPFToggleTaskView": { "Content": "Task View Button in Taskbar", "Description": "If enabled, Task View Button in Taskbar will be shown.", diff --git a/docs/content/dev/tweaks/Customize-Preferences/TaskbarAlignment.md b/docs/content/dev/tweaks/Customize-Preferences/TaskbarAlignment.md index c8b462b4..1c453513 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/TaskbarAlignment.md +++ b/docs/content/dev/tweaks/Customize-Preferences/TaskbarAlignment.md @@ -3,7 +3,7 @@ title: "Center Taskbar Items" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=2559} +```json {filename="config/tweaks.json",linenos=inline,linenostart=2502} "WPFToggleTaskbarAlignment": { "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.", diff --git a/docs/content/dev/tweaks/Customize-Preferences/TaskbarSearch.md b/docs/content/dev/tweaks/Customize-Preferences/TaskbarSearch.md index 3dd12f4d..794194c4 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/TaskbarSearch.md +++ b/docs/content/dev/tweaks/Customize-Preferences/TaskbarSearch.md @@ -3,7 +3,7 @@ title: "Search Button in Taskbar" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=2523} +```json {filename="config/tweaks.json",linenos=inline,linenostart=2466} "WPFToggleTaskbarSearch": { "Content": "Search Button in Taskbar", "Description": "If enabled, Search Button will be on the Taskbar.", diff --git a/docs/content/dev/tweaks/Customize-Preferences/VerboseLogon.md b/docs/content/dev/tweaks/Customize-Preferences/VerboseLogon.md index f5863660..66d67fc6 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/VerboseLogon.md +++ b/docs/content/dev/tweaks/Customize-Preferences/VerboseLogon.md @@ -3,7 +3,7 @@ title: "Verbose Messages During Logon" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=2275} +```json {filename="config/tweaks.json",linenos=inline,linenostart=2218} "WPFToggleVerboseLogon": { "Content": "Verbose Messages During Logon", "Description": "Show detailed messages during the login process for troubleshooting and diagnostics.", diff --git a/docs/content/dev/tweaks/Essential-Tweaks/DeleteTempFiles.md b/docs/content/dev/tweaks/Essential-Tweaks/DeleteTempFiles.md index c71e4a0a..0a6353cf 100644 --- a/docs/content/dev/tweaks/Essential-Tweaks/DeleteTempFiles.md +++ b/docs/content/dev/tweaks/Essential-Tweaks/DeleteTempFiles.md @@ -3,7 +3,7 @@ title: "Delete Temporary Files" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=2066} +```json {filename="config/tweaks.json",linenos=inline,linenostart=2009} "WPFTweaksDeleteTempFiles": { "Content": "Delete Temporary Files", "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 c122a446..86b37bbd 100644 --- a/docs/content/dev/tweaks/Essential-Tweaks/DisableExplorerAutoDiscovery.md +++ b/docs/content/dev/tweaks/Essential-Tweaks/DisableExplorerAutoDiscovery.md @@ -3,7 +3,7 @@ title: "Disable Explorer Automatic Folder Discovery" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=2662} +```json {filename="config/tweaks.json",linenos=inline,linenostart=2605} "WPFTweaksDisableExplorerAutoDiscovery": { "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.", diff --git a/docs/content/dev/tweaks/Essential-Tweaks/DiskCleanup.md b/docs/content/dev/tweaks/Essential-Tweaks/DiskCleanup.md index b72174d4..04565628 100644 --- a/docs/content/dev/tweaks/Essential-Tweaks/DiskCleanup.md +++ b/docs/content/dev/tweaks/Essential-Tweaks/DiskCleanup.md @@ -3,7 +3,7 @@ title: "Run Disk Cleanup" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=2053} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1996} "WPFTweaksDiskCleanup": { "Content": "Run Disk Cleanup", "Description": "Runs Disk Cleanup on Drive C: and removes old Windows Updates.", diff --git a/docs/content/dev/tweaks/Essential-Tweaks/WPBT.md b/docs/content/dev/tweaks/Essential-Tweaks/WPBT.md index c6941127..87580ed6 100644 --- a/docs/content/dev/tweaks/Essential-Tweaks/WPBT.md +++ b/docs/content/dev/tweaks/Essential-Tweaks/WPBT.md @@ -3,7 +3,7 @@ title: "Disable Windows Platform Binary Table (WPBT)" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=1921} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1864} "WPFTweaksWPBT": { "Content": "Disable Windows Platform Binary Table (WPBT)", "Description": "If enabled, WPBT allows your computer vendor to execute programs at boot time, such as anti-theft software, software drivers, as well as force install software without user consent. Poses potential security risk.", diff --git a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/BlockAdobeNet.md b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/BlockAdobeNet.md index 9678f636..b950bb34 100644 --- a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/BlockAdobeNet.md +++ b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/BlockAdobeNet.md @@ -3,7 +3,7 @@ title: "Adobe Network Block" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=2001} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1944} "WPFTweaksBlockAdobeNet": { "Content": "Adobe Network Block", "Description": "Reduces user interruptions by selectively blocking connections to Adobe's activation and telemetry servers. Credit: Ruddernation-Designs", 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 5b85ebfb..e5c608bd 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: "Disable Background Apps" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=2139} +```json {filename="config/tweaks.json",linenos=inline,linenostart=2082} "WPFTweaksDisableBGapps": { "Content": "Disable Background Apps", "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 6791ccb4..ce59dc35 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: "Disable Fullscreen Optimizations" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=2155} +```json {filename="config/tweaks.json",linenos=inline,linenostart=2098} "WPFTweaksDisableFSO": { "Content": "Disable Fullscreen Optimizations", "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 079ec6ee..5d2bb5c2 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: "Disable IPv6" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=2117} +```json {filename="config/tweaks.json",linenos=inline,linenostart=2060} "WPFTweaksDisableIPv6": { "Content": "Disable IPv6", "Description": "Disables IPv6.", diff --git a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/DisableNotifications.md b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/DisableNotifications.md index cf970b08..3f025df4 100644 --- a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/DisableNotifications.md +++ b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/DisableNotifications.md @@ -3,7 +3,7 @@ title: "Disable Notification Tray/Calendar" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=1978} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1921} "WPFTweaksDisableNotifications": { "Content": "Disable Notification Tray/Calendar", "Description": "Disables all Notifications INCLUDING Calendar.", 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 32621a58..27f0f5ae 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: "Prefer IPv4 over IPv6" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=2079} +```json {filename="config/tweaks.json",linenos=inline,linenostart=2022} "WPFTweaksIPv46": { "Content": "Prefer IPv4 over IPv6", "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/RazerBlock.md b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RazerBlock.md index 9f1f9d90..ae11a265 100644 --- a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RazerBlock.md +++ b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RazerBlock.md @@ -3,7 +3,7 @@ title: "Block Razer Software Installs" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=1937} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1880} "WPFTweaksRazerBlock": { "Content": "Block Razer Software Installs", "Description": "Blocks ALL Razer Software installations. The hardware works fine without any software.", diff --git a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveCopilot.md b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveCopilot.md index 02263392..a2fd723c 100644 --- a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveCopilot.md +++ b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveCopilot.md @@ -1,95 +1,32 @@ --- -title: "Disable Microsoft Copilot" +title: "Remove Microsoft Copilot" description: "" --- ```json {filename="config/tweaks.json",linenos=inline,linenostart=1837} "WPFTweaksRemoveCopilot": { - "Content": "Disable Microsoft Copilot", - "Description": "Disables MS Copilot AI built into Windows since 23H2.", + "Content": "Remove Microsoft Copilot", + "Description": "Removes Copilot AppXPackages and related ai packages", "category": "z__Advanced Tweaks - CAUTION", "panel": "1", - "registry": [ - { - "Path": "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\WindowsCopilot", - "Name": "TurnOffWindowsCopilot", - "Value": "1", - "Type": "DWord", - "OriginalValue": "" - }, - { - "Path": "HKCU:\\Software\\Policies\\Microsoft\\Windows\\WindowsCopilot", - "Name": "TurnOffWindowsCopilot", - "Value": "1", - "Type": "DWord", - "OriginalValue": "" - }, - { - "Path": "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced", - "Name": "ShowCopilotButton", - "Value": "0", - "Type": "DWord", - "OriginalValue": "1" - }, - { - "Path": "HKLM:\\SOFTWARE\\Microsoft\\Windows\\Shell\\Copilot", - "Name": "IsCopilotAvailable", - "Value": "0", - "Type": "DWord", - "OriginalValue": "" - }, - { - "Path": "HKLM:\\SOFTWARE\\Microsoft\\Windows\\Shell\\Copilot", - "Name": "CopilotDisabledReason", - "Value": "IsEnabledForGeographicRegionFailed", - "Type": "String", - "OriginalValue": "" - }, - { - "Path": "HKCU:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\WindowsCopilot", - "Name": "AllowCopilotRuntime", - "Value": "0", - "Type": "DWord", - "OriginalValue": "" - }, - { - "Path": "HKLM:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Shell Extensions\\Blocked", - "Name": "{CB3B0003-8088-4EDE-8769-8B354AB2FF8C}", - "Value": "", - "Type": "String", - "OriginalValue": "" - }, - { - "Path": "HKLM:\\SOFTWARE\\Microsoft\\Windows\\Shell\\Copilot\\BingChat", - "Name": "IsUserEligible", - "Value": "0", - "Type": "DWord", - "OriginalValue": "" - } - ], "InvokeScript": [ " - Write-Host \"Remove Copilot\" Get-AppxPackage -AllUsers *Copilot* | Remove-AppxPackage -AllUsers Get-AppxPackage -AllUsers Microsoft.MicrosoftOfficeHub | Remove-AppxPackage -AllUsers $Appx = (Get-AppxPackage MicrosoftWindows.Client.CoreAI).PackageFullName - $Sid = (Get-LocalUser $Env:UserName).Sid.Value + New-Item \"HKLM:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Appx\\AppxAllUserStore\\EndOfLife\\$Sid\\$Appx\" -Force Remove-AppxPackage $Appx + + Write-Host \"Copilot Removed\" " ], "UndoScript": [ " - Write-Host \"Install Copilot\" + Write-Host \"Installing Copilot...\" winget install --name Copilot --source msstore --accept-package-agreements --accept-source-agreements --silent " ], ``` - -## 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). 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 37cb2eda..383aa72e 100644 --- a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RightClickMenu.md +++ b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RightClickMenu.md @@ -3,7 +3,7 @@ title: "Set Classic Right-Click Menu" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=2031} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1974} "WPFTweaksRightClickMenu": { "Content": "Set Classic Right-Click Menu", "Description": "Restores the classic context menu when right-clicking in File Explorer, replacing the simplified Windows 11 version.", 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 95cd0a13..613cabcb 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: "Disable Teredo" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=2095} +```json {filename="config/tweaks.json",linenos=inline,linenostart=2038} "WPFTweaksTeredo": { "Content": "Disable Teredo", "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 5240ab26..c60a3a20 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" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=2638} +```json {filename="config/tweaks.json",linenos=inline,linenostart=2581} "WPFchangedns": { "Content": "DNS", "category": "z__Advanced Tweaks - CAUTION",