From 7b8959e8258cf1236315e61d5862e67857a6597b Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Wed, 20 Mar 2024 10:40:24 -0400 Subject: [PATCH] updates --- windows/configuration/start/index.md | 4 ++-- windows/configuration/start/toc.yml | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/windows/configuration/start/index.md b/windows/configuration/start/index.md index 9b1505a576..b6a4144f4d 100644 --- a/windows/configuration/start/index.md +++ b/windows/configuration/start/index.md @@ -56,11 +56,11 @@ If you need to configure a device for a single user, you can pin/unpin applicati For advanced customizations and when you need to configure multiple devices, you can use one of the following options: -- Configuration Service Provider (CSP): commonly used for devices managed by a Mobile Device Management (MDM) solution, like Microsoft Intune. CSPs can also be configured with [provisioning packages](../provisioning-packages/how-it-pros-can-use-configuration-service-providers#csps-in-windows-configuration-designer), which are used at deployment time or for unmanaged devices. To configure Start, use the [Start Policy CSP][WIN-1]. +- Configuration Service Provider (CSP): commonly used for devices managed by a Mobile Device Management (MDM) solution, like Microsoft Intune. CSPs can also be configured with [provisioning packages](../provisioning-packages/how-it-pros-can-use-configuration-service-providers#csps-in-windows-configuration-designer), which are used at deployment time or for unmanaged devices. To configure Start, use the [Start Policy CSP][WIN-1] - Group policy (GPO): used for devices that are Active Directory joined or Microsoft Entra hybrid joined, and not managed by a device management solution. Group policy can also be used for devices that aren't joined to an Active Directory domain, using the local group policy editor > [!NOTE] -> While many of the Start menu policy settings can be configured using both CSP and GPO, there are some settings that are only available using the Start Policy CSP. To learn about the available policy settings to configure the Start menu via configuration service provider (CSP) and group policy (GPO), see [Start menu policy settings](policy-settings.md). +> While many of the Start menu policy settings can be configured using both CSP and GPO, there are some settings that are only available using the Start Policy CSP. To learn about the available policy settings to configure the Start menu via CSP and GPO, see [Start menu policy settings](policy-settings.md). ::: zone pivot="windows-10" The configuration of the Start layout requires the use of an XML file that specifies the layout. To learn more about how to create and apply an XML file to configure the Start layout, see [Customize and export the Start layout](layout.md). diff --git a/windows/configuration/start/toc.yml b/windows/configuration/start/toc.yml index 6aef4d145c..038ba0e4e5 100644 --- a/windows/configuration/start/toc.yml +++ b/windows/configuration/start/toc.yml @@ -1,12 +1,11 @@ items: -- name: Configure the Windows Start menu +- name: Overview href: index.md + displayName: Configure the Windows Start menu - name: Customize the Start layout href: layout.md - name: Policy settings href: policy-settings.md -- name: Start layout XML - href: start-layout-xml-desktop.md - name: XML schema definition (XSD) href: xsd.md - name: Troubleshoot Start menu errors 🔗