Windows 10: Why are my taskbar pins in a different order to my LayoutModificationTemplate XML?

Discus and support Why are my taskbar pins in a different order to my LayoutModificationTemplate XML? in Windows 10 Gaming to solve the problem; I'm working on our Windows 11 SOE and have created a LayoutModificationTemplate XML as instructed in the Microsoft Documentation:Configure and... Discussion in 'Windows 10 Gaming' started by Greg Dennison, Nov 22, 2023.

  1. Why are my taskbar pins in a different order to my LayoutModificationTemplate XML?


    I'm working on our Windows 11 SOE and have created a LayoutModificationTemplate XML as instructed in the Microsoft Documentation:Configure and customize Windows 11 taskbar - Configure Windows Microsoft LearnThe resulting XML is as follows:<?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/Task

    :)
     
    Greg Dennison, Nov 22, 2023
    #1

  2. Is it possible to pin different apps on a taskbar on different virtual desktops in Windows 10?

    Hi,



    You can personalize the desktop of two computers by pinning the apps, documents and other programs to the taskbar.



    Before we assist further, I would like to ask you a few questions:

    • Are you referring to dual screen desktop feature of the computer?
    • Do you want to personalize two different PC taskbars?


    You can differ personalizing taskbar applications on different computers. You can either pin the same or differ the applications, programs or games on the computer taskbar according to the necessity.



    To pin the apps to taskbar, follow the steps below:



    • Click on Windows logo key on the keyboard to open
      Start menu
      .
    • Right click on the app and select Pin to taskbar option from the context menu.
    • Close the window and check if the app is pinned to taskbar.


    Refer to Get Started with Windows 10 Love it? Pin it and check if it helps.



    Write to us with the answers to the above questions and the status of pinning apps to taskbar on two desktops in the same post for further assistance. Your reply is most important for us to ensure we assist you accordingly.



    Thank you.
     
    Likhitha V, Nov 22, 2023
    #2
  3. Microsoft Office apps not pinning to taskbar from startlayout xml file

    Hi, I've been trying to set up a startlayout xml file to set my taskbar the way I want it to be set. I've created the xml file following this link: Configure Windows 10 taskbar - Configutype

    It partially works, I'm able to pin Chrome, Adobe Reader and Snipping Tools to my taskbar but for whatever reason the Microsoft Office apps aren't pinning. In my XML I've tried adding Word three different ways and none of them seem to be working. Slack also doesn't work immediately but will show up after logging out and logging back in. Any help would be appreciated.

    <?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="%APPDATA%\Microsoft\Windows\Start Menu\Programs\System Tools\File Explorer.lnk" />

    <taskbar:UWA AppUserModelID="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Word.lnk" />

    <taskbar:UWA AppUserModelID="Microsoft.Office.WINWORD.EXE.15" />

    <taskbar:UWA AppUserModelID="Microsoft.Office.Word_8wekyb3d8bbwe!microsoft.word" />

    <taskbar:UWA AppUserModelID="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Excel.lnk" />

    <taskbar:UWA AppUserModelID="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\PowerPoint.lnk" />

    <taskbar:UWA AppUserModelID="Microsoft.ScreenSketch_8wekyb3d8bbwe!App" />

    <taskbarWhy are my taskbar pins in a different order to my LayoutModificationTemplate XML? :DesktopApp DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Google Chrome.lnk" />

    <taskbarWhy are my taskbar pins in a different order to my LayoutModificationTemplate XML? :DesktopApp DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Acrobat Reader DC.lnk" />

    <taskbarWhy are my taskbar pins in a different order to my LayoutModificationTemplate XML? :DesktopApp DesktopApplicationLinkPath="%APPDATA%\Microsoft\Windows\Start Menu\Programs\Slack Technologies Inc\Slack.lnk" />

    </taskbar:TaskbarPinList>

    </defaultlayout:TaskbarLayout>

    </CustomTaskbarLayoutCollection>

    </LayoutModificationTemplate>
     
    Paul Rattu, Nov 22, 2023
    #3
  4. Why are my taskbar pins in a different order to my LayoutModificationTemplate XML?

    Issues caused by TaskBar configuration via xml

    You can try Group Policy instead of a layout modification XML file to configure the taskbar, as I suggested previously:

    Customize Windows 10 Start and taskbar with group policy - Configure Windows | Microsoft Learn

    You can also use a JSON file instead of an XML file to customize the start menu layout on Windows 11 devices. This method is more flexible and doesn’t affect the taskbar configuration. To do this, you need to create a JSON file with the apps you want to pin to the start menu, and apply it using Group Policy, MDM, or a provisioning package. Detailed steps can be found here:

    Add or remove pinned apps on the Start menu in Windows 11 - Configure Windows | Microsoft Learn (applicable to Windows 10 as well)

    I hope you can also get a solution in Q&A.
     
    Yuhao Li - MSFT, Nov 22, 2023
    #4
Thema:

Why are my taskbar pins in a different order to my LayoutModificationTemplate XML?

Loading...
  1. Why are my taskbar pins in a different order to my LayoutModificationTemplate XML? - Similar Threads - Why are taskbar

  2. Why are my taskbar pins in a different order to my LayoutModificationTemplate XML?

    in Windows 10 Software and Apps
    Why are my taskbar pins in a different order to my LayoutModificationTemplate XML?: I'm working on our Windows 11 SOE and have created a LayoutModificationTemplate XML as instructed in the Microsoft Documentation:Configure and customize Windows 11 taskbar - Configure Windows Microsoft LearnThe resulting XML is as follows:<?xml version="1.0"...
  3. Microsoft Office apps not pinning to taskbar from startlayout xml file

    in Windows 10 Gaming
    Microsoft Office apps not pinning to taskbar from startlayout xml file: Hi, I've been trying to set up a startlayout xml file to set my taskbar the way I want it to be set. I've created the xml file following this link: https://docs.microsoft.com/en-us/windows/configuration/configure-windows-10-taskbarIt partially works, I'm able to pin Chrome,...
  4. Microsoft Office apps not pinning to taskbar from startlayout xml file

    in Windows 10 Software and Apps
    Microsoft Office apps not pinning to taskbar from startlayout xml file: Hi, I've been trying to set up a startlayout xml file to set my taskbar the way I want it to be set. I've created the xml file following this link: https://docs.microsoft.com/en-us/windows/configuration/configure-windows-10-taskbarIt partially works, I'm able to pin Chrome,...
  5. Microsoft Office apps not pinning to taskbar from startlayout xml file

    in Windows 10 Customization
    Microsoft Office apps not pinning to taskbar from startlayout xml file: Hi, I've been trying to set up a startlayout xml file to set my taskbar the way I want it to be set. I've created the xml file following this link: https://docs.microsoft.com/en-us/windows/configuration/configure-windows-10-taskbarIt partially works, I'm able to pin Chrome,...
  6. Windows Hello requires a PIN in order to reset my PIN

    in Windows 10 Software and Apps
    Windows Hello requires a PIN in order to reset my PIN: When I try to log into Microsoft, I get asked for my PIN which I as far as I know have never set up.When I then go to the Sign In Options page it tells me PIN isn't working for my organization and to click to reset it.After clicking to reset my PIN, Microsoft again asks me...
  7. Why my taskbar icon is different?

    in Windows 10 BSOD Crashes and Debugging
    Why my taskbar icon is different?: Why my icon on taskbar is showing up like that instead of showing me the setting icon? [ATTACH] https://answers.microsoft.com/en-us/windows/forum/all/why-my-taskbar-icon-is-different/2ff8c562-673c-48c1-ba7e-2527da0cf413
  8. Why my language icon on taskbar so different?

    in Windows 10 Ask Insider
    Why my language icon on taskbar so different?: [IMG] This is what i see on others other's taskbar this is what mine looked mine what i did wrong? running Windows 10 May 2020 update. submitted by /u/d4v1dv00 [link] [comments]...
  9. Specify The Order Of Taskbar Icons In A Managed Taskbar Layout XML File

    in Windows 10 Ask Insider
    Specify The Order Of Taskbar Icons In A Managed Taskbar Layout XML File: Hi, I have a start and taskbar modification .xml file that is used with group policy for users and everything is working fine. The only issue is that regardless of the order I specified, Microsoft Edge and File Explorer always end up on the left. Every other icon respects...
  10. why is my order pending

    in Microsoft Windows 10 Store
    why is my order pending: why is my order pending https://answers.microsoft.com/en-us/windows/forum/all/why-is-my-order-pending/72a9f869-6c61-44ae-998c-04940a67c358"