Add option to hide the 'All Apps' section from the start menu (#513)

This commit is contained in:
Raphire
2026-03-09 23:03:56 +01:00
parent 992c80bc1e
commit 8401474a79
7 changed files with 33 additions and 2 deletions

View File

@@ -575,6 +575,19 @@
"MinVersion": 22621,
"MaxVersion": null
},
{
"FeatureId": "DisableStartAllApps",
"Label": "'All Apps' section in the start menu",
"ToolTip": "This will hide the 'All Apps' section in the start menu, which shows all installed apps. WARNING: Hiding this section may make it harder to find installed apps on your system. This feature uses policies, which will lock down certain settings.",
"Category": "Start Menu & Search",
"Action": "Hide",
"RegistryKey": "Disable_Start_All_Apps.reg",
"ApplyText": "Disabling the 'All Apps' section in the start menu...",
"UndoAction": "Show",
"RegistryUndoKey": "Enable_Start_All_Apps.reg",
"MinVersion": 26200,
"MaxVersion": null
},
{
"FeatureId": "DisableStartPhoneLink",
"Label": "Phone Link integration in the start menu",