The Switch User option allows Windows users to quickly switch to a different user account from the login screen and Start menu, but recently several users reported that Windows is missing this issue.
There could be several reasons why you may not be able to see the switch user option, e.g. B. a temporary malfunction in the system or misconfigured settings. Below we look at the solutions that you can try if you encounter the similar problem on your computer.
1. Enable the built-in administrator account
In several cases, the problem was caused by a bug in the user account that the users were logged into. To fix this problem, we recommend enabling the built-in administrator account in Windows and creating a new user account.
However, if you want to try your luck to fix the problem within the current user account, you can run the SFC and DISM utilities from the recovery menu. These tools run from the command prompt and scan the system for potential problems. If problems are found, they will resolve them with no input required from you.
If this does not solve the problem, you can proceed with enabling the built-in administrator account. Here’s all you need to do:
- At the login screen, hold down the Shift key and restart your computer.
- Your Windows will now boot into the recovery menu. Choose Troubleshooting from the list of available options.
Choose Troubleshoot from the options - Navigate to Expanded options > command prompt.
On the Advanced Options menu, click Command Prompt - After the Command Prompt starts up, type the following command and click Enter to run it:
net user administrator /active:yes
Run the entered command - Once the command has been executed, restart your computer and log in using the built-in administrator account.
- Open Windows Settings by pressing Win + I key.
- Choose accounts from the left pane.
- Click on family and other users.
Access settings for family and other users - Now go to Other users section and click on the Add account associated with the button Add another user.
Click the Add Account button - In the following dialog click on “I don’t have this person’s credentials.”
- Then click on the Add a user without a Microsoft account Hyperlink and fill in all required details.
Add a user without a Microsoft account - Follow the on-screen instructions to continue.
- Once a new user account is created, log in and check if the issue is resolved.
2. Enable fast user switching
It is also possible that the problem occurs because these particular settings are misconfigured on your system. To counteract this problem, you can enable the option for fast user switching via the Windows registry at the administrator level.
Before proceeding with this method, we recommend you to create a backup of the registry. This will help you to revert to the current registry status if something goes wrong while performing this method. Also, make sure you are logged on to your computer as an administrator to access the registry.
Here’s how you can do it:
- Press Win + R together to open Run.
- Type regedit in the Run text box and click on it Enter.
- Choose Yes in the User Account Control prompt.
- Once in the registry editor, navigate to the location mentioned below:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System
- If you can’t find them system keyright click on the policy key and choose New > button.
Create a new key in the registry editor - Rename this key to system.
- Now choose the system key and go to the right pane.
- Right-click anywhere in the right pane and select New > DWORD value (32 bits)..
Create a new DWORD value in the registry - Rename this key to HideFastUserSwitching.
- Double click HideFastUserSwitching and type 0 under value data.
Change the value data of the DWORD value - click OK to save the changes.
- Finally, exit Registry Editor and restart your computer.
Hopefully, when you restart, you’ll be able to switch user accounts like you did before without any issues.
3. Activate the target account (if applicable)
There is also a chance that the account you are trying to switch to is disabled, which may prevent you from switching user accounts. If this scenario applies, you can use the local users and groups administration console to enable the target account.
Here’s how to enable the target account using Group Policy Editor:
- Press the Win + R Keys together to open Run.
- Type lusrmgr.msc in Run and click Enter.
- click Yes in the User Account Control prompt.
- Once in the local users and groups management console, select user from the left pane.
- Now locate the user account you want to switch to and right click on it.
Select the account - Choose Characteristics from the left pane.
- In the properties dialog, switch to the General tab.
- Find them Account is disabled option and clear its check box.
Deactivate the account - click Apply > OK to save the changes.
You should now be able to switch accounts successfully.