diff --git a/windows/configuration/start/configure.md b/windows/configuration/start/configure.md index 128c92251b..d0c6326d90 100644 --- a/windows/configuration/start/configure.md +++ b/windows/configuration/start/configure.md @@ -3,6 +3,8 @@ title: Configure the Start menu description: Learn about the available options to configure the Windows Start menu and how to configure them via Configuration Service Providers (CSP) or group policy (GPO). ms.topic: how-to ms.date: 03/15/2024 +appliesto: +zone_pivot_groups: windows-versions-11-10 --- # Configure the Start menu @@ -21,12 +23,30 @@ This section describes the policy settings to configure the Start menu via confi ### Policy settings list + + + +:::row::: +:::column span="3"::: The list of settings is sorted alphabetically and organized in four categories: - **Start layout**: settings to control the Start menu layout - **Pinned folders**: settings to control the folders pinned for quick access - **User options**: settings to control the options exposed when selecting the user icon - **Power options**: settings to control the options exposed when selecting the power icon + :::column-end::: + :::column::: +::: zone pivot="windows-10" + :::image type="content" source="./images/windows-10-settings.png" alt-text="Sample start menu layout with its components highlighted." border="false" lightbox="./images/windows-10-settings.png"::: +::: zone-end + +::: zone pivot="windows-11" + :::image type="content" source="./images/windows-11-settings.png" alt-text="Sample start menu layout with its components highlighted." border="false" lightbox="./images/windows-11-settings.png"::: +::: zone-end + + :::column-end::: +:::row-end::: + Select one of the tabs to see the list of available settings: @@ -49,30 +69,6 @@ The following table lists the policies that control the Start menu layout. Selec |[ShowOrHideMostUsedApps](/windows/client-management/mdm/policy-csp-start#showorhidemostusedapps)|✅|| |[StartLayout](/windows/client-management/mdm/policy-csp-start#startlayout)|✅|| - - #### [:::image type="icon" source="../images/icons/folder.svg"::: **Pinned folders**](#tab/folders) #### [:::image type="icon" source="../images/icons/user.svg"::: **User options**](#tab/user) diff --git a/windows/configuration/start/images/windows-10-settings.png b/windows/configuration/start/images/windows-10-settings.png new file mode 100644 index 0000000000..01093db55d Binary files /dev/null and b/windows/configuration/start/images/windows-10-settings.png differ diff --git a/windows/configuration/start/images/windows-11-settings.png b/windows/configuration/start/images/windows-11-settings.png new file mode 100644 index 0000000000..acbd78e239 Binary files /dev/null and b/windows/configuration/start/images/windows-11-settings.png differ