mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 21:37:22 +00:00
updates
This commit is contained in:
parent
9d70f4dfd1
commit
a7a5718b1c
@ -1,93 +0,0 @@
|
|||||||
---
|
|
||||||
author: paolomatarazzo
|
|
||||||
ms.author: paoloma
|
|
||||||
ms.date: 03/13/2024
|
|
||||||
ms.topic: include
|
|
||||||
---
|
|
||||||
|
|
||||||
::: zone pivot="windows-10"
|
|
||||||
|
|
||||||
```xml
|
|
||||||
<?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">
|
|
||||||
|
|
||||||
<CustomTaskbarLayoutCollection PinListPlacement="Replace">
|
|
||||||
<defaultlayout:TaskbarLayout Region="US|UK">
|
|
||||||
<taskbar:TaskbarPinList >
|
|
||||||
<taskbar:DesktopApp DesktopApplicationID="Microsoft.Windows.Explorer"/>
|
|
||||||
<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:TaskbarPinList>
|
|
||||||
</defaultlayout:TaskbarLayout>
|
|
||||||
<defaultlayout:TaskbarLayout Region="DE|FR|IT">
|
|
||||||
<taskbar:TaskbarPinList>
|
|
||||||
<taskbar:DesktopApp DesktopApplicationID="MSEdge"/>
|
|
||||||
<taskbar:UWA AppUserModelID="windows.immersivecontrolpanel_cw5n1h2txyewy!microsoft.windows.immersivecontrolpanel" />
|
|
||||||
<taskbar:DesktopApp DesktopApplicationID="Microsoft.Windows.Explorer"/>
|
|
||||||
<taskbar:DesktopApp DesktopApplicationID="Microsoft.Office.EXCEL.EXE.15" />
|
|
||||||
<taskbar:DesktopApp DesktopApplicationID="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs\Accessories\quickassist.lnk" />
|
|
||||||
<taskbar:DesktopApp DesktopApplicationID="{1AC14E77-02E7-4E5D-B744-2EB1AE5198B7}\quickassist.exe" />
|
|
||||||
</taskbar:TaskbarPinList>
|
|
||||||
</defaultlayout:TaskbarLayout>
|
|
||||||
<defaultlayout:TaskbarLayout>
|
|
||||||
<taskbar:TaskbarPinList>
|
|
||||||
<taskbar:DesktopApp DesktopApplicationID="MSEdge"/>
|
|
||||||
<taskbar:DesktopApp DesktopApplicationID="Microsoft.Windows.Explorer"/>
|
|
||||||
<taskbar:DesktopApp DesktopApplicationID="Microsoft.Office.WINWORD.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>
|
|
||||||
</defaultlayout:TaskbarLayout>
|
|
||||||
</CustomTaskbarLayoutCollection>
|
|
||||||
</LayoutModificationTemplate>
|
|
||||||
```
|
|
||||||
|
|
||||||
::: zone-end
|
|
||||||
|
|
||||||
::: zone pivot="windows-11"
|
|
||||||
|
|
||||||
```xml
|
|
||||||
<?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">
|
|
||||||
|
|
||||||
<CustomTaskbarLayoutCollection PinListPlacement="Replace">
|
|
||||||
<defaultlayout:TaskbarLayout Region="US|UK">
|
|
||||||
<taskbar:TaskbarPinList >
|
|
||||||
<taskbar:UWA AppUserModelID="windows.immersivecontrolpanel_cw5n1h2txyewy!microsoft.windows.immersivecontrolpanel" />
|
|
||||||
<taskbar:DesktopApp DesktopApplicationID="Microsoft.Windows.Explorer"/>
|
|
||||||
<taskbar:DesktopApp DesktopApplicationID="MSEdge"/>
|
|
||||||
<taskbar:DesktopApp DesktopApplicationLinkPath="%APPDATA%\Microsoft\Windows\Start Menu\Programs\System Tools\Command Prompt.lnk"/>
|
|
||||||
</taskbar:TaskbarPinList>
|
|
||||||
</defaultlayout:TaskbarLayout>
|
|
||||||
<defaultlayout:TaskbarLayout Region="DE|FR|IT">
|
|
||||||
<taskbar:TaskbarPinList>
|
|
||||||
<taskbar:DesktopApp DesktopApplicationID="MSEdge"/>
|
|
||||||
<taskbar:UWA AppUserModelID="windows.immersivecontrolpanel_cw5n1h2txyewy!microsoft.windows.immersivecontrolpanel" />
|
|
||||||
<taskbar:UWA AppUserModelID="Microsoft.MicrosoftLoop_8wekyb3d8bbwe!App" />
|
|
||||||
<taskbar:UWA AppUserModelID="MicrosoftCorporationII.QuickAssist_8wekyb3d8bbwe!App" />
|
|
||||||
</taskbar:TaskbarPinList>
|
|
||||||
</defaultlayout:TaskbarLayout>
|
|
||||||
<defaultlayout:TaskbarLayout>
|
|
||||||
<taskbar:TaskbarPinList>
|
|
||||||
<taskbar:DesktopApp DesktopApplicationID="MSEdge"/>
|
|
||||||
<taskbar:DesktopApp DesktopApplicationID="Microsoft.Windows.Explorer"/>
|
|
||||||
<taskbar:DesktopApp DesktopApplicationID="Microsoft.Office.WINWORD.EXE.15" />
|
|
||||||
<taskbar:DesktopApp DesktopApplicationID="Microsoft.Office.EXCEL.EXE.15" />
|
|
||||||
</taskbar:TaskbarPinList>
|
|
||||||
</defaultlayout:TaskbarLayout>
|
|
||||||
</CustomTaskbarLayoutCollection>
|
|
||||||
</LayoutModificationTemplate>
|
|
||||||
```
|
|
||||||
|
|
||||||
::: zone-end
|
|
43
windows/configuration/taskbar/includes/example-region.md
Normal file
43
windows/configuration/taskbar/includes/example-region.md
Normal file
@ -0,0 +1,43 @@
|
|||||||
|
---
|
||||||
|
author: paolomatarazzo
|
||||||
|
ms.author: paoloma
|
||||||
|
ms.date: 03/13/2024
|
||||||
|
ms.topic: include
|
||||||
|
---
|
||||||
|
|
||||||
|
```xml
|
||||||
|
<?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">
|
||||||
|
|
||||||
|
<CustomTaskbarLayoutCollection PinListPlacement="Replace">
|
||||||
|
<defaultlayout:TaskbarLayout Region="US|UK">
|
||||||
|
<taskbar:TaskbarPinList >
|
||||||
|
<taskbar:UWA AppUserModelID="windows.immersivecontrolpanel_cw5n1h2txyewy!microsoft.windows.immersivecontrolpanel" />
|
||||||
|
<taskbar:DesktopApp DesktopApplicationID="Microsoft.Windows.Explorer"/>
|
||||||
|
<taskbar:DesktopApp DesktopApplicationID="MSEdge"/>
|
||||||
|
<taskbar:DesktopApp DesktopApplicationLinkPath="%APPDATA%\Microsoft\Windows\Start Menu\Programs\System Tools\Command Prompt.lnk"/>
|
||||||
|
</taskbar:TaskbarPinList>
|
||||||
|
</defaultlayout:TaskbarLayout>
|
||||||
|
<defaultlayout:TaskbarLayout Region="DE|FR|IT">
|
||||||
|
<taskbar:TaskbarPinList>
|
||||||
|
<taskbar:DesktopApp DesktopApplicationID="MSEdge"/>
|
||||||
|
<taskbar:UWA AppUserModelID="windows.immersivecontrolpanel_cw5n1h2txyewy!microsoft.windows.immersivecontrolpanel" />
|
||||||
|
<taskbar:UWA AppUserModelID="Microsoft.MicrosoftLoop_8wekyb3d8bbwe!App" />
|
||||||
|
<taskbar:UWA AppUserModelID="MicrosoftCorporationII.QuickAssist_8wekyb3d8bbwe!App" />
|
||||||
|
</taskbar:TaskbarPinList>
|
||||||
|
</defaultlayout:TaskbarLayout>
|
||||||
|
<defaultlayout:TaskbarLayout>
|
||||||
|
<taskbar:TaskbarPinList>
|
||||||
|
<taskbar:DesktopApp DesktopApplicationID="MSEdge"/>
|
||||||
|
<taskbar:DesktopApp DesktopApplicationID="Microsoft.Windows.Explorer"/>
|
||||||
|
<taskbar:UWA AppUserModelID="Microsoft.MicrosoftLoop_8wekyb3d8bbwe!App" />
|
||||||
|
</taskbar:TaskbarPinList>
|
||||||
|
</defaultlayout:TaskbarLayout>
|
||||||
|
</CustomTaskbarLayoutCollection>
|
||||||
|
</LayoutModificationTemplate>
|
||||||
|
```
|
@ -326,7 +326,7 @@ To replace all default pins and add your own pins, add `PinListPlacement="Replac
|
|||||||
|
|
||||||
In the following XML example, two regions are added: `US|UK` and `DE|FR|IT`:
|
In the following XML example, two regions are added: `US|UK` and `DE|FR|IT`:
|
||||||
|
|
||||||
[!INCLUDE [example](includes/example-localized.md)]
|
[!INCLUDE [example](includes/example-region.md)]
|
||||||
|
|
||||||
- If the `<TaskbarPinList>` node has region matching the one configured on the device, then the configuration applies
|
- If the `<TaskbarPinList>` node has region matching the one configured on the device, then the configuration applies
|
||||||
- If the `<TaskbarPinList>` node doesn't have a region matching the one configured on the device, then the first `<TaskbarPinList>` node without region applies
|
- If the `<TaskbarPinList>` node doesn't have a region matching the one configured on the device, then the first `<TaskbarPinList>` node without region applies
|
||||||
|
Loading…
x
Reference in New Issue
Block a user