Created
April 4, 2019 23:56
-
-
Save ScribbleGhost/8fb4609de832fbbcc808a395eebebc84 to your computer and use it in GitHub Desktop.
Hide all pinned apps and all apps added to Start in Windows 10 1809
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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 StartTileGroupCellWidth="6" /> | |
<DefaultLayoutOverride> | |
<StartLayoutCollection> | |
<defaultlayout:StartLayout GroupCellWidth="6" /> | |
</StartLayoutCollection> | |
</DefaultLayoutOverride> | |
<CustomTaskbarLayoutCollection PinListPlacement="Replace"> | |
<defaultlayout:TaskbarLayout> | |
<taskbar:TaskbarPinList> | |
<taskbar:DesktopApp DesktopApplicationLinkPath="#leaveempty"/> | |
</taskbar:TaskbarPinList> | |
</defaultlayout:TaskbarLayout> | |
</CustomTaskbarLayoutCollection> | |
</LayoutModificationTemplate> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
LayoutModification.xml for Windows 10 21H1
Note that in this version of Windows the LayoutModification does not affect the taskbar as it did previously.