Advertisement
Guest User

Untitled

a guest
Sep 14th, 2021
627
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LayoutModificationTemplate
  3. xmlns:defaultlayout="http://schemas.microsoft.com/Start/2014/FullDefaultLayout"
  4. xmlns:start="http://schemas.microsoft.com/Start/2014/StartLayout"
  5. Version="1"
  6. xmlns="http://schemas.microsoft.com/Start/2014/LayoutModification"
  7. xmlns:taskbar="http://schemas.microsoft.com/Start/2014/TaskbarLayout>
  8. <LayoutOptions StartTileGroupCellWidth="6" />
  9. <DefaultLayoutOverride>
  10. <StartLayoutCollection>
  11. <defaultlayout:StartLayout GroupCellWidth="6" />
  12. </StartLayoutCollection>
  13. </DefaultLayoutOverride>
  14. <CustomTaskbarLayoutCollection PinListPlacement="Replace">
  15. <defaultlayout:TaskbarLayout>
  16. <taskbar:TaskbarPinList>
  17. <taskbar:DesktopApp DesktopApplicationLinkPath="#leaveempty"/>
  18. </taskbar:TaskbarPinList>
  19. </defaultlayout:TaskbarLayout>
  20. </CustomTaskbarLayoutCollection>
  21. </LayoutModificationTemplate>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement