How to hide Recommendations in Windows 11 Start Menu

Hiding the Recommendations section in Windows 11 Start Menu

Lately I was tasked to hide the “Recommendations” section in the Windows 11 Start Menu. After having a look into the documentation, this was no problem at all :)

You can find the documentation here: https://learn.microsoft.com/en-us/windows/configuration/start/policy-settings

The Recommendations section

If you are not keen with the section, this is the one I am talking about:

Screenshot from the original ZeroTrustStories article

You can hide this section on two ways.

Intune

In Intune, this can be done with a CSP:

Create a new policy for Windows 10 and later, choose Templates and Custom

Screenshot from the original ZeroTrustStories article

After naming your policy accordingly, Add a new CSP

Screenshot from the original ZeroTrustStories article

Use the following settings

Screenshot from the original ZeroTrustStories article
NameChoose any name you want
DescriptionChoose a description you want
OMA-URI./User/Vendor/MSFT/Policy/Config/Start/HideRecommendedSection
Data typeInteger
Value1

You can also use ./Device/Vendor/MSFT/Policy/Config/Start/HideRecommendedSection make sure you set your assignment accordingly

Choose your Scope Tags, Assignments as you wish.

GPO

You can also set this via GPO, you can find them under (both device or user assignments)

Outcome

Your Start Menu should now look like this

Screenshot from the original ZeroTrustStories article