From c270d2546068e1d4aa0bab8fe52db31efe499fa8 Mon Sep 17 00:00:00 2001 From: Gabi <182965942+GabiNun@users.noreply.github.com> Date: Wed, 11 Mar 2026 23:26:06 +0200 Subject: [PATCH] Added WPFTweaksDisableStoreSearch (#4173) * Added WPFTweaksDisableStoreSearch * Update tweaks.json --- config/tweaks.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/config/tweaks.json b/config/tweaks.json index b433d7f8..092b6677 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -122,6 +122,19 @@ ], "link": "https://winutil.christitus.com/dev/tweaks/z--advanced-tweaks---caution/revertstartmenu" }, + "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" + ], + "link": "https://winutil.christitus.com/dev/tweaks/essential-tweaks/widget" + }, "WPFTweaksLocation": { "Content": "Disable Location Tracking", "Description": "Disables Location Tracking.",