mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 13:27:23 +00:00
Update Windows Start menu configuration
This commit is contained in:
parent
ae14a3d31b
commit
fcab049d90
@ -4,16 +4,11 @@ description: Learn how to configure the Windows Start menu to provide quick acce
|
||||
ms.topic: overview
|
||||
ms.date: 03/04/2024
|
||||
zone_pivot_groups: windows-versions-11-10
|
||||
zone_pivot_group_filename: my-zone-pivot-groups.json
|
||||
appliesto:
|
||||
---
|
||||
|
||||
# Configure the Start menu
|
||||
|
||||
::: zone pivot="windows-12"
|
||||
:::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
|
||||
|
||||
The Windows Start menu is a pivotal element in the Windows operating system, serving as a central hub for launching applications and managing tasks. For organizations, the ability to configure the Start menu's behavior through policy settings can be highly beneficial, particularly in environments where certain roles or functions necessitate tailored access to applications and tools.
|
||||
|
||||
For instance, in kiosk settings, organizations can configure the Start menu to limit access to a single application or a specific set of applications, ensuring that the kiosk serves its intended purpose without allowing for unnecessary or potentially disruptive interactions. This is useful in public spaces or in scenarios where devices are intended for a single function, such as information stands or check-in counters.
|
||||
|
@ -78,6 +78,10 @@ Here you can find an example of Start layout that you can use as a reference:
|
||||
> [!IMPORTANT]
|
||||
> The JSON file can be applied to devices using the [Start layout policy CSP](policy-settings.md#start-layout) only. It's not possible to apply the JSON file using group policy.
|
||||
|
||||
[!INCLUDE [tab-intro](../../../includes/configure/tab-intro.md)]
|
||||
|
||||
#### [:::image type="icon" source="../images/icons/intune.svg"::: **Intune/CSP**](#tab/intune)
|
||||
|
||||
[!INCLUDE [intune-settings-catalog-1](../../../includes/configure/intune-settings-catalog-1.md)]
|
||||
|
||||
| Category | Setting name | Value |
|
||||
@ -94,6 +98,10 @@ Alternatively, you can configure devices using a [custom policy][INT-1] with the
|
||||
| - **OMA-URI:** `./User/Vendor/MSFT/Policy/Config/Start/`[ConfigureStartPins](/windows/client-management/mdm/policy-csp-Start?WT.mc_id=Portal-Microsoft_Intune_Workflows#configurestartpins)<br>- **String:** <br>- **Value:** content of the JSON file |
|
||||
| - **OMA-URI:** `./Device/Vendor/MSFT/Policy/Config/Start/`[ConfigureStartPins](/windows/client-management/mdm/policy-csp-Start?WT.mc_id=Portal-Microsoft_Intune_Workflows#configurestartpins)<br>- **Data type:** <br>- **Value:** content of the JSON file |
|
||||
|
||||
#### [:::image type="icon" source="../images/icons/provisioning-package.svg"::: **PPKG**](#tab/ppkg)
|
||||
|
||||
---
|
||||
|
||||
::: zone-end
|
||||
|
||||
::: zone pivot="windows-10"
|
||||
@ -228,9 +236,7 @@ Three features enable Start and taskbar layout control:
|
||||
> [!NOTE]
|
||||
> To import the layout of Start to a mounted Windows image, use the [Import-StartLayout](/powershell/module/startlayout/import-startlayout) cmdlet.
|
||||
|
||||
- [You can modify the Start .xml file](../taskbar/configure.md) to include `<CustomTaskbarLayoutCollection>` or create an .xml file just for the taskbar configuration.
|
||||
|
||||
- In Windows Configuration Designer, you use the **Policies/Start/StartLayout** setting to provide the contents of the .xml file that defines the Start and taskbar layout.
|
||||
|
||||
### Prepare the Start layout XML file
|
||||
|
||||
@ -275,12 +281,17 @@ After the settings are applied, sign in to the device. You'll see the Start layo
|
||||
::: zone pivot="windows-11"
|
||||
:::image type="content" source="images/windows-11.png" alt-text="Screenshot of the Windows 11 Start menu." border="false":::
|
||||
|
||||
When you customize the Start layout, you overwrite the entire layout. Users can pin and unpin apps, and uninstall apps from Start. When a user signs in again, the Start layout is reapplied, without retaining any user changes.
|
||||
> [!NOTE]
|
||||
> When you configure the Start layout with policy settings, you overwrite the entire layout. Users can change the order of the pinned elements, pin, or unpin itmes. When a user signs in again, the Start layout specified in the policy setting is reapplied, without retaining any user changes.
|
||||
|
||||
::: zone-end
|
||||
|
||||
::: zone pivot="windows-10"
|
||||
:::image type="content" source="images/windows-10.png" alt-text="Screenshot of the Windows 10 Start menu." border="false":::
|
||||
|
||||
> [!NOTE]
|
||||
> When you apply the policy setting, it results in a complete replacement of the existing layout, unless a partial Start layout is configured. This means users can't modify the Start layout once it's set by policy settings. If you want to allow users to modify the layout, use a partial Start layout instead.
|
||||
|
||||
::: zone-end
|
||||
|
||||
## Start layout configuration errors
|
||||
@ -298,3 +309,5 @@ If your Start layout customization isn't applied as you expect, open the **Event
|
||||
<!--
|
||||
|
||||
each single backslash character \ need to be escaped as \\ per JSON syntax>
|
||||
|
||||
- [You can modify the Start .xml file](../taskbar/configure.md) to include `<CustomTaskbarLayoutCollection>` or create an .xml file just for the taskbar configuration.
|
||||
|
@ -1,20 +0,0 @@
|
||||
# YamlMime:ZonePivotGroups
|
||||
groups:
|
||||
- id: windows-versions-11-10
|
||||
title: Windows versions
|
||||
prompt: "Select the Windows version you want to learn about:"
|
||||
pivots:
|
||||
- id: windows-12
|
||||
title: Windows 12
|
||||
- id: windows-11
|
||||
title: Windows 11
|
||||
- id: windows-10
|
||||
title: Windows 10
|
||||
- id: windows-editions-proent-proedu
|
||||
title: Windows editions
|
||||
prompt: "Select the Windows edition you want to learn about:"
|
||||
pivots:
|
||||
- id: windows-pro
|
||||
title: Windows Pro Edu/Education
|
||||
- id: windows-ent
|
||||
title: Windows Pro/Enterprise
|
Loading…
x
Reference in New Issue
Block a user