Merge branch 'main' into release-mcc-ent

This commit is contained in:
Alma Jenks 2024-07-23 18:16:34 +00:00
commit 652f2d85a4
4 changed files with 69 additions and 6 deletions

View File

@ -0,0 +1,20 @@
---
author: paolomatarazzo
ms.author: paoloma
ms.date: 07/11/2024
ms.topic: include
---
### Hide entry points for Fast User Switching
With this policy setting you can prevent multiple users to sign in at the same time, using the Fast User Switching feature.
- If enabled, only one user can sign in at a time. The Fast User Switching entry points are hidden from the sign-in screen, the Start menu, and the Task Manager. If multiple users want to sign in, the current user must sign out first
- If disabled or not configured, multiple users can sign in at the same time. The Fast User Switching entry points are available from the sign-in screen, the Start menu, and the Task Manager. The current user doesn't have to sign out to allow another user to sign in
| | Path |
|--|--|
| **CSP** | `./Device/Vendor/MSFT/Policy/Config/WindowsLogon/`[HideFastUserSwitching](/windows/client-management/mdm/policy-csp-windowslogon#hidefastuserswitching) |
| **GPO** | **Computer Configuration** > **Administrative Templates** > **System** > **Logon** > **Hide entry points for Fast User Switching** |
To learn more, see [Fast User Switching](/windows/win32/shell/fast-user-switching).

View File

@ -9,5 +9,5 @@ ms.topic: include
| | Path | | | Path |
|--|--| |--|--|
| **CSP** | `./Device/Vendor/MSFT/Policy/Config/Start/`[HideSignOut](/windows/client-management/mdm/policy-csp-start#hidelock) | | **CSP** | `./Device/Vendor/MSFT/Policy/Config/Start/`[HideLock](/windows/client-management/mdm/policy-csp-start#hidelock) |
| **GPO** | Not available. | | **GPO** | Not available. |

View File

@ -5,7 +5,12 @@ ms.date: 04/10/2024
ms.topic: include ms.topic: include
--- ---
### Hide Switch account ### Hide Switch user
With this policy setting you can hide the **Switch user** option from the user tile in the start menu:
- If enabled, the **Switch user** option is hidden
- If disabled or not configured, the **Switch user** option is available
| | Path | | | Path |
|--|--| |--|--|

View File

@ -2,7 +2,7 @@
title: Start policy settings title: Start policy settings
description: Learn about the policy settings to configure the Windows Start menu. description: Learn about the policy settings to configure the Windows Start menu.
ms.topic: reference ms.topic: reference
ms.date: 04/10/2024 ms.date: 07/10/2024
appliesto: appliesto:
zone_pivot_groups: windows-versions-11-10 zone_pivot_groups: windows-versions-11-10
--- ---
@ -132,19 +132,37 @@ Select one of the tabs to see the list of available settings:
#### [:::image type="icon" source="../images/icons/user.svg"::: **Account options**](#tab/user) #### [:::image type="icon" source="../images/icons/user.svg"::: **Account options**](#tab/user)
::: zone pivot="windows-11"
|Policy name| CSP | GPO |
|-|-|-|
|[Hide **Change account settings**](#hide-change-account-settings)|✅|❌|
|[Hide **Sign out**](#hide-sign-out)|✅|✅|
|[Hide **Switch user**](#hide-switch-user)|✅|❌|
|[Hide entry points for Fast User Switching](#hide-entry-points-for-fast-user-switching)|✅|✅|
|[Hide user tile](#hide-user-tile)|✅|❌|
::: zone-end
::: zone pivot="windows-10"
|Policy name| CSP | GPO | |Policy name| CSP | GPO |
|-|-|-| |-|-|-|
|[Hide **Change account settings**](#hide-change-account-settings)|✅|❌| |[Hide **Change account settings**](#hide-change-account-settings)|✅|❌|
|[Hide **Lock**](#hide-lock)|✅|❌| |[Hide **Lock**](#hide-lock)|✅|❌|
|[Hide **Sign out**](#hide-sign-out)|✅|✅| |[Hide **Sign out**](#hide-sign-out)|✅|✅|
|[Hide **Switch account**](#hide-switch-account)|✅|❌| |[Hide **Switch user**](#hide-switch-user)|✅|❌|
|[Hide entry points for Fast User Switching](#hide-entry-points-for-fast-user-switching)|✅|✅|
|[Hide user tile](#hide-user-tile)|✅|❌| |[Hide user tile](#hide-user-tile)|✅|❌|
::: zone-end
[!INCLUDE [hide-change-account-settings](includes/hide-change-account-settings.md)] [!INCLUDE [hide-change-account-settings](includes/hide-change-account-settings.md)]
::: zone pivot="windows-10"
[!INCLUDE [hide-lock](includes/hide-lock.md)] [!INCLUDE [hide-lock](includes/hide-lock.md)]
::: zone-end
[!INCLUDE [hide-signout](includes/hide-signout.md)] [!INCLUDE [hide-signout](includes/hide-signout.md)]
[!INCLUDE [hide-switch-user](includes/hide-switch-account.md)] [!INCLUDE [hide-switch-user](includes/hide-switch-user.md)]
[!INCLUDE [hide-switch-user](includes/hide-user-tile.md)] [!INCLUDE [hide-lock](includes/hide-entry-points-for-fast-user-switching.md)]
[!INCLUDE [hide-user-tile](includes/hide-user-tile.md)]
#### [:::image type="icon" source="../images/icons/folder.svg"::: **Pinned folders**](#tab/folders) #### [:::image type="icon" source="../images/icons/folder.svg"::: **Pinned folders**](#tab/folders)
@ -174,6 +192,21 @@ Select one of the tabs to see the list of available settings:
#### [:::image type="icon" source="../images/icons/power.svg"::: **Power options**](#tab/power) #### [:::image type="icon" source="../images/icons/power.svg"::: **Power options**](#tab/power)
::: zone pivot="windows-11"
|Policy name| CSP | GPO |
|-|-|-|
|[Hide **Hibernate** ](#hide-hibernate)|✅|❌|
|[Hide **Lock**](#hide-lock)|✅|❌|
|[Hide **Power** button](#hide-power-button)|✅|❌|
|[Hide **Restart**](#hide-restart)|✅|❌|
|[Hide **Shut down**](#hide-shut-down)|✅|❌|
|[Hide **Sleep**](#hide-sleep)|✅|❌|
|[Remove and prevent access to the shut down restart sleep and hibernate commands](#remove-and-prevent-access-to-the-shut-down-restart-sleep-and-hibernate-commands)|❌|✅|
::: zone-end
::: zone pivot="windows-10"
|Policy name| CSP | GPO | |Policy name| CSP | GPO |
|-|-|-| |-|-|-|
|[Hide **Hibernate** ](#hide-hibernate)|✅|❌| |[Hide **Hibernate** ](#hide-hibernate)|✅|❌|
@ -183,7 +216,12 @@ Select one of the tabs to see the list of available settings:
|[Hide **Sleep**](#hide-sleep)|✅|❌| |[Hide **Sleep**](#hide-sleep)|✅|❌|
|[Remove and prevent access to the shut down restart sleep and hibernate commands](#remove-and-prevent-access-to-the-shut-down-restart-sleep-and-hibernate-commands)|❌|✅| |[Remove and prevent access to the shut down restart sleep and hibernate commands](#remove-and-prevent-access-to-the-shut-down-restart-sleep-and-hibernate-commands)|❌|✅|
::: zone-end
[!INCLUDE [hide-hibernate](includes/hide-hibernate.md)] [!INCLUDE [hide-hibernate](includes/hide-hibernate.md)]
::: zone pivot="windows-11"
[!INCLUDE [hide-lock](includes/hide-lock.md)]
::: zone-end
[!INCLUDE [hide-power-button](includes/hide-power-button.md)] [!INCLUDE [hide-power-button](includes/hide-power-button.md)]
[!INCLUDE [hide-restart](includes/hide-restart.md)] [!INCLUDE [hide-restart](includes/hide-restart.md)]
[!INCLUDE [hide-shut-down](includes/hide-shut-down.md)] [!INCLUDE [hide-shut-down](includes/hide-shut-down.md)]