This commit is contained in:
Paolo Matarazzo
2024-04-16 09:21:34 -04:00
parent 2a6b1d2046
commit 70d07ee023
4 changed files with 52 additions and 12 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

View File

@ -64,9 +64,9 @@ ms.topic: include
<CustomTaskbarLayoutCollection PinListPlacement="Replace"> <CustomTaskbarLayoutCollection PinListPlacement="Replace">
<defaultlayout:TaskbarLayout Region="US|UK"> <defaultlayout:TaskbarLayout Region="US|UK">
<taskbar:TaskbarPinList > <taskbar:TaskbarPinList >
<taskbar:UWA AppUserModelID="windows.immersivecontrolpanel_cw5n1h2txyewy!microsoft.windows.immersivecontrolpanel" />
<taskbar:DesktopApp DesktopApplicationID="Microsoft.Windows.Explorer"/> <taskbar:DesktopApp DesktopApplicationID="Microsoft.Windows.Explorer"/>
<taskbar:DesktopApp DesktopApplicationID="MSEdge"/> <taskbar:DesktopApp DesktopApplicationID="MSEdge"/>
<taskbar:DesktopApp DesktopApplicationID="Microsoft.Office.WINWORD.EXE.15" />
<taskbar:DesktopApp DesktopApplicationLinkPath="%APPDATA%\Microsoft\Windows\Start Menu\Programs\System Tools\Command Prompt.lnk"/> <taskbar:DesktopApp DesktopApplicationLinkPath="%APPDATA%\Microsoft\Windows\Start Menu\Programs\System Tools\Command Prompt.lnk"/>
</taskbar:TaskbarPinList> </taskbar:TaskbarPinList>
</defaultlayout:TaskbarLayout> </defaultlayout:TaskbarLayout>
@ -74,10 +74,8 @@ ms.topic: include
<taskbar:TaskbarPinList> <taskbar:TaskbarPinList>
<taskbar:DesktopApp DesktopApplicationID="MSEdge"/> <taskbar:DesktopApp DesktopApplicationID="MSEdge"/>
<taskbar:UWA AppUserModelID="windows.immersivecontrolpanel_cw5n1h2txyewy!microsoft.windows.immersivecontrolpanel" /> <taskbar:UWA AppUserModelID="windows.immersivecontrolpanel_cw5n1h2txyewy!microsoft.windows.immersivecontrolpanel" />
<taskbar:DesktopApp DesktopApplicationID="Microsoft.Windows.Explorer"/> <taskbar:UWA AppUserModelID="Microsoft.MicrosoftLoop_8wekyb3d8bbwe!App" />
<taskbar:DesktopApp DesktopApplicationID="Microsoft.Office.EXCEL.EXE.15" />
<taskbar:UWA AppUserModelID="MicrosoftCorporationII.QuickAssist_8wekyb3d8bbwe!App" /> <taskbar:UWA AppUserModelID="MicrosoftCorporationII.QuickAssist_8wekyb3d8bbwe!App" />
<taskbar:DesktopApp DesktopApplicationID="{1AC14E77-02E7-4E5D-B744-2EB1AE5198B7}\quickassist.exe" />
</taskbar:TaskbarPinList> </taskbar:TaskbarPinList>
</defaultlayout:TaskbarLayout> </defaultlayout:TaskbarLayout>
<defaultlayout:TaskbarLayout> <defaultlayout:TaskbarLayout>
@ -86,7 +84,6 @@ ms.topic: include
<taskbar:DesktopApp DesktopApplicationID="Microsoft.Windows.Explorer"/> <taskbar:DesktopApp DesktopApplicationID="Microsoft.Windows.Explorer"/>
<taskbar:DesktopApp DesktopApplicationID="Microsoft.Office.WINWORD.EXE.15" /> <taskbar:DesktopApp DesktopApplicationID="Microsoft.Office.WINWORD.EXE.15" />
<taskbar:DesktopApp DesktopApplicationID="Microsoft.Office.EXCEL.EXE.15" /> <taskbar:DesktopApp DesktopApplicationID="Microsoft.Office.EXCEL.EXE.15" />
<taskbar:DesktopApp DesktopApplicationLinkPath="%APPDATA%\Microsoft\Windows\Start Menu\Programs\System Tools\Command Prompt.lnk"/>
</taskbar:TaskbarPinList> </taskbar:TaskbarPinList>
</defaultlayout:TaskbarLayout> </defaultlayout:TaskbarLayout>
</CustomTaskbarLayoutCollection> </CustomTaskbarLayoutCollection>

View File

@ -177,22 +177,63 @@ If you only want to remove some of the default pinned apps, you remove all defau
<CustomTaskbarLayoutCollection PinListPlacement="Replace"> <CustomTaskbarLayoutCollection PinListPlacement="Replace">
<defaultlayout:TaskbarLayout> <defaultlayout:TaskbarLayout>
<taskbar:TaskbarPinList> <taskbar:TaskbarPinList>
<taskbar:DesktopApp DesktopApplicationLinkPath="%APPDATA%\Microsoft\Windows\Start Menu\Programs\Accessories\Internet Explorer.lnk"/> <taskbar:UWA AppUserModelID="windows.immersivecontrolpanel_cw5n1h2txyewy!microsoft.windows.immersivecontrolpanel" />
<taskbar:DesktopApp DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Accessories\Paint.lnk" /> <taskbar:DesktopApp DesktopApplicationID="Microsoft.Windows.Explorer"/>
<taskbar:UWA AppUserModelID="Microsoft.Office.Word_8wekyb3d8bbwe!microsoft.word" /> <taskbar:UWA AppUserModelID="Microsoft.MicrosoftLoop_8wekyb3d8bbwe!App" />
<taskbar:UWA AppUserModelID="MicrosoftCorporationII.QuickAssist_8wekyb3d8bbwe!App" />
</taskbar:TaskbarPinList> </taskbar:TaskbarPinList>
</defaultlayout:TaskbarLayout> </defaultlayout:TaskbarLayout>
</CustomTaskbarLayoutCollection> </CustomTaskbarLayoutCollection>
</LayoutModificationTemplate> </LayoutModificationTemplate>
``` ```
**Before:** ::: zone pivot="windows-11"
![Taskbar with default apps.](images/taskbar-default.png) :::row:::
:::column span="1":::
**Before**
:::column-end:::
:::column span="3":::
:::image type="content" source="images/taskbar-11.png" alt-text="Sample Windows 11 taskbar." border="false" lightbox="./images/taskbar-11.png":::
**After:** :::column-end:::
:::row-end:::
![Taskbar with default apps removed.](images/taskbar-default-removed.png) :::row:::
:::column span="1":::
**After**
:::column-end:::
:::column span="3":::
:::image type="content" source="images/pinned-elements-11.png" alt-text="Sample Windows 11 taskbar." border="false" lightbox="./images/pinned-elements-11.png":::
:::column-end:::
:::row-end:::
::: zone-end
::: zone pivot="windows-10"
:::row:::
:::column span="1":::
**Before**
:::column-end:::
:::column span="3":::
:::image type="content" source="images/taskbar-11.png" alt-text="Sample Windows 11 taskbar." border="false" lightbox="./images/taskbar-11.png":::
:::column-end:::
:::row-end:::
:::row:::
:::column span="1":::
**After**
:::column-end:::
:::column span="3":::
:::image type="content" source="images/pinned-elements-11.png" alt-text="Sample Windows 11 taskbar." border="false" lightbox="./images/pinned-elements-11.png":::
:::column-end:::
:::row-end:::
::: zone-end
### Configuration by country or region ### Configuration by country or region
@ -261,6 +302,8 @@ The GPO applies the Start and taskbar layout at the next user sign-in. Each time
After the taskbar layout is applied, users can pin more apps, change the order, and unpin apps. After the taskbar layout is applied, users can pin more apps, change the order, and unpin apps.
:::image type="content" source="images/pinned-elements-11.png" alt-text="Sample Windows 11 taskbar." border="false" lightbox="./images/pinned-elements-11.png":::
## OS install and upgrade ## OS install and upgrade
- On a clean install of Windows, if you apply a taskbar layout, the following apps are pinned to the taskbar: - On a clean install of Windows, if you apply a taskbar layout, the following apps are pinned to the taskbar: