diff --git a/windows/configuration/start/_delete.md b/windows/configuration/start/_delete.md index d858370986..7e61de9bf0 100644 --- a/windows/configuration/start/_delete.md +++ b/windows/configuration/start/_delete.md @@ -1,5 +1,5 @@ --- -title: Start layout XML for desktop editions of Windows 10 +title: Start layout XML description: This article describes the options for customizing Start layout in LayoutModification.xml for Windows 10 desktop editions. ms.topic: reference ms.date: 10/02/2018 @@ -7,7 +7,7 @@ appliesto: - ✅ Windows 10 --- -# Start layout XML Windows 10 +# Start layout XML On Windows 10 for desktop editions, the customized Start works by: @@ -350,7 +350,7 @@ The following example shows how to add the **AppendDownloadOfficeTile** tag to y ## Sample LayoutModification.xml -The following sample LayoutModification.xml shows how you can configure the Start layout for devices running Windows 10 for desktop editions: +The following sample LayoutModification.xml shows how you can configure the Start layout: ```XML ``` -## Taskbar - -Here's the Taskbar XSD: - -```xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -``` - -## Full Layout +## FullDefaultLayout ```xml diff --git a/windows/configuration/taskbar/toc.yml b/windows/configuration/taskbar/toc.yml index c3601e77ec..b106e7cab2 100644 --- a/windows/configuration/taskbar/toc.yml +++ b/windows/configuration/taskbar/toc.yml @@ -2,4 +2,6 @@ items: - name: Customize the Taskbar href: index.md - name: Supported Taskbar CSPs - href: policy-settings.md \ No newline at end of file + href: policy-settings.md +- name: XML schema definition (XSD) + href: xsd.md \ No newline at end of file diff --git a/windows/configuration/taskbar/xsd.md b/windows/configuration/taskbar/xsd.md new file mode 100644 index 0000000000..1e6d86418e --- /dev/null +++ b/windows/configuration/taskbar/xsd.md @@ -0,0 +1,66 @@ +--- +title: Taskbar XML Schema Definition (XSD) +description: Taskbar XSD reference article. +ms.topic: reference +ms.date: 02/15/2024 +--- + +# Taskbar XML Schema Definition (XSD) + +```xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +```