From b355706cee4a1127a879f79bb81d2ceed2bf9778 Mon Sep 17 00:00:00 2001 From: Raphire <9938813+Raphire@users.noreply.github.com> Date: Wed, 18 Feb 2026 20:35:22 +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 12883f7..5cedcf1 100644 --- a/Assets/Features.json +++ b/Assets/Features.json @@ -371,6 +371,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": "DisableLockscreenTips", "Label": "tips & tricks on the lock screen", @@ -397,19 +410,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": "DisableEdgeAds", "Label": "ads, suggestions and newsfeed in Edge",