Advertisement
Guest User

Start and Taskbar Layout XML not working.

a guest
Jan 18th, 2022
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. <LayoutModificationTemplate
  2. xmlns:defaultlayout="http://schemas.microsoft.com/Start/2014/FullDefaultLayout"
  3. xmlns:start="http://schemas.microsoft.com/Start/2014/StartLayout" Version="1"
  4. xmlns="http://schemas.microsoft.com/Start/2014/LayoutModification">
  5. <LayoutOptions StartTileGroupCellWidth="6" />
  6. <DefaultLayoutOverride>
  7. <StartLayoutCollection>
  8. <defaultlayout:StartLayout GroupCellWidth="6" />
  9. </start:Group>
  10. </defaultlayout:StartLayout>
  11. </StartLayoutCollection>
  12. </DefaultLayoutOverride>
  13. <CustomTaskbarLayoutCollection>
  14. <defaultlayout:TaskbarLayout>
  15. <taskbar:TaskbarPinList>
  16. <taskbar:UWA AppUserModelID="MSEdge" />
  17. <taskbar:UWA AppUserModelID="Microsoft.Windows.Explorer" />
  18. </taskbar:TaskbarPinList>
  19. </defaultlayout:TaskbarLayout>
  20. </CustomTaskbarLayoutCollection>
  21. </LayoutModificationTemplate>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement