For Windows 11, Switch user can be hidden by either of these policies, and they affect different places:
- Hide Switch user
- Hides Switch user from the Start menu user tile.
- CSP:
./Device/Vendor/MSFT/Policy/Config/Start/HideSwitchAccount - Value
0= visible,1= hidden.
- Hide entry points for Fast User Switching
- Hides the Switch User interface from the sign-in screen, Start menu, and Task Manager.
- GPO path: Computer Configuration > Administrative Templates > System > Logon > Hide entry points for Fast User Switching
- CSP:
./Device/Vendor/MSFT/Policy/Config/WindowsLogon/HideFastUserSwitching - Value
0= visible,1= hidden.
Since HideFastUserSwitching is already 0 and the GPO is Not Configured, the remaining policy to check is HideSwitchAccount.
Check these items:
- Verify the Start policy for HideSwitchAccount is not enabled.
- CSP path:
./Device/Vendor/MSFT/Policy/Config/Start/HideSwitchAccount - Expected value:
0
- CSP path:
- Confirm whether the issue is only in the Start menu or also in other locations.
- If Switch user is missing only from the Start menu, that matches HideSwitchAccount.
- If it is also missing from the sign-in screen and Task Manager, that matches HideFastUserSwitching.
- Check whether the device is organization-managed.
- On managed devices, Switch user is an additional option in Windows account access flows.
- Test alternate account access entry points.
- In Windows, select Start, select the user picture or Accounts icon, and look for Switch user.
- If available, this takes Windows to the sign-in screen where another account can be selected.
If HideFastUserSwitching = 0, the GPO is Not Configured, and HideSwitchAccount is also 0, the supported documentation only identifies those policy controls for hiding the option.
References: