Neally
(Neally)
January 30, 2021, 1:32am
11
@jacifriesen
If you post code, please use the ‘Insert Code’ button. Please and thank you! In this case XML
Hi, and welcome to the PowerShell forum!
Don’t apologize for being a “noob” or “newbie” or “n00b.” There’s just no need – nobody will think you’re stupid, and the forums are all about asking questions. Just ask!
Use a descriptive subject. Don't say "Need help" or "PowerShell Help", actually summarize what the problem is. It helps the rest of us keep track of which problem is which.
Don’t post massive scripts. We’re all volunteers and we don’t have time to read all that, nor will we copy, past…
<LayoutModificationTemplate
xmlns=" http://schemas.microsoft.com/Start/2014/LayoutModification"
xmlns:defaultlayout="http://schemas.microsoft.com/Start/2014/FullDefaultLayout"
xmlns:start="htt://schemas.microsoft.com/Start/2014/StartLayout"
xmlns:taskbar="http://schemas.microsoft.com/Start/2014/TaskbarLayout"
Version="1">
<LayoutOptions StartTileGroupCellWidth="6" StartTileGroupsColumnCount="1" />
<DefaultLayoutOverride>
<StartLayoutCollection>
<defaultlayout:StartLayout GroupCellWidth="6" xmlns:defaultlayout="http://schemas.microsoft.com/Start/2014/FullDefaultLayout">;
<start:Group Name="Office" xmlns:start="http://schemas.microsoft.com/Start/2014/StartLayout">;
<start:Tile Size="1x1" Column="2" Row="1" AppUserModelID="Microsoft.Office.MSACCESS.EXE.15" />
<start:Tile Size="1x1" Column="3" Row="0" AppUserModelID="com.squirrel.Teams.Teams" />
<start:Tile Size="1x1" Column="3" Row="1" AppUserModelID="Microsoft.SkyDrive.Desktop" />
<start:Tile Size="1x1" Column="0" Row="0" AppUserModelID="Microsoft.Office.OUTLOOK.EXE.15" />
<start:Tile Size="1x1" Column="1" Row="1" AppUserModelID="Microsoft.Office.MSAPUB.EXE.15" />
<start:Tile Size="1x1" Column="1" Row="0" AppUserModelID="Microsoft.Office.WINWORD.EXE.15" />
<start:Tile Size="1x1" Column="0" Row="1" AppUserModelID="Microsoft.Office.POWERPNT.EXE.15" />
<start:Tile Size="1x1" Column="2" Row="0" AppUserModelID="Microsoft.Office.EXCEL.EXE.15" />
</start:Group>
<start:Group Name="Browsers">
<start:Tile Size="1x1" Column="0" Row="0" AppUserModelID="Microsoft.InternetExplorer.Default" />
<start:Tile Size="1x1" Column="2" Row="0" AppUserModelID="MSEdge" />
<start:Tile Size="1x1" Column="1" Row="0" AppUserModelID="Chrome" />
</start:Group>
<start:Group Name="Other" >
<start:Tile Size="1x1" Column="1" Row="1" AppUserModelID="Microsoft.Windows.Photos_8wekyb3d8bbwe!App" />
<start:Tile Size="1x1" Column="0" Row="1" AppUserModelID="windows.immersivecontrolpanel_cw5n1h2txyewy!microsoft.windows.immersivecontrolpanel" />
<start:Tile Size="1x1" Column="1" Row="0" AppUserModelID="{7C5A40EF-A0FB-4BFC-874A-C0F2E0B9FA8e}\Adobe\Acrobat Reader DC\Reader\AcroRd32.exe" />
</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:DesktopApp AppUserModelID="Microsoft.Office.EXCEL.EXE.15" />
<taskbar:DesktopApp AppUserModelID="Microsoft.Office.WINWORD.EXE.15" />
<taskbar:DesktopApp AppUserModelID="Microsoft.Office.OUTLOOK.EXE.15" />
<taskbar:DesktopApp AppUserModelID="MSEdge" />
<taskbar:DesktopApp AppUserModelID="Chrome" />
<taskbar:DesktopApp AppUserModelID="Microsoft.SkyDrive.Desktop" />
<taskbar:DesktopApp AppUserModelID="Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge" />
</taskbar:TaskbarPinList>
</defaultlayout:TaskbarLayout>
</CustomTaskbarLayoutCollection>
</LayoutModificationTemplate>