This commit is contained in:
Mandi Ohlinger 2021-12-02 14:48:38 -05:00 committed by GitHub
parent 33d8273664
commit 06966be45b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -105,9 +105,8 @@ When you have the Start layout that you want your users to see, use the [Export-
Example of a layout file produced by `Export-StartLayout`: Example of a layout file produced by `Export-StartLayout`:
```xml ```xml
<LayoutModificationTemplate Version="1" xmlns="https://schemas.microsoft.com/Start/2014/LayoutModification">
<LayoutModificationTemplate Version="1" xmlns="https://schemas.microsoft.com/Start/2014/LayoutModification">
<DefaultLayoutOverride> <DefaultLayoutOverride>
<StartLayoutCollection> <StartLayoutCollection>
<defaultlayout:StartLayout GroupCellWidth="6" xmlns:defaultlayout="https://schemas.microsoft.com/Start/2014/FullDefaultLayout"> <defaultlayout:StartLayout GroupCellWidth="6" xmlns:defaultlayout="https://schemas.microsoft.com/Start/2014/FullDefaultLayout">
@ -120,8 +119,7 @@ When you have the Start layout that you want your users to see, use the [Export-
</StartLayoutCollection> </StartLayoutCollection>
</DefaultLayoutOverride> </DefaultLayoutOverride>
</LayoutModificationTemplate> </LayoutModificationTemplate>
```
```
3. (Optional) Edit the .xml file to add [a taskbar configuration](configure-windows-10-taskbar.md) or to [modify the exported layout](start-layout-xml-desktop.md). When you make changes to the exported layout, be aware that [the order of the elements in the .xml file is critical.](start-layout-xml-desktop.md#required-order) 3. (Optional) Edit the .xml file to add [a taskbar configuration](configure-windows-10-taskbar.md) or to [modify the exported layout](start-layout-xml-desktop.md). When you make changes to the exported layout, be aware that [the order of the elements in the .xml file is critical.](start-layout-xml-desktop.md#required-order)