Personalization Add or Remove All Apps Section on Start Menu in Windows 11


Start_banner.webp

This tutorial will show you how to add or remove the All apps section on the Start menu for your account, specific users, or all users in Windows 11.

The Start menu is comprised of three sections: Pinned, All apps, and Recommended.

The All apps section on the Start menu shows all your installed apps in either a Category, Grid, or List view. With All now on the top-level, apps are easily accessible without having to navigate to a secondary page. The new default Category view automatically groups your apps by category for quick access to your most used categories and apps. So, if your most used apps are Outlook and Solitaire, you can expect those apps to bubble up to the top in their respective categories. Categories are formed when there are at least 3 apps in each respective category. Otherwise, they will remain in the “Other” category. Grid view is ordered alphabetically like List view but allows for better scanning of all your installed apps with more horizontal real estate. The Start menu will remember your last used view so you can reliably launch your apps with the view you prefer most.

Starting with Windows 11 build 26300.8553 (Experimental 25H2) for Insiders, Microsoft has added section-level toggles to independently show or hide Pinned, Recommended, and All.

Removing the All Apps list can be handy if you prefer to only see pinned apps on Start instead.



Contents

  • Option One: Add or Remove All Apps Section on Start Menu for Current User in Settings
  • Option Two: Add or Remove All Apps Section on Start Menu for Current User using REG file
  • Option Three: Add or Remove All apps section on Start Menu for All or Specific Users in Local Group Policy Editor
  • Option Four: Add or Remove All apps section on Start Menu for All Users using REG file


EXAMPLE: Add or Remove All apps section on Start Menu

Add_All_apps_from_Start_Menu.webp
Remove_All_apps_from_Start_Menu.webp





Option One

Add or Remove All Apps Section on Start Menu for Current User in Settings


This option is only available starting with Windows 11 build 26300.8553 (Experimental 25H2) for Insiders.


1 Open Settings (Win+I).

2 Click/tap on Personalization on the left side, and click/tap on Start on the right side. (see screenshot below)


Start_Menu_All_Apps_Settings-1.webp

3 Under Layout options, turn On (add) or Off (remove - default) All for what you want. (see screenshot below)

Start_Menu_All_Apps_Settings-2.webp

4 You can now close Settings if you like.




Option Two

Add or Remove All Apps Section on Start Menu for Current User using REG file


This option is only available starting with Windows 11 build 26300.8553 (Experimental 25H2) for Insiders.


1 Do step 2] (add) or step 3 (remove) below for what you want.


 2. Add All Apps Section on Start Menu for Current User

This is the default setting.


A) Click/tap on the Download button below to download the file below, and go to step 4 below.​

Show_All_Apps_section_on_Start_Menu.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Start]
"ShowAllAppsSection"=dword:00000001


 3. Remove All Apps Section on Start Menu for Current User

A) Click/tap on the Download button below to download the file below, and go to step 4 below.​

Hide_All_Apps_section_on_Start_Menu.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Start]
"ShowAllAppsSection"=dword:00000000

4 Save the .reg file to your desktop.

5 If you have Smart App Control turned on, you will need to unblock the downloaded REG file.

6 Double click/tap on the downloaded .reg file to merge it.

7 When prompted, click/tap on Run, Yes (UAC), Yes, and OK to approve the merge.

8 You can now delete the downloaded .reg file if you like.




Option Three

Add or Remove All apps section on Start Menu for All or Specific Users in Local Group Policy Editor


You must be signed in as an administrator to use this option.

The Local Group Policy Editor is only available in the Windows 11 Pro, Enterprise, and Education editions.

All editions can use Option Four to configure the same policy.


1 Open the all users, specific users or groups, or all users except administrators Local Group Policy Editor for how you want this policy applied.

2 Navigate to the policy location below you want in the left pane of the Local Group Policy Editor. (see screenshot below)

(All users)​
Computer Configuration > Administrative Templates > Start Menu and Taskbar

OR​

(Specific user or group)​
User Configuration > Administrative Templates > Start Menu and Taskbar

Start_menu_All_apps_gpedit-1.png

3 In the right pane of Start Menu and Taskbar in the Local Group Policy Editor, double click/tap on the Remove All Programs list from the Start menu policy to edit it. (see screenshot above)

4 Do step 5 (add) or step 6 (remove) below for what you want.

5 Add All apps section on Start Menu

This is the default setting to allow using Option One and Option Two.


A) Select (dot) Not Configured. (see screenshot below)​

B) Click/tap on OK, and go to step 7.​

Start_menu_All_apps_gpedit-2.png

6 Remove All apps section on Start Menu

This will prevent using Option One and Option Two.


A) Select (dot) Enabled. (see screenshot below)​

B) Select Remove and disable setting in the "Choose one of the following actions" drop menu under "Options".​

C) Click/tap on OK, and go to step 7.​

Start_menu_All_apps_gpedit-3.png

7 If the policy doesn't get applied immediately, then either restart the explorer process, sign out and sign in, or restart the computer to apply.

8 You can now close the Local Group Policy Editor if you like.




Option Four

Add or Remove All apps section on Start Menu for All Users using REG file


You must be signed in as an administrator to use this option.


1 Do step 2 (add) or step 3 (remove) below for what you would like to do.

2 Add All apps section on Start Menu for All Users

This is the default setting to allow using Option One and Option Two.


A) Click/tap on the Download button below to download the file below, and go to step 4 below.​

Add_All_Apps_to_Start_menu_for_all_users.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoStartMenuMorePrograms"=-

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoStartMenuMorePrograms"=-

3 Remove All apps section on Start Menu for All Users

This will prevent using Option One and Option Two.


A) Click/tap on the Download button below to download the file below, and go to step 4 below.​

Remove_All_Apps_from_Start_menu_for_all_users.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoStartMenuMorePrograms"=-

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoStartMenuMorePrograms"=dword:00000001

4 Save the REG file to your desktop.

5 If you have Smart App Control turned on, you will need to unblock the downloaded REG file.

6 Double click/tap on the downloaded REG file to merge it.

7 When prompted, click/tap on Run, Yes (UAC), Yes, and OK to approve the merge.

8 Either restart the explorer process, sign out and sign in, or restart the computer to apply.

9 You can now delete the downloaded REG file if you like.


That's it,
Shawn Brink


 

Attachments

Last edited:
i love it!!!!!!!! hope we can find a way to get rid the pinned text too at some point!
 

My Computer

System One

  • OS
    Windows 11 22H2
    Computer type
    PC/Desktop
    Manufacturer/Model
    IM A PC TECHNICIAN SO... YEAH...
    CPU
    Intel 10900K
    Motherboard
    ASUS Z490 MAXIMUS XI HERO
    Memory
    64GB CORSAIR VENGEANCE PRO RGB
    Graphics Card(s)
    EVGA 3080 FTW3 ULTRA GAMING
    Sound Card
    TOPPING D90SE - TOPPING A90
    Monitor(s) Displays
    HP OMEN X 27 - LG 55CX
    Screen Resolution
    2K - 4K
    Hard Drives
    NVME CORSAIR MP600 Pro XT 1TB
    PSU
    CORSAIR HX 850W
    Case
    CORSAIR Crystal Series Black 680X RGB
    Cooling
    CORSAIR iCUE H100i Elite Capellix
    Keyboard
    STEELSERIES APEX 7 TKL
    Mouse
    STEELSERIES RIVAL 710
    Internet Speed
    200 MBPS
    Browser
    MS EDGE
    Antivirus
    NONE -NEVER NEEDED-
Tutorial updated for 25H2.
 

My Computers

System One System Two

  • OS
    Windows 11 Pro for Workstations
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom self build
    CPU
    Intel i7-8700K 5 GHz
    Motherboard
    ASUS ROG Maximus XI Formula Z390
    Memory
    64 GB (4x16GB) G.SKILL TridentZ RGB DDR4 3600 MHz (F4-3600C18D-32GTZR)
    Graphics Card(s)
    ASUS ROG-STRIX-GTX1080TI-O11G-GAMING (11GB GDDR5X)
    Sound Card
    Integrated Digital Audio (S/PDIF)
    Monitor(s) Displays
    2 x Samsung Odyssey G75 27"
    Screen Resolution
    2560x1440
    Hard Drives
    1TB Samsung 990 PRO M.2,
    4TB Samsung 990 PRO M.2,
    TerraMaster F8 SSD Plus NAS
    PSU
    Seasonic Prime Titanium 850W
    Case
    Thermaltake Core P3 wall mounted
    Cooling
    Corsair Hydro H115i
    Keyboard
    Amazon Basics Wired Full Keyboard MD005
    Mouse
    Logitech MX Master 4
    Internet Speed
    2 Gbps Download and 100 Mbps Upload
    Browser
    Chrome and Edge
    Antivirus
    Microsoft Defender
    Other Info
    Logitech Z625 speaker system,
    Logitech BRIO 4K Pro webcam,
    HP Color LaserJet Pro MFP M477fdn,
    CyberPower CP1500PFCLCD
    Galaxy S23 Plus phone
  • Operating System
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Surface Laptop 7 Copilot+ PC
    CPU
    Snapdragon X Elite (12 core) 3.42 GHz
    Memory
    16 GB LPDDR5x-7467 MHz
    Monitor(s) Displays
    15" HDR
    Screen Resolution
    2496 x 1664
    Hard Drives
    1 TB SSD
    Internet Speed
    Wi-Fi 7 and Bluetooth 5.4
    Browser
    Chrome and Edge
    Antivirus
    Microsoft Defender
Tutorial updated to add the new options 1 and 2. :alien:
 

My Computers

System One System Two

  • OS
    Windows 11 Pro for Workstations
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom self build
    CPU
    Intel i7-8700K 5 GHz
    Motherboard
    ASUS ROG Maximus XI Formula Z390
    Memory
    64 GB (4x16GB) G.SKILL TridentZ RGB DDR4 3600 MHz (F4-3600C18D-32GTZR)
    Graphics Card(s)
    ASUS ROG-STRIX-GTX1080TI-O11G-GAMING (11GB GDDR5X)
    Sound Card
    Integrated Digital Audio (S/PDIF)
    Monitor(s) Displays
    2 x Samsung Odyssey G75 27"
    Screen Resolution
    2560x1440
    Hard Drives
    1TB Samsung 990 PRO M.2,
    4TB Samsung 990 PRO M.2,
    TerraMaster F8 SSD Plus NAS
    PSU
    Seasonic Prime Titanium 850W
    Case
    Thermaltake Core P3 wall mounted
    Cooling
    Corsair Hydro H115i
    Keyboard
    Amazon Basics Wired Full Keyboard MD005
    Mouse
    Logitech MX Master 4
    Internet Speed
    2 Gbps Download and 100 Mbps Upload
    Browser
    Chrome and Edge
    Antivirus
    Microsoft Defender
    Other Info
    Logitech Z625 speaker system,
    Logitech BRIO 4K Pro webcam,
    HP Color LaserJet Pro MFP M477fdn,
    CyberPower CP1500PFCLCD
    Galaxy S23 Plus phone
  • Operating System
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Surface Laptop 7 Copilot+ PC
    CPU
    Snapdragon X Elite (12 core) 3.42 GHz
    Memory
    16 GB LPDDR5x-7467 MHz
    Monitor(s) Displays
    15" HDR
    Screen Resolution
    2496 x 1664
    Hard Drives
    1 TB SSD
    Internet Speed
    Wi-Fi 7 and Bluetooth 5.4
    Browser
    Chrome and Edge
    Antivirus
    Microsoft Defender
So is it right to assume none of the above 4 options will work on Win 11 25H2 26200.8524?

Hello, :alien:

Only options 1 and 2 are rolling out starting with Windows 11 build 26300.8553 (Experimental 25H2) for Insiders

You will still be able to use option 3 or 4.
 

My Computers

System One System Two

  • OS
    Windows 11 Pro for Workstations
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom self build
    CPU
    Intel i7-8700K 5 GHz
    Motherboard
    ASUS ROG Maximus XI Formula Z390
    Memory
    64 GB (4x16GB) G.SKILL TridentZ RGB DDR4 3600 MHz (F4-3600C18D-32GTZR)
    Graphics Card(s)
    ASUS ROG-STRIX-GTX1080TI-O11G-GAMING (11GB GDDR5X)
    Sound Card
    Integrated Digital Audio (S/PDIF)
    Monitor(s) Displays
    2 x Samsung Odyssey G75 27"
    Screen Resolution
    2560x1440
    Hard Drives
    1TB Samsung 990 PRO M.2,
    4TB Samsung 990 PRO M.2,
    TerraMaster F8 SSD Plus NAS
    PSU
    Seasonic Prime Titanium 850W
    Case
    Thermaltake Core P3 wall mounted
    Cooling
    Corsair Hydro H115i
    Keyboard
    Amazon Basics Wired Full Keyboard MD005
    Mouse
    Logitech MX Master 4
    Internet Speed
    2 Gbps Download and 100 Mbps Upload
    Browser
    Chrome and Edge
    Antivirus
    Microsoft Defender
    Other Info
    Logitech Z625 speaker system,
    Logitech BRIO 4K Pro webcam,
    HP Color LaserJet Pro MFP M477fdn,
    CyberPower CP1500PFCLCD
    Galaxy S23 Plus phone
  • Operating System
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Surface Laptop 7 Copilot+ PC
    CPU
    Snapdragon X Elite (12 core) 3.42 GHz
    Memory
    16 GB LPDDR5x-7467 MHz
    Monitor(s) Displays
    15" HDR
    Screen Resolution
    2496 x 1664
    Hard Drives
    1 TB SSD
    Internet Speed
    Wi-Fi 7 and Bluetooth 5.4
    Browser
    Chrome and Edge
    Antivirus
    Microsoft Defender
Thanks for the reply. I try options 3 & 4 but neither worked on my system (applied the option(s) and rebooted).

I've read elsewhere that the 8524 update has rendered options 3 & 4 ineffective, so I guess I'm in Limbo until 8553 (or whatever the next stable release is labelled), comes out?
 

My Computer

System One

  • OS
    Windows 11
Thanks for the reply. I try options 3 & 4 but neither worked on my system (applied the option(s) and rebooted).

I've read elsewhere that the 8524 update has rendered options 3 & 4 ineffective, so I guess I'm in Limbo until 8553 (or whatever the next stable release is labelled), comes out?

Sorry for the late reply. Took some time to update the slow VM to Win 11 25H2 26200.8524.

I tested option 3 and 4 on it, but they still work on that build to remove the All Apps section on the Start Menu.

start_menu.webp
 

My Computers

System One System Two

  • OS
    Windows 11 Pro for Workstations
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom self build
    CPU
    Intel i7-8700K 5 GHz
    Motherboard
    ASUS ROG Maximus XI Formula Z390
    Memory
    64 GB (4x16GB) G.SKILL TridentZ RGB DDR4 3600 MHz (F4-3600C18D-32GTZR)
    Graphics Card(s)
    ASUS ROG-STRIX-GTX1080TI-O11G-GAMING (11GB GDDR5X)
    Sound Card
    Integrated Digital Audio (S/PDIF)
    Monitor(s) Displays
    2 x Samsung Odyssey G75 27"
    Screen Resolution
    2560x1440
    Hard Drives
    1TB Samsung 990 PRO M.2,
    4TB Samsung 990 PRO M.2,
    TerraMaster F8 SSD Plus NAS
    PSU
    Seasonic Prime Titanium 850W
    Case
    Thermaltake Core P3 wall mounted
    Cooling
    Corsair Hydro H115i
    Keyboard
    Amazon Basics Wired Full Keyboard MD005
    Mouse
    Logitech MX Master 4
    Internet Speed
    2 Gbps Download and 100 Mbps Upload
    Browser
    Chrome and Edge
    Antivirus
    Microsoft Defender
    Other Info
    Logitech Z625 speaker system,
    Logitech BRIO 4K Pro webcam,
    HP Color LaserJet Pro MFP M477fdn,
    CyberPower CP1500PFCLCD
    Galaxy S23 Plus phone
  • Operating System
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Surface Laptop 7 Copilot+ PC
    CPU
    Snapdragon X Elite (12 core) 3.42 GHz
    Memory
    16 GB LPDDR5x-7467 MHz
    Monitor(s) Displays
    15" HDR
    Screen Resolution
    2496 x 1664
    Hard Drives
    1 TB SSD
    Internet Speed
    Wi-Fi 7 and Bluetooth 5.4
    Browser
    Chrome and Edge
    Antivirus
    Microsoft Defender

Latest Support Threads

Back
Top Bottom