From adaab0ab36c4e9e9d34b64274a1af8a9657cb8ec Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Wed, 11 Mar 2026 16:26:43 -0500 Subject: [PATCH] chore: Update generated dev docs (#4191) --- config/tweaks.json | 2 +- .../tweaks/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 +- .../Customize-Preferences/MouseAcceleration.md | 2 +- .../Customize-Preferences/MultiplaneOverlay.md | 2 +- .../tweaks/Customize-Preferences/NewOutlook.md | 2 +- .../tweaks/Customize-Preferences/NumLock.md | 2 +- .../tweaks/Customize-Preferences/S3Sleep.md | 2 +- .../tweaks/Customize-Preferences/ShowExt.md | 2 +- .../tweaks/Customize-Preferences/StandbyFix.md | 2 +- .../StartMenuRecommendations.md | 2 +- .../tweaks/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/ConsumerFeatures.md | 2 +- .../tweaks/Essential-Tweaks/DeleteTempFiles.md | 2 +- .../DisableExplorerAutoDiscovery.md | 2 +- .../Essential-Tweaks/DisableStoreSearch.md | 18 ++++++++++++++++++ .../dev/tweaks/Essential-Tweaks/DiskCleanup.md | 2 +- .../Essential-Tweaks/EndTaskOnTaskbar.md | 2 +- .../dev/tweaks/Essential-Tweaks/Location.md | 2 +- .../tweaks/Essential-Tweaks/Powershell7Tele.md | 2 +- .../tweaks/Essential-Tweaks/RestorePoint.md | 2 +- .../dev/tweaks/Essential-Tweaks/Services.md | 2 +- .../dev/tweaks/Essential-Tweaks/Telemetry.md | 2 +- .../dev/tweaks/Essential-Tweaks/WPBT.md | 2 +- .../BlockAdobeNet.md | 2 +- .../BraveDebloat.md | 2 +- .../z--Advanced-Tweaks---CAUTION/DeBloat.md | 2 +- .../DisableBGapps.md | 2 +- .../z--Advanced-Tweaks---CAUTION/DisableFSO.md | 2 +- .../DisableIPv6.md | 2 +- .../DisableNotifications.md | 2 +- .../z--Advanced-Tweaks---CAUTION/Display.md | 2 +- .../EdgeDebloat.md | 2 +- .../z--Advanced-Tweaks---CAUTION/IPv46.md | 2 +- .../z--Advanced-Tweaks---CAUTION/RazerBlock.md | 2 +- .../RemoveCopilot.md | 2 +- .../z--Advanced-Tweaks---CAUTION/RemoveEdge.md | 2 +- .../RemoveGallery.md | 2 +- .../z--Advanced-Tweaks---CAUTION/RemoveHome.md | 2 +- .../RemoveOneDrive.md | 2 +- .../RightClickMenu.md | 2 +- .../z--Advanced-Tweaks---CAUTION/Storage.md | 2 +- .../z--Advanced-Tweaks---CAUTION/Teredo.md | 2 +- .../tweaks/z--Advanced-Tweaks---CAUTION/UTC.md | 2 +- .../XboxRemoval.md | 2 +- .../z--Advanced-Tweaks---CAUTION/changedns.md | 2 +- 54 files changed, 71 insertions(+), 53 deletions(-) create mode 100644 docs/content/dev/tweaks/Essential-Tweaks/DisableStoreSearch.md diff --git a/config/tweaks.json b/config/tweaks.json index 092b6677..2cf8b481 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -133,7 +133,7 @@ "UndoScript": [ "icacls \"$Env:LocalAppData\\Packages\\Microsoft.WindowsStore_8wekyb3d8bbwe\\LocalState\\store.db\" /grant Everyone:F" ], - "link": "https://winutil.christitus.com/dev/tweaks/essential-tweaks/widget" + "link": "https://winutil.christitus.com/dev/tweaks/essential-tweaks/disablestoresearch" }, "WPFTweaksLocation": { "Content": "Disable Location Tracking", diff --git a/docs/content/dev/tweaks/Customize-Preferences/BingSearch.md b/docs/content/dev/tweaks/Customize-Preferences/BingSearch.md index 50142a2d..a9a0eeee 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=2185} +```json {filename="config/tweaks.json",linenos=inline,linenostart=2198} "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 df1a4877..dbee9e5a 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=2143} +```json {filename="config/tweaks.json",linenos=inline,linenostart=2156} "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 701a4d68..e91e6359 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=2559} +```json {filename="config/tweaks.json",linenos=inline,linenostart=2572} "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 737d4373..5fcf260e 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=2689} +```json {filename="config/tweaks.json",linenos=inline,linenostart=2702} "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 c51f0f3e..d0b48908 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=2439} +```json {filename="config/tweaks.json",linenos=inline,linenostart=2452} "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 09d70cc8..8237ca0c 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=2309} +```json {filename="config/tweaks.json",linenos=inline,linenostart=2322} "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 401324bd..2c8ceb8c 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=2327} +```json {filename="config/tweaks.json",linenos=inline,linenostart=2340} "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 84e07f2b..2f5bf02b 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=2421} +```json {filename="config/tweaks.json",linenos=inline,linenostart=2434} "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 0109579e..d1d4464d 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=2379} +```json {filename="config/tweaks.json",linenos=inline,linenostart=2392} "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 1df1b708..7a5ebfa5 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=2221} +```json {filename="config/tweaks.json",linenos=inline,linenostart=2234} "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 c3c4d2cf..7086a1ee 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=2585} +```json {filename="config/tweaks.json",linenos=inline,linenostart=2598} "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 27925bf5..f96f4178 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=2467} +```json {filename="config/tweaks.json",linenos=inline,linenostart=2480} "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 eb2bdf50..040ff7eb 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=2203} +```json {filename="config/tweaks.json",linenos=inline,linenostart=2216} "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 65ff01b1..631e3538 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=2265} +```json {filename="config/tweaks.json",linenos=inline,linenostart=2278} "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 bc9a8a19..7806b0be 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=2361} +```json {filename="config/tweaks.json",linenos=inline,linenostart=2374} "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 b9f07a8e..9e66ba7f 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=2513} +```json {filename="config/tweaks.json",linenos=inline,linenostart=2526} "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 1928714e..04eb5597 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=2531} +```json {filename="config/tweaks.json",linenos=inline,linenostart=2544} "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 0c63e3dc..ea124be2 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=2495} +```json {filename="config/tweaks.json",linenos=inline,linenostart=2508} "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 fd01598d..a6321e5c 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=2247} +```json {filename="config/tweaks.json",linenos=inline,linenostart=2260} "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/ConsumerFeatures.md b/docs/content/dev/tweaks/Essential-Tweaks/ConsumerFeatures.md index 21a51c4f..2183712a 100644 --- a/docs/content/dev/tweaks/Essential-Tweaks/ConsumerFeatures.md +++ b/docs/content/dev/tweaks/Essential-Tweaks/ConsumerFeatures.md @@ -3,7 +3,7 @@ title: "Disable ConsumerFeatures" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=1291} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1304} "WPFTweaksConsumerFeatures": { "Content": "Disable ConsumerFeatures", "Description": "Windows will not automatically install any games, third-party apps, or application links from the Windows Store for the signed-in user. Some default Apps will be inaccessible (eg. Phone Link).", diff --git a/docs/content/dev/tweaks/Essential-Tweaks/DeleteTempFiles.md b/docs/content/dev/tweaks/Essential-Tweaks/DeleteTempFiles.md index 5347e8c7..b975384e 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=2038} +```json {filename="config/tweaks.json",linenos=inline,linenostart=2051} "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 3afd4294..c33d22f5 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=2634} +```json {filename="config/tweaks.json",linenos=inline,linenostart=2647} "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/DisableStoreSearch.md b/docs/content/dev/tweaks/Essential-Tweaks/DisableStoreSearch.md new file mode 100644 index 00000000..059ae242 --- /dev/null +++ b/docs/content/dev/tweaks/Essential-Tweaks/DisableStoreSearch.md @@ -0,0 +1,18 @@ +--- +title: "Disable Microsoft Store search results" +description: "" +--- + +```json {filename="config/tweaks.json",linenos=inline,linenostart=125} + "WPFTweaksDisableStoreSearch": { + "Content": "Disable Microsoft Store search results", + "Description": "Will not display recommended Microsoft Store apps when searching for apps in the Start menu.", + "category": "Essential Tweaks", + "panel": "1", + "InvokeScript": [ + "icacls \"$Env:LocalAppData\\Packages\\Microsoft.WindowsStore_8wekyb3d8bbwe\\LocalState\\store.db\" /deny Everyone:F" + ], + "UndoScript": [ + "icacls \"$Env:LocalAppData\\Packages\\Microsoft.WindowsStore_8wekyb3d8bbwe\\LocalState\\store.db\" /grant Everyone:F" + ], +``` diff --git a/docs/content/dev/tweaks/Essential-Tweaks/DiskCleanup.md b/docs/content/dev/tweaks/Essential-Tweaks/DiskCleanup.md index 6ca85055..10859977 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=2025} +```json {filename="config/tweaks.json",linenos=inline,linenostart=2038} "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/EndTaskOnTaskbar.md b/docs/content/dev/tweaks/Essential-Tweaks/EndTaskOnTaskbar.md index 8e122912..e9172a9d 100644 --- a/docs/content/dev/tweaks/Essential-Tweaks/EndTaskOnTaskbar.md +++ b/docs/content/dev/tweaks/Essential-Tweaks/EndTaskOnTaskbar.md @@ -3,7 +3,7 @@ title: "Enable End Task With Right Click" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=1763} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1776} "WPFTweaksEndTaskOnTaskbar": { "Content": "Enable End Task With Right Click", "Description": "Enables option to end task when right clicking a program in the taskbar.", diff --git a/docs/content/dev/tweaks/Essential-Tweaks/Location.md b/docs/content/dev/tweaks/Essential-Tweaks/Location.md index fbbde313..ae11b36c 100644 --- a/docs/content/dev/tweaks/Essential-Tweaks/Location.md +++ b/docs/content/dev/tweaks/Essential-Tweaks/Location.md @@ -3,7 +3,7 @@ title: "Disable Location Tracking" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=125} +```json {filename="config/tweaks.json",linenos=inline,linenostart=138} "WPFTweaksLocation": { "Content": "Disable Location Tracking", "Description": "Disables Location Tracking.", diff --git a/docs/content/dev/tweaks/Essential-Tweaks/Powershell7Tele.md b/docs/content/dev/tweaks/Essential-Tweaks/Powershell7Tele.md index ef75dc4e..a23cda58 100644 --- a/docs/content/dev/tweaks/Essential-Tweaks/Powershell7Tele.md +++ b/docs/content/dev/tweaks/Essential-Tweaks/Powershell7Tele.md @@ -3,7 +3,7 @@ title: "Disable Powershell 7 Telemetry" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=1779} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1792} "WPFTweaksPowershell7Tele": { "Content": "Disable Powershell 7 Telemetry", "Description": "Creates an Environment Variable called 'POWERSHELL_TELEMETRY_OPTOUT' with a value of '1' which will tell PowerShell 7 to not send Telemetry Data.", diff --git a/docs/content/dev/tweaks/Essential-Tweaks/RestorePoint.md b/docs/content/dev/tweaks/Essential-Tweaks/RestorePoint.md index 8628ae37..ea2277aa 100644 --- a/docs/content/dev/tweaks/Essential-Tweaks/RestorePoint.md +++ b/docs/content/dev/tweaks/Essential-Tweaks/RestorePoint.md @@ -3,7 +3,7 @@ title: "Create Restore Point" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=1736} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1749} "WPFTweaksRestorePoint": { "Content": "Create Restore Point", "Description": "Creates a restore point at runtime in case a revert is needed from WinUtil modifications.", diff --git a/docs/content/dev/tweaks/Essential-Tweaks/Services.md b/docs/content/dev/tweaks/Essential-Tweaks/Services.md index 0f76470c..6e7ed614 100644 --- a/docs/content/dev/tweaks/Essential-Tweaks/Services.md +++ b/docs/content/dev/tweaks/Essential-Tweaks/Services.md @@ -3,7 +3,7 @@ title: "Set Services to Manual" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=162} +```json {filename="config/tweaks.json",linenos=inline,linenostart=175} "WPFTweaksServices": { "Content": "Set Services to Manual", "Description": "Turns a bunch of system services to manual that don't need to be running all the time. This is pretty harmless as if the service is needed, it will simply start on demand.", diff --git a/docs/content/dev/tweaks/Essential-Tweaks/Telemetry.md b/docs/content/dev/tweaks/Essential-Tweaks/Telemetry.md index b20772c2..852db780 100644 --- a/docs/content/dev/tweaks/Essential-Tweaks/Telemetry.md +++ b/docs/content/dev/tweaks/Essential-Tweaks/Telemetry.md @@ -3,7 +3,7 @@ title: "Disable Telemetry" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=1307} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1320} "WPFTweaksTelemetry": { "Content": "Disable Telemetry", "Description": "Disables Microsoft Telemetry.", diff --git a/docs/content/dev/tweaks/Essential-Tweaks/WPBT.md b/docs/content/dev/tweaks/Essential-Tweaks/WPBT.md index 7d9bbb22..975d3694 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=1892} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1905} "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 5be25b9f..53ddf2e2 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=1973} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1986} "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/BraveDebloat.md b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/BraveDebloat.md index 89541829..0d7190a1 100644 --- a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/BraveDebloat.md +++ b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/BraveDebloat.md @@ -3,7 +3,7 @@ title: "Brave Debloat" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=1126} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1139} "WPFTweaksBraveDebloat": { "Content": "Brave Debloat", "Description": "Disables various annoyances like Brave Rewards, Leo AI, Crypto Wallet and VPN.", diff --git a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/DeBloat.md b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/DeBloat.md index b3de65ff..67291812 100644 --- a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/DeBloat.md +++ b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/DeBloat.md @@ -3,7 +3,7 @@ title: "Remove ALL MS Store Apps - NOT RECOMMENDED" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=1647} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1660} "WPFTweaksDeBloat": { "Content": "Remove ALL MS Store Apps - NOT RECOMMENDED", "Description": "USE WITH CAUTION!!! This will remove ALL Microsoft Store apps.", 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 005ff2dd..4cdae9b9 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=2111} +```json {filename="config/tweaks.json",linenos=inline,linenostart=2124} "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 ae5aebff..968c17ac 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=2127} +```json {filename="config/tweaks.json",linenos=inline,linenostart=2140} "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 d3aad8a9..882fe4de 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=2089} +```json {filename="config/tweaks.json",linenos=inline,linenostart=2102} "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 1b9fe25b..41fb3cfe 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=1950} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1963} "WPFTweaksDisableNotifications": { "Content": "Disable Notification Tray/Calendar", "Description": "Disables all Notifications INCLUDING Calendar.", diff --git a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/Display.md b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/Display.md index ff155d57..f25b9d8a 100644 --- a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/Display.md +++ b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/Display.md @@ -3,7 +3,7 @@ title: "Set Display for Performance" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=1534} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1547} "WPFTweaksDisplay": { "Content": "Set Display for Performance", "Description": "Sets the system preferences to performance. You can do this manually with sysdm.cpl as well.", diff --git a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/EdgeDebloat.md b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/EdgeDebloat.md index 24606d5f..0b49db1a 100644 --- a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/EdgeDebloat.md +++ b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/EdgeDebloat.md @@ -3,7 +3,7 @@ title: "Edge Debloat" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=1170} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1183} "WPFTweaksEdgeDebloat": { "Content": "Edge Debloat", "Description": "Disables various telemetry options, popups, and other annoyances in Edge.", 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 dfc07176..82d09317 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=2051} +```json {filename="config/tweaks.json",linenos=inline,linenostart=2064} "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 8bcd1f9b..d91b72d2 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=1908} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1921} "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 3b6a82e6..eb76300e 100644 --- a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveCopilot.md +++ b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveCopilot.md @@ -3,7 +3,7 @@ title: "Disable Microsoft Copilot" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=1808} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1821} "WPFTweaksRemoveCopilot": { "Content": "Disable Microsoft Copilot", "Description": "Disables MS Copilot AI built into Windows since 23H2.", diff --git a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveEdge.md b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveEdge.md index 9263bdca..eac05188 100644 --- a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveEdge.md +++ b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveEdge.md @@ -3,7 +3,7 @@ title: "Remove Microsoft Edge" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=1429} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1442} "WPFTweaksRemoveEdge": { "Content": "Remove Microsoft Edge", "Description": "Unblocks Microsoft Edge uninstaller restrictions then uses that uninstaller to remove Microsoft Edge.", diff --git a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveGallery.md b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveGallery.md index cdbdf33a..d87d465c 100644 --- a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveGallery.md +++ b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveGallery.md @@ -3,7 +3,7 @@ title: "Remove Gallery from explorer" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=1517} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1530} "WPFTweaksRemoveGallery": { "Content": "Remove Gallery from explorer", "Description": "Removes the Gallery from Explorer and sets This PC as default.", diff --git a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveHome.md b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveHome.md index e86909b1..c39cbb82 100644 --- a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveHome.md +++ b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveHome.md @@ -3,7 +3,7 @@ title: "Remove Home from Explorer" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=1498} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1511} "WPFTweaksRemoveHome": { "Content": "Remove Home from Explorer", "Description": "Removes the Home from Explorer and sets This PC as default.", diff --git a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveOneDrive.md b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveOneDrive.md index 941dc15f..f2f78f12 100644 --- a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveOneDrive.md +++ b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveOneDrive.md @@ -3,7 +3,7 @@ title: "Remove OneDrive" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=1461} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1474} "WPFTweaksRemoveOneDrive": { "Content": "Remove OneDrive", "Description": "Denies permission to remove OneDrive user files, then uses its own uninstaller to remove it and restores the original permission afterward.", 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 093bc55d..0c4df9ea 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=2003} +```json {filename="config/tweaks.json",linenos=inline,linenostart=2016} "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/Storage.md b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/Storage.md index 3bbde6a2..207b771e 100644 --- a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/Storage.md +++ b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/Storage.md @@ -3,7 +3,7 @@ title: "Disable Storage Sense" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=1792} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1805} "WPFTweaksStorage": { "Content": "Disable Storage Sense", "Description": "Storage Sense deletes temp files automatically.", 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 8c731fbe..f11bd067 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=2067} +```json {filename="config/tweaks.json",linenos=inline,linenostart=2080} "WPFTweaksTeredo": { "Content": "Disable Teredo", "Description": "Teredo network tunneling is a 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/UTC.md b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/UTC.md index 9681d384..a535459c 100644 --- a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/UTC.md +++ b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/UTC.md @@ -3,7 +3,7 @@ title: "Set Time to UTC (Dual Boot)" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=1445} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1458} "WPFTweaksUTC": { "Content": "Set Time to UTC (Dual Boot)", "Description": "Essential for computers that are dual booting. Fixes the time sync with Linux Systems.", diff --git a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/XboxRemoval.md b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/XboxRemoval.md index fa0e33d7..d7559f4c 100644 --- a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/XboxRemoval.md +++ b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/XboxRemoval.md @@ -3,7 +3,7 @@ title: "Remove Xbox & Gaming Components" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=1633} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1646} "WPFTweaksXboxRemoval": { "Content": "Remove Xbox & Gaming Components", "Description": "Removes Xbox services, the Xbox app, Game Bar, and related authentication components.", 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 ee367f78..ce88a878 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=2610} +```json {filename="config/tweaks.json",linenos=inline,linenostart=2623} "WPFchangedns": { "Content": "DNS", "category": "z__Advanced Tweaks - CAUTION",