Skip to content

Microsoft Store Recommended Search Results - Disable

config/tweaks.json
117  "WPFTweaksDisableStoreSearch": {
118    "Content": "Microsoft Store Recommended Search Results - Disable",
119    "Description": "Will not display recommended Microsoft Store apps when searching for apps in the Start menu.",
120    "category": "Essential Tweaks",
121    "panel": "1",
122    "InvokeScript": [
123      "icacls \"$Env:LocalAppData\\Packages\\Microsoft.WindowsStore_8wekyb3d8bbwe\\LocalState\\store.db\" /deny Everyone:F"
124    ],
125    "UndoScript": [
126      "icacls \"$Env:LocalAppData\\Packages\\Microsoft.WindowsStore_8wekyb3d8bbwe\\LocalState\\store.db\" /grant Everyone:F"
127    ],