Merged PR 11342: add order of elements in XML for Start

This commit is contained in:
Jeanie Decker
2018-09-17 14:15:35 +00:00
parent 2f38b0b118
commit a02ca47a22
2 changed files with 21 additions and 2 deletions

View File

@ -10,7 +10,7 @@ ms.localizationpriority: medium
author: jdeckerms
ms.author: jdecker
ms.topic: article
ms.date: 09/13/2018
ms.date: 09/17/2018
---
# Change history for Configure Windows 10
@ -22,6 +22,7 @@ This topic lists new and updated topics in the [Configure Windows 10](index.md)
New or changed topic | Description
--- | ---
[Find the Application User Model ID of an installed app](find-the-application-user-model-id-of-an-installed-app.md) | New
[Start layout XML for desktop editions of Windows 10 (reference)](start-layout-xml-desktop.md) | Add required order of elements in XML.
## August 2018

View File

@ -8,7 +8,7 @@ ms.sitesec: library
author: jdeckerms
ms.author: jdecker
ms.topic: article
ms.date: 01/02/2018
ms.date: 09/17/2018
ms.localizationpriority: medium
---
@ -39,6 +39,24 @@ On Windows 10 for desktop editions, the customized Start works by:
IT admins can provision the Start layout using a LayoutModification.xml file. This file supports several mechanisms to modify or replace the default Start layout and its tiles. The easiest method for creating a LayoutModification.xml file is by using the Export-StartLayout cmdlet; see [Customize and export Start layout](customize-and-export-start-layout.md) for instructions.
### Required order
The XML schema for `LayoutModification.xml` requires the following order for tags directly under the LayoutModificationTemplate node:
1. LayoutOptions
1. DefaultLayoutOverride
1. RequiredStartGroupsCollection
1. AppendDownloadOfficeTile OR AppendOfficeSuite (only one Office option can be used at a time)
1. AppendOfficeSuiteChoice
1. TopMFUApps
1. CustomTaskbarLayoutCollection
1. InkWorkspaceTopApps
Comments are not supported in the `LayoutModification.xml` file.
### Supported elements and attributes
>[!NOTE]
>To make sure the Start layout XML parser processes your file correctly, follow these guidelines when working with your LayoutModification.xml file:
>- Do not leave spaces or white lines in between each element.