Intune config for Win 11 Taskbar customization

lmgmcg 130 Reputation points
2025-07-21T13:32:34.07+00:00

I'm trying to customize the taskbar for Win 11 laptops/PCs.

I've tried the XML, but still no luck.

Where should I apply this XML file, is it as an Intune custom object or Settings Catalogue?

If you got any working examples, please share with me.

Thanks

Microsoft Security | Intune | Configuration
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  2. EduardsGrebezs 941 Reputation points
    2025-07-23T08:39:03.5266667+00:00

    Hi,

    XML file is not directly assignable as a file via OMA-URI. The only supported CSP is via the Settings Catalog, ADMX-backed policies, or SCCM. But best is to use Settings catalog.

    Here is example for XML - https://learn.microsoft.com/en-us/windows/configuration/taskbar/pinned-apps?tabs=intune&pivots=windows-11#taskbar-layout

    And here are examples for Win11- https://learn.microsoft.com/en-us/windows/configuration/taskbar/pinned-apps?tabs=intune&pivots=windows-11#example-add-pins [you could scroll down there are a lot of example, just get the XML edit for your need and then create a settings catalog.

    Here is guidance which settings should be used - https://learn.microsoft.com/en-us/windows/configuration/taskbar/pinned-apps?tabs=intune&pivots=windows-11#deploy-the-taskbar-configuration

    User's image

    Before deploying to pilot or production you could also test XML locally using powershell.

    Import-StartLayout -LayoutPath "C:\Path\To\Your\LayoutModification.xml" -MountPath $env:SystemDrive\


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.