This commit is contained in:
Paolo Matarazzo 2025-04-02 15:36:08 -04:00
parent 89925832e0
commit 0f4f3679f3
2 changed files with 4 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 87 KiB

After

Width:  |  Height:  |  Size: 87 KiB

View File

@ -16,11 +16,11 @@ ms.topic: include
<CustomTaskbarLayoutCollection PinListPlacement="Replace"> <CustomTaskbarLayoutCollection PinListPlacement="Replace">
<defaultlayout:TaskbarLayout> <defaultlayout:TaskbarLayout>
<taskbar:TaskbarPinList> <taskbar:TaskbarPinList>
<taskbar:UWA AppUserModelID="windows.immersivecontrolpanel_cw5n1h2txyewy!microsoft.windows.immersivecontrolpanel" /> <taskbar:UWA AppUserModelID="windows.immersivecontrolpanel_cw5n1h2txyewy!microsoft.windows.immersivecontrolpanel" PinGeneration="1"/>
<taskbar:DesktopApp DesktopApplicationID="MSEdge"/>
<taskbar:DesktopApp DesktopApplicationID="Microsoft.Windows.Explorer"/> <taskbar:DesktopApp DesktopApplicationID="Microsoft.Windows.Explorer"/>
<taskbar:UWA AppUserModelID="Microsoft.MicrosoftEdge.Stable_8wekyb3d8bbwe!App" /> <taskbar:UWA AppUserModelID="Microsoft.M365Companions_8wekyb3d8bbwe!People" PinGeneration="1"/>
<taskbar:UWA AppUserModelID="Microsoft.M365Companions_8wekyb3d8bbwe!People" pingeneration="1"/> <taskbar:UWA AppUserModelID="Microsoft.M365Companions_8wekyb3d8bbwe!Files" PinGeneration="1"/>
<taskbar:UWA AppUserModelID="Microsoft.M365Companions_8wekyb3d8bbwe!Files" pingeneration"1"/>
</taskbar:TaskbarPinList> </taskbar:TaskbarPinList>
</defaultlayout:TaskbarLayout> </defaultlayout:TaskbarLayout>
</CustomTaskbarLayoutCollection> </CustomTaskbarLayoutCollection>