Microsoft Store Recommended Search Results - Disable
config/tweaks.json
96 "WPFTweaksDisableStoreSearch": {
97 "Content": "Microsoft Store Recommended Search Results - Disable",
98 "Description": "Will not display recommended Microsoft Store apps when searching for apps in the Start menu.",
99 "category": "Essential Tweaks",
100 "panel": "1",
101 "InvokeScript": [
102 "icacls \"$Env:LocalAppData\\Packages\\Microsoft.WindowsStore_8wekyb3d8bbwe\\LocalState\\store.db\" /deny Everyone:F"
103 ],
104 "UndoScript": [
105 "icacls \"$Env:LocalAppData\\Packages\\Microsoft.WindowsStore_8wekyb3d8bbwe\\LocalState\\store.db\" /grant Everyone:F"
106 ],