Windows 10: New Edge (Chromium) taskbar icon not honoring order placement in Layout.xml file (1909)

Discus and support New Edge (Chromium) taskbar icon not honoring order placement in Layout.xml file (1909) in Windows 10 Ask Insider to solve the problem; Very specific (nitpicky) but also very odd issue. Background: I use SCCM CB to deploy operating systems and apps. I've been doing this for close to 10... Discussion in 'Windows 10 Ask Insider' started by /u/Stugist, May 22, 2020.

  1. New Edge (Chromium) taskbar icon not honoring order placement in Layout.xml file (1909)


    Very specific (nitpicky) but also very odd issue. Background: I use SCCM CB to deploy operating systems and apps. I've been doing this for close to 10 years (Desktop Admin) so I know my way around Windows and SCCM. This issue has me going bonkers.

    Problem: When using a custom LayoutModification.xml file injected into the OS (and registry) during OSD, all of the taskbar icons are showing up like they should. The order SHOULD be: File Explorer, Edge (new), Firefox, Chrome, Word, Excel. No matter what I do, Edge and File Explorer keep switching spots. I have Edge set to not create ANY shortcuts during install and first user login via master_preferences (also injected after installation in OSD). That part is working.

    I think it's because File Explorer and (old) Edge are pinned by default by Windows. However, I have the PinListPlacement="Replace" tag included in my XML file, which SHOULD remove all default pinned apps before pinning the ones I explicitly specify. This has worked on all Windows versions up till now (1909, April 2020 patch rollup). I'm taking a shot in the dark but something tells me new Chromium Edge overwriting old Edge during OSD is making something freak out in the background. I have not tried this process with regular Edge (not installing new Edge).

    Below is my LayoutModification.xml content, as well as the Powershell code I use to inject everything during OSD. Everything is working properly...except for these two icons switching themselves around upon login (any user)!

    <?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" > <LayoutOptions StartTileGroupsColumnCount="2" /> <DefaultLayoutOverride> <StartLayoutCollection> <defaultlayout:StartLayout GroupCellWidth="6"> <start:Group Name="System"> <startNew Edge (Chromium) taskbar icon not honoring order placement in Layout.xml file (1909) :DesktopApplicationTile Size="2x2" Column="0" Row="0" DesktopApplicationLinkPath="%APPDATA%\Microsoft\Windows\Start Menu\Programs\System Tools\File Explorer.lnk" /> <startNew Edge (Chromium) taskbar icon not honoring order placement in Layout.xml file (1909) :DesktopApplicationTile Size="2x2" Column="2" Row="0" DesktopApplicationLinkPath="%APPDATA%\Microsoft\Windows\Start Menu\Programs\System Tools\Computer.lnk" /> <startNew Edge (Chromium) taskbar icon not honoring order placement in Layout.xml file (1909) :DesktopApplicationTile Size="2x2" Column="4" Row="0" DesktopApplicationLinkPath="%APPDATA%\Microsoft\Windows\Start Menu\Programs\System Tools\Control Panel.lnk" /> <startNew Edge (Chromium) taskbar icon not honoring order placement in Layout.xml file (1909) :DesktopApplicationTile Size="2x2" Column="4" Row="2" DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Microsoft Endpoint Manager\Configuration Manager\Software Center.lnk" /> <startNew Edge (Chromium) taskbar icon not honoring order placement in Layout.xml file (1909) :DesktopApplicationTile Size="2x2" Column="4" Row="4" DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Accessories\Snipping Tool.lnk" /> <start:Tile Size="4x4" Column="0" Row="2" AppUserModelID="Microsoft.WindowsCalculator_8wekyb3d8bbwe!App" /> </start:Group> <start:Group Name="Microsoft Office 365"> <startNew Edge (Chromium) taskbar icon not honoring order placement in Layout.xml file (1909) :DesktopApplicationTile Size="2x2" Column="0" Row="0" DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Word.lnk" /> <startNew Edge (Chromium) taskbar icon not honoring order placement in Layout.xml file (1909) :DesktopApplicationTile Size="2x2" Column="2" Row="0" DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Excel.lnk" /> <startNew Edge (Chromium) taskbar icon not honoring order placement in Layout.xml file (1909) :DesktopApplicationTile Size="2x2" Column="4" Row="0" DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Outlook.lnk" /> <startNew Edge (Chromium) taskbar icon not honoring order placement in Layout.xml file (1909) :DesktopApplicationTile Size="2x2" Column="0" Row="2" DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\PowerPoint.lnk" /> <startNew Edge (Chromium) taskbar icon not honoring order placement in Layout.xml file (1909) :DesktopApplicationTile Size="2x2" Column="2" Row="2" DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Publisher.lnk" /> <startNew Edge (Chromium) taskbar icon not honoring order placement in Layout.xml file (1909) :DesktopApplicationTile Size="2x2" Column="4" Row="2" DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\OneNote 2016.lnk" /> </start:Group> <start:Group Name="Utility Apps"> <startNew Edge (Chromium) taskbar icon not honoring order placement in Layout.xml file (1909) :DesktopApplicationTile Size="2x2" Column="1" Row="0" DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Acrobat Reader DC.lnk" /> <startNew Edge (Chromium) taskbar icon not honoring order placement in Layout.xml file (1909) :DesktopApplicationTile Size="2x2" Column="3" Row="0" DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\VideoLAN\VLC Media Player.lnk" /> </start:Group> <start:Group Name="Web Browsers"> <startNew Edge (Chromium) taskbar icon not honoring order placement in Layout.xml file (1909) :DesktopApplicationTile Size="2x2" Column="0" Row="0" DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Microsoft Edge.lnk" /> <startNew Edge (Chromium) taskbar icon not honoring order placement in Layout.xml file (1909) :DesktopApplicationTile Size="2x2" Column="2" Row="0" DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Firefox.lnk" /> <startNew Edge (Chromium) taskbar icon not honoring order placement in Layout.xml file (1909) :DesktopApplicationTile Size="2x2" Column="4" Row="0" DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Google Chrome.lnk" /> </start:Group> </defaultlayout:StartLayout> </StartLayoutCollection> </DefaultLayoutOverride> <CustomTaskbarLayoutCollection PinListPlacement="Replace"> <defaultlayout:TaskbarLayout> <taskbar:TaskbarPinList> <taskbarNew Edge (Chromium) taskbar icon not honoring order placement in Layout.xml file (1909) :DesktopApp DesktopApplicationLinkPath="%APPDATA%\Microsoft\Windows\Start Menu\Programs\System Tools\File Explorer.lnk" /> <taskbarNew Edge (Chromium) taskbar icon not honoring order placement in Layout.xml file (1909) :DesktopApp DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Microsoft Edge.lnk" /> <taskbarNew Edge (Chromium) taskbar icon not honoring order placement in Layout.xml file (1909) :DesktopApp DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Firefox.lnk" /> <taskbarNew Edge (Chromium) taskbar icon not honoring order placement in Layout.xml file (1909) :DesktopApp DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Google Chrome.lnk" /> <taskbarNew Edge (Chromium) taskbar icon not honoring order placement in Layout.xml file (1909) :DesktopApp DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Word.lnk" /> <taskbarNew Edge (Chromium) taskbar icon not honoring order placement in Layout.xml file (1909) :DesktopApp DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Excel.lnk" /> </taskbar:TaskbarPinList> </defaultlayout:TaskbarLayout> </CustomTaskbarLayoutCollection> </LayoutModificationTemplate>

    Powershell:

    Function SetStartTaskbar { Write-Host "**Setting default Start menu and Taskbar layout ...*" #Create directory for layout file MD "C:\Windows\NSD\Layouts" #Copy layout file to local machine Copy-Item "LayoutModification.xml" "C:\Windows\NSD\Layouts" #Controls whether users can modify the layout or not Reg Add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Explorer" /T REG_DWORD /V "LockedStartLayout" /D 0 /F #Set the layout as active Reg Add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Explorer" /T REG_EXPAND_SZ /V "StartLayoutFile" /D "C:\Windows\NSD\Layouts\LayoutModification.xml" /F Import-StartLayout –LayoutPath "C:\Windows\NSD\Layouts\LayoutModification.xml" –MountPath C:\ }

    I appreciate any input!

    submitted by /u/Stugist
    [link] [comments]

    :)
     
    /u/Stugist, May 22, 2020
    #1
  2. Yaqub K Win User

    System Icons on taskbar

    Hi,

    Thank you for posting on Microsoft Communities.

    Are you referring to the clock system icon on the taskbar?

    If so, I suggest you to follow the steps mentioned below:


    • Click on the search bar on the taskbar.

    • Type system icons.

    • Under Turn System Icons ON or OFF, turn On the Clock and check with the issue.

    Hope it helps.
     
    Yaqub K, May 22, 2020
    #2
  3. Shanester Win User
    Edge icon missing in taskbar

    I would like to try to figure out why the problem on affects the taskbar. It doesn't affect desktop shortcuts, Start, or the app list.

    Edge gets its icon from this program file:
    %ProgramFiles(x86)%\Microsoft\Edge\Application\msedge.exe

    Edge legacy gets it's icon from here:
    %windir%\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe\MicrosoftEdge.exe

    Right away I noticed that the new Edge is in Program Files, and Edge legacy is in the Windows folder. Weird.

    Shane.
     
    Shanester, May 22, 2020
    #3
  4. New Edge (Chromium) taskbar icon not honoring order placement in Layout.xml file (1909)

    Edge Search Does Not Permit Change of Region


    I got these suggestions from the Microsoft Community forum.No. 1 worked for me:

    Thank you for posting the query on Microsoft Community. I am glad to assist you on this.
    We have reproduce the issue here and we are able to access non-regional search for google using Microsoft Edge.
    I would suggest you to try the below steps and check if it helps.
    Step 1:
    Clear browsing data option of Microsoft Edge and check if you face the issue. To do so perform the steps below.

    1. Click on the More actions icon next to the feedback icon present on top right corner of the Project Spartan homepage.
    2. Select Settings and click on Choose what to clear.
    3. Check the boxes Browsing history, Cookies and saved website data and Cached data and files and click on Clear.
    Step 2:
    I suggest you to create a new user account and check if the issue occurs.

    1. Go to Settings.
    2. Choose Accounts and then select Family and other users.
    3. Select add someone else on this PC.
    4. Enter a user name and hit next.
    5. Click on Finish.
    6. Sign out from the current Account and Log into the new account.
    Step 3:
    It could also happen because of network issue. I suggest you to try with different network connection and check if it helps.
     
    hurricane51, May 22, 2020
    #4
Thema:

New Edge (Chromium) taskbar icon not honoring order placement in Layout.xml file (1909)

Loading...
  1. New Edge (Chromium) taskbar icon not honoring order placement in Layout.xml file (1909) - Similar Threads - Edge Chromium taskbar

  2. Will there be added taskbar placement?

    in Windows 10 Gaming
    Will there be added taskbar placement?: In window 10, I preferred to have my taskbar on the right side of the screen, going vertically along the edge of the display. Is there a plan to add this back as a feature into windows 11? I have looked, and there is no way to do it properly in windows....
  3. Placement of the taskbar not the icons on the taskbar

    in Windows 10 Gaming
    Placement of the taskbar not the icons on the taskbar: I recently installed Windows 11 Home. Is it possible to have the taskbar appear on the right side of the screen? This is how I set up my screen in Windows 10 and I preferred it that way. Since I have not managed to do it so far in Windows 11, I decided to auto-hide the...
  4. Placement of the taskbar not the icons on the taskbar

    in Windows 10 Software and Apps
    Placement of the taskbar not the icons on the taskbar: I recently installed Windows 11 Home. Is it possible to have the taskbar appear on the right side of the screen? This is how I set up my screen in Windows 10 and I preferred it that way. Since I have not managed to do it so far in Windows 11, I decided to auto-hide the...
  5. ICON PLACEMENT

    in Windows 10 Customization
    ICON PLACEMENT: How can I keep my desktop icons from rearranging when I leave the desktop or restart my computer? https://answers.microsoft.com/en-us/windows/forum/all/icon-placement/961f981f-0500-4968-9b89-34c4a66e461c
  6. 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...
  7. New Chromium Edge and Google Sign In

    in Browsers and Email
    New Chromium Edge and Google Sign In: Trying out the new Chromium Edge and it won't let me sign into anything google. Keeps coming up with the following error. I have checked all the settings and everything looks ok. Hope someone can help.Thanks in advance. [img] 149287
  8. CopyProfile XML for Start layout

    in Windows 10 Customization
    CopyProfile XML for Start layout: Has anyone managed to get customize the start menu and then copying that customization in the default user by using the CopyProfile method? Link: Start layout for Windows 10 desktop editions - Windows 10 hardware dev Moreover, has anyone successfully deployed this via SCCM...
  9. 10240 edge placement

    in Browsers and Email
    10240 edge placement: Anyone annoyed or experiencing edge always opens in other places than where you were before? *Sad 8298
  10. Placement of new icons on the desktop

    in Windows 10 Support
    Placement of new icons on the desktop: Hello everyone, I have an issue that has been nagging me for years now and through multiple versions of Windows and am hoping someone can help me finally figure it out. I use my desktop as my workspace - in addition to shortcuts it also contains files and folders I am...