mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-19 12:23:37 +00:00
Roger fix sample
This commit is contained in:
@ -62,7 +62,6 @@ The easiest way to find this data for an application is to:
|
|||||||
xmlns:start="http://schemas.microsoft.com/Start/2014/StartLayout"
|
xmlns:start="http://schemas.microsoft.com/Start/2014/StartLayout"
|
||||||
xmlns:taskbar="http://schemas.microsoft.com/Start/2014/TaskbarLayout"
|
xmlns:taskbar="http://schemas.microsoft.com/Start/2014/TaskbarLayout"
|
||||||
Version="1">
|
Version="1">
|
||||||
|
|
||||||
<CustomTaskbarLayoutCollection>
|
<CustomTaskbarLayoutCollection>
|
||||||
<defaultlayout:TaskbarLayout>
|
<defaultlayout:TaskbarLayout>
|
||||||
<taskbar:TaskbarPinList>
|
<taskbar:TaskbarPinList>
|
||||||
@ -76,7 +75,14 @@ The easiest way to find this data for an application is to:
|
|||||||
### Sample taskbar configuration added to Start layout XML
|
### Sample taskbar configuration added to Start layout XML
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
<LayoutModificationTemplate Version="1" xmlns="http://schemas.microsoft.com/Start/2014/LayoutModification">
|
<?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" StartTileGroupsColumnCount="1" />
|
||||||
<DefaultLayoutOverride>
|
<DefaultLayoutOverride>
|
||||||
<StartLayoutCollection>
|
<StartLayoutCollection>
|
||||||
<defaultlayout:StartLayout GroupCellWidth="6" xmlns:defaultlayout="http://schemas.microsoft.com/Start/2014/FullDefaultLayout">
|
<defaultlayout:StartLayout GroupCellWidth="6" xmlns:defaultlayout="http://schemas.microsoft.com/Start/2014/FullDefaultLayout">
|
||||||
@ -87,6 +93,7 @@ The easiest way to find this data for an application is to:
|
|||||||
</start:Group>
|
</start:Group>
|
||||||
</defaultlayout:StartLayout>
|
</defaultlayout:StartLayout>
|
||||||
</StartLayoutCollection>
|
</StartLayoutCollection>
|
||||||
|
</DefaultLayoutOverride>
|
||||||
<CustomTaskbarLayoutCollection>
|
<CustomTaskbarLayoutCollection>
|
||||||
<defaultlayout:TaskbarLayout>
|
<defaultlayout:TaskbarLayout>
|
||||||
<taskbar:TaskbarPinList>
|
<taskbar:TaskbarPinList>
|
||||||
|
Reference in New Issue
Block a user