From a94f0ba5e389fcf924a093c71db1d43b2b1907e5 Mon Sep 17 00:00:00 2001 From: Jeffrey <9938813+Raphire@users.noreply.github.com> Date: Tue, 19 May 2026 20:47:51 +0200 Subject: [PATCH] Temporarily remove DisableSearchHighlights and DisableSearchHistory settings --- Config/Features.json | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/Config/Features.json b/Config/Features.json index 9f90933..2253c7b 100644 --- a/Config/Features.json +++ b/Config/Features.json @@ -601,28 +601,6 @@ "MinVersion": 22621, "MaxVersion": null }, - { - "FeatureId": "DisableSearchHighlights", - "Label": "Disable Search Highlights in the taskbar search box", - "ToolTip": "This will turn off Search Highlights, which shows dynamically curated branded content and trending topics in the Windows search box on the taskbar.", - "Category": "Start Menu & Search", - "RegistryKey": "Disable_Search_Highlights.reg", - "ApplyText": "Disabling Search Highlights in the Windows search box...", - "RegistryUndoKey": "Enable_Search_Highlights.reg", - "MinVersion": 22621, - "MaxVersion": null - }, - { - "FeatureId": "DisableSearchHistory", - "Label": "Disable 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": "Start Menu & Search", - "RegistryKey": "Disable_Search_History.reg", - "ApplyText": "Disabling search history...", - "RegistryUndoKey": "Enable_Search_History.reg", - "MinVersion": null, - "MaxVersion": null - }, { "FeatureId": "DisableSettings365Ads", "Label": "Hide Microsoft 365 Copilot ads in Settings Home",