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.",