From 810fb3be430bd24198f834599428ad7cb70cda9e Mon Sep 17 00:00:00 2001 From: Raphire <9938813+Raphire@users.noreply.github.com> Date: Wed, 18 Feb 2026 20:34:49 +0100 Subject: [PATCH] Move Windows Search history option --- Assets/Features.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/Assets/Features.json b/Assets/Features.json index 737d515..12883f7 100644 --- a/Assets/Features.json +++ b/Assets/Features.json @@ -358,19 +358,6 @@ "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", @@ -410,6 +397,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": "DisableEdgeAds", "Label": "ads, suggestions and newsfeed in Edge",