How to Disable Fast User Switching Using Regedit
Disabling Fast User Switching in Windows prevents multiple users from
staying logged in at the same time, saving system resources and
improving security on shared computers. This article provides a direct,
step-by-step guide on how to modify the Windows Registry
(regedit) to disable the Fast User Switching feature across
all local accounts on your system.
Steps to Disable Fast User Switching
- Open the Registry Editor
- Press
Windows Key + Rto open the Run dialog. - Type
regeditand pressEnteror click OK. - Click Yes if prompted by User Account Control (UAC).
- Press
- Navigate to the Policies Key
In the address bar at the top of the Registry Editor, paste the following path and press
Enter:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\SystemAlternatively, use the left navigation pane to browse to that location manually.
- Create the Configuration Value
- Check the right-hand pane for a value named
HideFastUserSwitching. - If it does not exist:
- Right-click any empty space in the right pane.
- Select New > DWORD (32-bit) Value.
- Name the new value
HideFastUserSwitchingand pressEnter.
- Check the right-hand pane for a value named
- Modify the Value Data
- Double-click
HideFastUserSwitching. - Set the Value data field to
1. - Ensure the Base is set to Hexadecimal.
- Click OK to save the changes.
- Double-click
- Apply the Changes
- Close the Registry Editor.
- Restart your computer or sign out of your account for the changes to take effect.
Once restarted, the option to switch users from the Start menu, the
Lock screen, and the Ctrl + Alt + Delete menu will be
hidden. To restore Fast User Switching in the future, return to the same
registry key and change the value data of
HideFastUserSwitching back to 0 or delete the
entry entirely.