Jump to content

Schema Help for custom taskbar deploying via intune


wreched75

Recommended Posts

Hey all, 

Thank you in advance for looking at my schema, let me just say im a newb to all this and for the life of me I cant get his correct. Ive tried everything ive read, watched youtube i did tiktoks and nothing! ok I didnt do tiktok but you get where im going.....Below is my schema and I get error Line 21 column 32: Opening and ending tag mismatch:LayoutmodificationTemplate Line 1 and CustomTaskbarlayoutCollection. Any help would be appreciated, thanks again all

 

<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 StartTileGroupCellWidth="6" />
  <DefaultLayoutOverride>
    <StartLayoutCollection>
      <defaultlayout:StartLayout GroupCellWidth="6" />
    </StartLayoutCollection>
  </DefaultLayoutOverride>
CustomTaskbarLayoutCollection PinlistPlacement="Replace">
      <defaultlayout:TaskbarLayout>
        <taskbar:TaskbarPinList>
          <taskbar:DesktopApp DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Google Chrome.lnk" />
          <taskbar:DesktopApp DesktopApplicationLinkPath="%APPDATA%\Microsoft\Windows\Start Menu\Programs\Microsoft Teams.lnk" />
          <taskbar:DesktopApp DesktopApplicationLinkPath="%APPDATA%\Microsoft\Windows\Start Menu\Programs\Outlook.lnk" />
        </taskbar:TaskbarPinList>
      </defaultlayout:TaskbarLayout>
    </CustomTaskbarLayoutCollection>
</LayoutModificationTemplate>

Link to comment
Share on other sites

I don't know what intune is, but in terms of valid XML, the following tag is missing an opening angle bracket " < ".

CustomTaskbarLayoutCollection PinlistPlacement="Replace">

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...