Jump to content

Recommended Posts

Guest Sanak pratap
Posted

Hi All,

 

I need some help on the below question please

 

I have Windows 10 1809 with custom start menu, I am able to export the same and applied in test machine in which start menu reflected (I used Local GPO to test)

 

Then I edited the XML with Taskbar customization, start menu applied with one tiles missing and taskbar hasn't changed. Below is my XML. Please let me know where am I making mistake

 

XML:

 

 

 

<LayoutModificationTemplate xmlns:defaultlayout="http://schemas.microsoft.com/Start/2014/FullDefaultLayout"

xmlns:start="http://schemas.microsoft.com/Start/2014/StartLayout" Version="1"

xmlns="http://schemas.microsoft.com/Start/2014/LayoutModification"

xmlns:taskbar="http://schemas.microsoft.com/Start/2014/TaskbarLayout" Version="1">

<LayoutOptions StartTileGroupCellWidth="6" />

<DefaultLayoutOverride>

<StartLayoutCollection>

<defaultlayout:StartLayout GroupCellWidth="6">

<start:Group Name="Company Name">

<start:DesktopApplicationTile Size="2x2" Column="2" Row="2" DesktopApplicationID="https://XXXX.XXX" />

<start:DesktopApplicationTile Size="2x2" Column="2" Row="0" DesktopApplicationID="XXXX.XXX" />

<start:DesktopApplicationTile Size="2x2" Column="0" Row="2" DesktopApplicationID="XXXX.XXX" />

<start:DesktopApplicationTile Size="2x2" Column="0" Row="0" DesktopApplicationID="XXXX.XXX" />

</start:Group>

<start:Group Name="Office">

<start:DesktopApplicationTile Size="2x2" Column="4" Row="2" DesktopApplicationID="{1AC14E77-02E7-4E5D-B744-2EB1AE5198B7}\SnippingTool.exe" />

<start:Tile Size="2x2" Column="0" Row="4" AppUserModelID="Microsoft.WindowsCalculator_8wekyb3d8bbwe!App" />

<start:DesktopApplicationTile Size="2x2" Column="2" Row="2" DesktopApplicationID="Microsoft.Office.EXCEL.EXE.15" />

<start:DesktopApplicationTile Size="2x2" Column="0" Row="0" DesktopApplicationID="Microsoft.Office.OUTLOOK.EXE.15" />

<start:Tile Size="2x2" Column="0" Row="2" AppUserModelID="Microsoft.Office.OneNote_8wekyb3d8bbwe!microsoft.onenoteim" />

<start:DesktopApplicationTile Size="2x2" Column="2" Row="4" DesktopApplicationID="Microsoft.Windows.Computer" />

<start:DesktopApplicationTile Size="2x2" Column="2" Row="0" DesktopApplicationID="Microsoft.Office.POWERPNT.EXE.15" />

<start:DesktopApplicationTile Size="2x2" Column="4" Row="0" DesktopApplicationID="Microsoft.Office.WINWORD.EXE.15" />

</start:Group>

</defaultlayout:StartLayout>

</StartLayoutCollection>

</DefaultLayoutOverride>

<CustomTaskbarLayoutCollection>

<defaultlayout:TaskbarLayout>

<taskbar:TaskbarPinList>

<taskbar:UWA AppUserModelID="Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge" />

<taskbar:DesktopApp DesktopApplicationLinkPath="%APPDATA%\Microsoft\Windows\Start Menu\Programs\System Tools\File Explorer.lnk" />

</taskbar:TaskbarPinList>

</defaultlayout:TaskbarLayout>

</CustomTaskbarLayoutCollection>

</LayoutModificationTemplate>

 

 

 

Regards, Pratap

 

More...

  • Replies 0
  • Created
  • Last Reply

Popular Days

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...