Windows 10: Windows 10 1703 Deployment of Taskbar failing

Discus and support Windows 10 1703 Deployment of Taskbar failing in Windows 10 Support to solve the problem; Hi everybody I'm struggling a lot with the deployment of the taskbar in Windows 10 1703 with GPO. I have the Startmenu XML file working as a... Discussion in 'Windows 10 Support' started by KarelBriers, Sep 10, 2017.

  1. Windows 10 1703 Deployment of Taskbar failing


    Hi everybody

    I'm struggling a lot with the deployment of the taskbar in Windows 10 1703 with GPO.

    I have the Startmenu XML file working as a charm, but as soon as I add the taskbar lines, the XML isn't applied.
    Code: <?xml version="1.0" encoding="utf-8"?> <LayoutModificationTemplate Version="1" xmlns="http://schemas.microsoft.com/Start/2014/LayoutModification"> <LayoutOptions StartTileGroupsColumnCount="1" FullScreenStart="false" /> <DefaultLayoutOverride> <StartLayoutCollection> <defaultlayout:StartLayout GroupCellWidth="6" xmlns:defaultlayout="http://schemas.microsoft.com/Start/2014/FullDefaultLayout"> <start:Group Name="" xmlns:start="http://schemas.microsoft.com/Start/2014/StartLayout"> <startWindows 10 1703 Deployment of Taskbar failing :DesktopApplicationTile Size="2x2" Column="0" Row="0" DesktopApplicationLinkPath="%APPDATA%\Microsoft\Windows\Start Menu\Programs\System Tools\computer.lnk" /> <startWindows 10 1703 Deployment of Taskbar failing :DesktopApplicationTile Size="2x2" Column="0" Row="2" DesktopApplicationLinkPath="%WINDIR%\MijnDocumentenT.lnk" /> <start:Tile Size="2x2" Column="4" Row="0" AppUserModelID="Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge" /> <startWindows 10 1703 Deployment of Taskbar failing :DesktopApplicationTile Size="2x2" Column="2" Row="0" DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\FrontMotion Firefox\FrontMotion Firefox.lnk" /> <startWindows 10 1703 Deployment of Taskbar failing :DesktopApplicationTile Size="2x2" Column="2" Row="2" DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Google Chrome.lnk" /> </start:Group> <start:Group Name="Microsoft Office" xmlns:start="http://schemas.microsoft.com/Start/2014/StartLayout"> <startWindows 10 1703 Deployment of Taskbar failing :DesktopApplicationTile Size="2x2" Column="2" Row="2" DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Access 2016.lnk" /> <startWindows 10 1703 Deployment of Taskbar failing :DesktopApplicationTile Size="2x2" Column="0" Row="2" DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Publisher 2016.lnk" /> <startWindows 10 1703 Deployment of Taskbar failing :DesktopApplicationTile Size="2x2" Column="0" Row="0" DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Word 2016.lnk" /> <startWindows 10 1703 Deployment of Taskbar failing :DesktopApplicationTile Size="2x2" Column="2" Row="0" DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Excel 2016.lnk" /> <startWindows 10 1703 Deployment of Taskbar failing :DesktopApplicationTile Size="2x2" Column="4" Row="0" DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\PowerPoint 2016.lnk" /> </start:Group> <start:Group Name="" xmlns:start="http://schemas.microsoft.com/Start/2014/StartLayout"> <startWindows 10 1703 Deployment of Taskbar failing :DesktopApplicationTile Size="1x1" Column="0" Row="0" DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Accessories\Paint.lnk" /> <startWindows 10 1703 Deployment of Taskbar failing :DesktopApplicationTile Size="1x1" Column="1" Row="0" DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Accessories\System Tools\Character Map.lnk" /> <startWindows 10 1703 Deployment of Taskbar failing :DesktopApplicationTile Size="1x1" Column="2" Row="0" DesktopApplicationLinkPath="%APPDATA%\Microsoft\Windows\Start Menu\Programs\Accessories\Notepad.lnk" /> </start:Group> </defaultlayout:StartLayout> </StartLayoutCollection> </DefaultLayoutOverride> </LayoutModificationTemplate>[/quote] The above works flawlessly. But if I add something trivial in the file like below, it doesn't work anymore.

    Code: <?xml version="1.0" encoding="utf-8"?> <LayoutModificationTemplate Version="1" xmlns="http://schemas.microsoft.com/Start/2014/LayoutModification"> <LayoutOptions StartTileGroupsColumnCount="1" FullScreenStart="false" /> <DefaultLayoutOverride> <StartLayoutCollection> <defaultlayout:StartLayout GroupCellWidth="6" xmlns:defaultlayout="http://schemas.microsoft.com/Start/2014/FullDefaultLayout"> <start:Group Name="" xmlns:start="http://schemas.microsoft.com/Start/2014/StartLayout"> <startWindows 10 1703 Deployment of Taskbar failing :DesktopApplicationTile Size="2x2" Column="0" Row="0" DesktopApplicationLinkPath="%APPDATA%\Microsoft\Windows\Start Menu\Programs\System Tools\computer.lnk" /> <startWindows 10 1703 Deployment of Taskbar failing :DesktopApplicationTile Size="2x2" Column="0" Row="2" DesktopApplicationLinkPath="%WINDIR%\MijnDocumentenT.lnk" /> <start:Tile Size="2x2" Column="4" Row="0" AppUserModelID="Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge" /> <startWindows 10 1703 Deployment of Taskbar failing :DesktopApplicationTile Size="2x2" Column="2" Row="0" DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\FrontMotion Firefox\FrontMotion Firefox.lnk" /> <startWindows 10 1703 Deployment of Taskbar failing :DesktopApplicationTile Size="2x2" Column="2" Row="2" DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Google Chrome.lnk" /> </start:Group> <start:Group Name="Microsoft Office" xmlns:start="http://schemas.microsoft.com/Start/2014/StartLayout"> <startWindows 10 1703 Deployment of Taskbar failing :DesktopApplicationTile Size="2x2" Column="2" Row="2" DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Access 2016.lnk" /> <startWindows 10 1703 Deployment of Taskbar failing :DesktopApplicationTile Size="2x2" Column="0" Row="2" DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Publisher 2016.lnk" /> <startWindows 10 1703 Deployment of Taskbar failing :DesktopApplicationTile Size="2x2" Column="0" Row="0" DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Word 2016.lnk" /> <startWindows 10 1703 Deployment of Taskbar failing :DesktopApplicationTile Size="2x2" Column="2" Row="0" DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Excel 2016.lnk" /> <startWindows 10 1703 Deployment of Taskbar failing :DesktopApplicationTile Size="2x2" Column="4" Row="0" DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\PowerPoint 2016.lnk" /> </start:Group> <start:Group Name="" xmlns:start="http://schemas.microsoft.com/Start/2014/StartLayout"> <startWindows 10 1703 Deployment of Taskbar failing :DesktopApplicationTile Size="1x1" Column="0" Row="0" DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Accessories\Paint.lnk" /> <startWindows 10 1703 Deployment of Taskbar failing :DesktopApplicationTile Size="1x1" Column="1" Row="0" DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Accessories\System Tools\Character Map.lnk" /> <startWindows 10 1703 Deployment of Taskbar failing :DesktopApplicationTile Size="1x1" Column="2" Row="0" DesktopApplicationLinkPath="%APPDATA%\Microsoft\Windows\Start Menu\Programs\Accessories\Notepad.lnk" /> </start:Group> </defaultlayout:StartLayout> </StartLayoutCollection> </DefaultLayoutOverride> <CustomTaskbarLayoutCollection PinListPlacement="Replace"> <defaultlayout:TaskbarLayout> <taskbar:TaskbarPinList> <taskbar:UWA AppUserModelID="Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge" /> </taskbar:TaskbarPinList> </defaultlayout:TaskbarLayout> </CustomTaskbarLayoutCollection> </LayoutModificationTemplate>[/quote] I have browsed numerous forums, guides, tips, used example files, but I can't seem to find why it isn't working...

    Is there anybody out there why has an idea?

    :)
     
    KarelBriers, Sep 10, 2017
    #1
  2. Kapil Arya MVP, Sep 10, 2017
    #2
  3. PaulSINC Win User
    PaulSINC, Sep 10, 2017
    #3
  4. Windows 10 1703 Deployment of Taskbar failing

    Code: <?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="1" FullScreenStart="false" /> <DefaultLayoutOverride> <StartLayoutCollection> <defaultlayout:StartLayout GroupCellWidth="6" xmlns:defaultlayout="http://schemas.microsoft.com/Start/2014/FullDefaultLayout"> <start:Group Name="" xmlns:start="http://schemas.microsoft.com/Start/2014/StartLayout"> <startWindows 10 1703 Deployment of Taskbar failing :DesktopApplicationTile Size="2x2" Column="0" Row="0" DesktopApplicationLinkPath="%APPDATA%\Microsoft\Windows\Start Menu\Programs\System Tools\computer.lnk" /> <startWindows 10 1703 Deployment of Taskbar failing :DesktopApplicationTile Size="2x2" Column="0" Row="2" DesktopApplicationLinkPath="%WINDIR%\MijnDocumentenT.lnk" /> <start:Tile Size="2x2" Column="4" Row="0" AppUserModelID="Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge" /> <startWindows 10 1703 Deployment of Taskbar failing :DesktopApplicationTile Size="2x2" Column="2" Row="0" DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\FrontMotion Firefox\FrontMotion Firefox.lnk" /> <startWindows 10 1703 Deployment of Taskbar failing :DesktopApplicationTile Size="2x2" Column="2" Row="2" DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Google Chrome.lnk" /> </start:Group> <start:Group Name="Microsoft Office" xmlns:start="http://schemas.microsoft.com/Start/2014/StartLayout"> <startWindows 10 1703 Deployment of Taskbar failing :DesktopApplicationTile Size="2x2" Column="2" Row="2" DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Access 2016.lnk" /> <startWindows 10 1703 Deployment of Taskbar failing :DesktopApplicationTile Size="2x2" Column="0" Row="2" DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Publisher 2016.lnk" /> <startWindows 10 1703 Deployment of Taskbar failing :DesktopApplicationTile Size="2x2" Column="0" Row="0" DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Word 2016.lnk" /> <startWindows 10 1703 Deployment of Taskbar failing :DesktopApplicationTile Size="2x2" Column="2" Row="0" DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Excel 2016.lnk" /> <startWindows 10 1703 Deployment of Taskbar failing :DesktopApplicationTile Size="2x2" Column="4" Row="0" DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\PowerPoint 2016.lnk" /> </start:Group> <start:Group Name="" xmlns:start="http://schemas.microsoft.com/Start/2014/StartLayout"> <startWindows 10 1703 Deployment of Taskbar failing :DesktopApplicationTile Size="1x1" Column="0" Row="0" DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Accessories\Paint.lnk" /> <startWindows 10 1703 Deployment of Taskbar failing :DesktopApplicationTile Size="1x1" Column="1" Row="0" DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Accessories\System Tools\Character Map.lnk" /> <startWindows 10 1703 Deployment of Taskbar failing :DesktopApplicationTile Size="1x1" Column="2" Row="0" DesktopApplicationLinkPath="%APPDATA%\Microsoft\Windows\Start Menu\Programs\Accessories\Notepad.lnk" /> </start:Group> </defaultlayout:StartLayout> </StartLayoutCollection> </DefaultLayoutOverride> <CustomTaskbarLayoutCollection PinListPlacement="Replace"> <defaultlayout:TaskbarLayout> <taskbar:TaskbarPinList> <taskbarWindows 10 1703 Deployment of Taskbar failing :DesktopApp DesktopApplicationLinkPath="%APPDATA%\Microsoft\Windows\Start Menu\Programs\System Tools\File Explorer.lnk"/> <taskbarWindows 10 1703 Deployment of Taskbar failing :DesktopApp DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\FrontMotion Firefox\FrontMotion Firefox.lnk" /> <taskbarWindows 10 1703 Deployment of Taskbar failing :DesktopApp DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Google Chrome.lnk" /> <taskbarWindows 10 1703 Deployment of Taskbar failing :DesktopApp DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Word 2016.lnk" /> <taskbarWindows 10 1703 Deployment of Taskbar failing :DesktopApp DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Excel 2016.lnk" /> </taskbar:TaskbarPinList> </defaultlayout:TaskbarLayout> </CustomTaskbarLayoutCollection> </LayoutModificationTemplate>[/quote] The second line modification did it!
     
    KarelBriers, Sep 13, 2017
    #4
Thema:

Windows 10 1703 Deployment of Taskbar failing

Loading...
  1. Windows 10 1703 Deployment of Taskbar failing - Similar Threads - 1703 Deployment Taskbar

  2. Deployment failed with HRESULT: 0x80073CF9

    in Windows 10 Gaming
    Deployment failed with HRESULT: 0x80073CF9: Hello everyone!I've been dealing with this issue for a couple of days now, still trying to figure it out.Basically, windows settings won't open when I click on it. The same goes for the updated app if I try to search for it in the search box or if I try to open the updater up...
  3. Deployment failed with HRESULT: 0x80073CF9

    in Windows 10 Customization
    Deployment failed with HRESULT: 0x80073CF9: Hello everyone!I've been dealing with this issue for a couple of days now, still trying to figure it out.Basically, windows settings won't open when I click on it. The same goes for the updated app if I try to search for it in the search box or if I try to open the updater up...
  4. my windows 10 ,1703 is failing to update to 1803,1903

    in Windows 10 Installation and Upgrade
    my windows 10 ,1703 is failing to update to 1803,1903: my windows can't update https://answers.microsoft.com/en-us/windows/forum/all/my-windows-10-1703-is-failing-to-update-to/8701d827-e216-4640-973a-52bc07dd414e
  5. Failed update windows 1703

    in Windows 10 Installation and Upgrade
    Failed update windows 1703: Hi there, I having an issue , i could not update my Windows 10. Currently running 1703, I tried this link from microsoft thread but no good , https://www.microsoft.com/en-us/software-download/windows10 Does microsoft have one single package to update old windows 10...
  6. update from Windows 10 version 1703 to 1809 failed

    in Windows 10 Installation and Upgrade
    update from Windows 10 version 1703 to 1809 failed: I literally only just realized that my HP Pavilion 10 laptop is really behind on updates and when I try to update to a newer version of Windows 10, I have tried updating through my laptop's "Window's update" feature in the settings and it comes up with "Feature update to...
  7. Feature update to Windows 10, version 1703 failed to install

    in Windows 10 Installation and Upgrade
    Feature update to Windows 10, version 1703 failed to install: Hello people, I m using windows 10 pro and i m unable to install windows 10 creator update version 1703 since its release daily its start downloading itself and at the end it says update failed to install i lost too much data i m fearing about cost now.*Sad One thing i...
  8. Windows 10 1703 Upgrade Failing

    in Windows 10 Installation and Upgrade
    Windows 10 1703 Upgrade Failing: For a few weeks now I've been trying to install the new Windows 10 1703 upgrade and it keeps failing. It goes through the whole check the system thing, everything is ok and then proceeds to download the 2.9gb update esd file. Following that it goes through the install...
  9. Update to version 1703 failing

    in Windows 10 Installation and Upgrade
    Update to version 1703 failing: The installation failed in the SECOND_BOOT phase with an error during MIGRATE_DATA operation Error code 0x8007002C - 0x4000D Had this before on another computer, which got fixed by uninstalling antivirus, firewall and messing with a few reg keys. That didn't work on this...
  10. Fails to update to windows 1703

    in Windows 10 Installation and Upgrade
    Fails to update to windows 1703: Hello Bree suggested I should start a new thread............. My W10 updates all "offers" except for feature update to windows 10 version 1703? It has had several tries at updating it but fails each time, while other updates come in and are completed. As of 1/6/17 I'm on...