How to unpin MS Store apps and Consumer Teams chat from taskbar via Intune policy?

Vinod Survase 4,781 Reputation points
2024-01-15T12:57:04.0566667+00:00

How to unpin MS Store apps and Consumer Teams chat from taskbar via Intune policy?

Microsoft Security | Intune | Security
Microsoft Security | Intune | Configuration
Microsoft Security | Intune | Application management
Microsoft Security | Intune | Enrollment
Microsoft Security | Intune | Other
{count} votes

2 answers

Sort by: Most helpful
  1. Pavel yannara Mirochnitchenko 13,341 Reputation points MVP
    2024-01-15T15:32:21.9966667+00:00

    I use this in Settings Catalog \ Start \ Start Layout XML and I assign this to users.

    <?xml version="1.0" encoding="utf-8"?> <LayoutModificationTemplate xmlns="http://schemas.microsoft.com/Start/2014/LayoutModification" xmlns:defaultlayout="http://schemas.microsoft.com/Start/2014/FullDefaultLayout" xmlns:start="http://schemas.microsoft.com/Start/2014/StartLayout" xmlns:taskbar="http://schemas.microsoft.com/Start/2014/TaskbarLayout" Version="1"> <CustomTaskbarLayoutCollection PinListPlacement="Replace"> defaultlayout:TaskbarLayout taskbar:TaskbarPinList <taskbar:UWA AppUserModelID ="Microsoft.CompanyPortal_8wekyb3d8bbwe!App"/> <taskbar:UWA AppUserModelID ="MicrosoftTeams_8wekyb3d8bbwe!App"/> </taskbar:TaskbarPinList> </defaultlayout:TaskbarLayout> </CustomTaskbarLayoutCollection> </LayoutModificationTemplate>

    If copy paste will not show correctly, here is the screenshot from it.

    User's image

    Idea is, that with Replace, your existing icons will be gone.


  2. ZhoumingDuan-MSFT 17,165 Reputation points Microsoft External Staff
    2024-01-16T02:30:53.5133333+00:00

    @Vinod Survase,Thanks for posting in Q&A.

    From your description, I know you are looking for how to disable MS Store apps and Consumer Teams chat from taskbar via Intune.

    Based on my testing, we can refer the method @JatinMakhija mentioned and create two policies to disable MS Store apps and Consumer Teams chat from taskbar via Intune.

    Hope this can be helpful, if there is any update, feel free to contact me.

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.