Add option to disable Windows search history, enable Windows Sandbox and enable WSL (#477)

* Add option to disable local Windows search history
* Add option to enable Windows Sandbox and WSL
This commit is contained in:
Jeffrey
2026-02-18 19:00:49 +01:00
committed by GitHub
parent e0e69c0ef5
commit 2c940ff489
8 changed files with 97 additions and 10 deletions

View File

@@ -33,17 +33,21 @@
"Name": "File Explorer",
"Icon": ""
},
{
"Name": "Gaming",
"Icon": ""
},
{
"Name": "Multi-tasking",
"Icon": ""
},
{
"Name": "Other",
"Icon": ""
"Name": "Optional Windows Features",
"Icon": ""
},
{
"Name": "Gaming",
"Icon": ""
"Name": "Other",
"Icon": ""
}
],
"UiGroups": [
@@ -354,6 +358,19 @@
"MinVersion": null,
"MaxVersion": null
},
{
"FeatureId": "DisableSearchHistory",
"Label": "local Windows Search history",
"ToolTip": "This setting disables local search history in Windows Search. This does not affect web search history or the search history saved in Microsoft Edge.",
"Category": "Privacy & Suggested Content",
"Action": "Disable",
"RegistryKey": "Disable_Search_History.reg",
"ApplyText": "> Disabling search history...",
"UndoAction": "Enable",
"RegistryUndoKey": "Enable_Search_History.reg",
"MinVersion": null,
"MaxVersion": null
},
{
"FeatureId": "DisableSuggestions",
"Label": "tips, tricks & suggested content throughout Windows",
@@ -396,7 +413,7 @@
{
"FeatureId": "DisableEdgeAds",
"Label": "ads, suggestions and newsfeed in Edge",
"ToolTip": "This will turn off various distractions from Microsoft Edge such as ads, suggestions and the MSN news feed. This setting uses policies, which means some settings will be locked.",
"ToolTip": "This will turn off various distractions from Microsoft Edge such as ads, suggestions and the MSN news feed. This feature uses policies, some settings will be locked.",
"Category": "Privacy & Suggested Content",
"Action": "Disable",
"RegistryKey": "Disable_Edge_Ads_And_Suggestions.reg",
@@ -587,7 +604,7 @@
{
"FeatureId": "DisableEdgeAI",
"Label": "AI features in Microsoft Edge",
"ToolTip": "This will turn off AI features in Microsoft Edge, such as the AI-powered sidebar and Copilot features. This setting uses policies, which means some settings will be locked.",
"ToolTip": "This will turn off AI features in Microsoft Edge, such as the AI-powered sidebar and Copilot features. This feature uses policies, some settings will be locked.",
"Category": "AI",
"Action": "Disable",
"RegistryKey": "Disable_Edge_AI_Features.reg",
@@ -857,7 +874,7 @@
{
"FeatureId": "DisableWidgets",
"Label": "widgets on the taskbar & lock screen",
"ToolTip": "This will disable the widgets features in Windows, including the widgets button on the taskbar and the widgets that can appear on the lock screen.",
"ToolTip": "This will disable the widgets features in Windows, including the widgets button on the taskbar and the widgets that can appear on the lock screen. This feature uses policies, some settings will be locked.",
"Category": "Taskbar",
"Priority": 4,
"Action": "Disable",
@@ -1350,6 +1367,32 @@
"RegistryUndoKey": "Enable_Brave_Bloat.reg",
"MinVersion": null,
"MaxVersion": null
},
{
"FeatureId": "EnableWindowsSandbox",
"Label": "Windows Sandbox",
"ToolTip": "Windows Sandbox is a lightweight desktop environment for safely running applications in isolation. Software installed inside the Windows Sandbox environment remains 'sandboxed' and runs separately from the host machine. Only supported on Windows 11 Pro, Workstation, and Enterprise editions.",
"Category": "Optional Windows Features",
"Action": "Enable",
"RegistryKey": null,
"ApplyText": "> Enabling Windows Sandbox...",
"UndoAction": null,
"RegistryUndoKey": null,
"MinVersion": 22483,
"MaxVersion": null
},
{
"FeatureId": "EnableWindowsSubsystemForLinux",
"Label": "Windows Subsystem for Linux",
"ToolTip": "Windows Subsystem for Linux allows you to run a Linux environment directly on Windows without the need for a virtual machine.",
"Category": "Optional Windows Features",
"Action": "Enable",
"RegistryKey": null,
"ApplyText": "> Enabling Windows Subsystem for Linux...",
"UndoAction": null,
"RegistryUndoKey": null,
"MinVersion": 22000,
"MaxVersion": null
}
]
}