1
Disable Switch User in Windows 7 on Thu Aug 13, 2009 10:56 am
E-Mu
Expert
"Switch User" feature was introduced in Windows XP which allows one user to switch to other user without ending the current session.
Many system administrators might want to disable this feature to restrict end-users. If the users are using Windows XP, its very easy task. You can disable "Switch User" option using "User Accounts" applet in Control Panel.
But its not that easy under Windows 7 as there is no such option available anywhere in Control Panel. So how to disable "Switch User" option in 7?
Although its hard but not impossible. It can be done using Group Policy Editor as well as Registry Editor. So here we are sharing both methods which can be used to disable "Switch User" option in Windows 7:
Using Group Policy Editor
Using Registry Editor
If you want a ready-made script to do the task automatically, download following ZIP file, extract it and run the extracted .REG file. It'll ask for confirmation, accept it: Download Script
Many system administrators might want to disable this feature to restrict end-users. If the users are using Windows XP, its very easy task. You can disable "Switch User" option using "User Accounts" applet in Control Panel.
But its not that easy under Windows 7 as there is no such option available anywhere in Control Panel. So how to disable "Switch User" option in 7?
Although its hard but not impossible. It can be done using Group Policy Editor as well as Registry Editor. So here we are sharing both methods which can be used to disable "Switch User" option in Windows 7:
Using Group Policy Editor
- Type gpedit.msc in RUN or Startmenu Searchbox and press Enter. It'll open Group Policy Editor.
- Now go to:
"Local Computer Policy -> Administrative Templates -> System -> Logon" - In right-side pane, double-click on "Hide entry points for Fast User Switching" option and set it to Enabled.
- That's it. Now "Switch User" option will be disabled from Welcome screen as well as from Shutdown menu.
Using Registry Editor
- Type regedit in RUN or Startmenu Searchbox and press Enter. It'll open Registry Editor.
- Now go to:
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" - In right-side pane, create a new DWORD value HideFastUserSwitching and set its value to 1
- That's it. Now "Switch User" option will be disabled from Welcome screen as well as from Shutdown menu.
If you want a ready-made script to do the task automatically, download following ZIP file, extract it and run the extracted .REG file. It'll ask for confirmation, accept it: Download Script
Last edited by E-Mu on Thu Aug 13, 2009 11:03 am; edited 1 time in total
..........................................................
If I have not replied within 48hours, feel free to send me a PM
Forum Rules & GuidelinesPlease reply to your post - good or bad - the feedback is invaluable.













