Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Administration > Disable Fast User Switching

Reply
Thread Tools Display Modes

Disable Fast User Switching

 
 
Kevin Arthur
Guest
Posts: n/a

 
      07-19-2006
I've looked around several places in the control panel, and on this forum,
and still haven't been able to figure out how to disable the fast user
switching feature in Vista. In XP, this was an option in the User Accounts
control panel, but it's not there in Vista, or anywhere else I can think of.
The help files say that it's turned on by default, but not how to disable
it. Has anyone else figured this out?

 
Reply With Quote
 
 
 
 
RossB
Guest
Posts: n/a

 
      07-20-2006
I'm fairly certain it can be done via the GPO (Group Policy Object.) The GPO
can be modified using the Local Security Policy link under Admin Tools. I
don't have Vista booted atm, so can't confirm this, but I'm fairly certain
that it's an option.

"Kevin Arthur" wrote:

> I've looked around several places in the control panel, and on this forum,
> and still haven't been able to figure out how to disable the fast user
> switching feature in Vista. In XP, this was an option in the User Accounts
> control panel, but it's not there in Vista, or anywhere else I can think of.
> The help files say that it's turned on by default, but not how to disable
> it. Has anyone else figured this out?
>

 
Reply With Quote
 
Alan Adams
Guest
Posts: n/a

 
      07-20-2006
RossB <> wrote:

> I'm fairly certain it can be done via the GPO (Group Policy Object.) The GPO
> can be modified using the Local Security Policy link under Admin Tools. I
> don't have Vista booted atm, so can't confirm this, but I'm fairly certain
> that it's an option.
>
> "Kevin Arthur" wrote:
>
> > I've looked around several places in the control panel, and on this forum,
> > and still haven't been able to figure out how to disable the fast user
> > switching feature in Vista. In XP, this was an option in the User Accounts
> > control panel, but it's not there in Vista, or anywhere else I can think of.
> > The help files say that it's turned on by default, but not how to disable
> > it. Has anyone else figured this out?


Yes, "Hide entry points for Fast User Switching". gpedit.msc, Local
Computer Policy, Computer Configuration, Administrative Templates,
System, Logon.

Alan Adams
 
Reply With Quote
 
drahnier
Guest
Posts: n/a

 
      09-16-2006
it's deep down in gpo.

local computer policy
administrative templates
system
logon
Hide entry points for fast user switching
Always use classic logon

this should do the trick, although i havn't tried it yet.

______________________
drahnier


"Kevin Arthur" wrote:

> I've looked around several places in the control panel, and on this forum,
> and still haven't been able to figure out how to disable the fast user
> switching feature in Vista. In XP, this was an option in the User Accounts
> control panel, but it's not there in Vista, or anywhere else I can think of.
> The help files say that it's turned on by default, but not how to disable
> it. Has anyone else figured this out?
>

 
Reply With Quote
 
rescuer
Guest
Posts: n/a

 
      09-03-2007

I'm not sure if your referring to the actual fast user switching, or
disabling the log on user interface when you log in that would do away
with the icons on the log on screen and force you to type in a username
and password. I will address both.

For the log on screen user interface:

To disable the standard log on interface and force the user to have to
use a username and password (the same as XP did when you could 'Disable
fast user switching), You must do a simple edit of the registry.

Open regedit and go to:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\CurrentVersi on\Policies\System

Look for the Dword 32 bit value "dontdisplaylastusername"
Open that value and change the 'value data' to 1

Exit the registry editor and your done! You should see no more icons
on the user interface log on screen.

For disabling the actual 'fast user switching' that allows you to log
onto another account without actually logging off the account your
using, and hiding the 'Switch User' menu option:

In the registry under
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\CurrentVersi on\Policies\System

Create a Dword 32 bit value with the valuename
"DisableFastUserSwitching"

Set its 'value data' to 1

Again, close the registry editor, and you're done.

REMEMBER USE EXTREME CAUTION WHEN EDITING THE REGISTRY!!


--
rescuer
------------------------------------------------------------------------
rescuer's Profile: http://forums.techarena.in/member.php?userid=30461
View this thread: http://forums.techarena.in/showthread.php?t=553823

http://forums.techarena.in

 
Reply With Quote
 
brink
Guest
Posts: n/a

 
      09-03-2007

rescuer;441636 Wrote:
> I'm not sure if your referring to the actual fast user switching, or
> disabling the log on user interface when you log in that would do away
> with the icons on the log on screen and force you to type in a username
> and password. I will address both.
>
> For the log on screen user interface:
>
> To disable the standard log on interface and force the user to have to
> use a username and password (the same as XP did when you could 'Disable
> fast user switching), You must do a simple edit of the registry.
>
> Open regedit and go to:
> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\CurrentVersi on\Policies\System
>
> Look for the Dword 32 bit value "dontdisplaylastusername"
> Open that value and change the 'value data' to 1
>
> Exit the registry editor and your done! You should see no more icons
> on the user interface log on screen.
>
> For disabling the actual 'fast user switching' that allows you to log
> onto another account without actually logging off the account your
> using, and hiding the 'Switch User' menu option:
>
> In the registry under
> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\CurrentVersi on\Policies\System
>
> Create a Dword 32 bit value with the valuename
> "DisableFastUserSwitching"
>
> Set its 'value data' to 1
>
> Again, close the registry editor, and you're done.
>
> REMEMBER USE EXTREME CAUTION WHEN EDITING THE REGISTRY!!
>
>
> --
> rescuer
> ------------------------------------------------------------------------
> rescuer's Profile: 'rescuer's profile on TechArena Computer Hardware
> Support Forums of India'
> (http://forums.techarena.in/member.php?userid=30461)
> View this thread: 'Disable Fast User Switching - Administration'
> (http://forums.techarena.in/showthread.php?t=553823)
>
> 'TechArena Community - Technology and Computer Hardware Support Forums
> of India' (http://forums.techarena.in)
>



The HKEY location should be:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersi
on\Policies\System

Ooops

Shawn


--
brink

*There are no dumb questions, just the people that do not ask them.*
_http://www.Vistax64.com (\"http://www.Vistax64.com\")_
*Please post feedback to help others.*
 
Reply With Quote
 
brink
Guest
Posts: n/a

 
      09-03-2007

rescuer;441636 Wrote:
> I'm not sure if your referring to the actual fast user switching, or
> disabling the log on user interface when you log in that would do away
> with the icons on the log on screen and force you to type in a username
> and password. I will address both.
>
> For the log on screen user interface:
>
> To disable the standard log on interface and force the user to have to
> use a username and password (the same as XP did when you could 'Disable
> fast user switching), You must do a simple edit of the registry.
>
> Open regedit and go to:
> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\CurrentVersi on\Policies\System
>
> Look for the Dword 32 bit value "dontdisplaylastusername"
> Open that value and change the 'value data' to 1
>
> Exit the registry editor and your done! You should see no more icons
> on the user interface log on screen.
>
> For disabling the actual 'fast user switching' that allows you to log
> onto another account without actually logging off the account your
> using, and hiding the 'Switch User' menu option:
>
> In the registry under
> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\CurrentVersi on\Policies\System
>
> Create a Dword 32 bit value with the valuename
> "DisableFastUserSwitching"
>
> Set its 'value data' to 1
>
> Again, close the registry editor, and you're done.
>
> REMEMBER USE EXTREME CAUTION WHEN EDITING THE REGISTRY!!
>
>
> --
> rescuer
> ------------------------------------------------------------------------
> rescuer's Profile: 'rescuer's profile on TechArena Computer Hardware
> Support Forums of India'
> (http://forums.techarena.in/member.php?userid=30461)
> View this thread: 'Disable Fast User Switching - Administration'
> (http://forums.techarena.in/showthread.php?t=553823)
>
> 'TechArena Community - Technology and Computer Hardware Support Forums
> of India' (http://forums.techarena.in)
>


Hi Rescuer,

I was able to get the Username and Password one to work, but the
disable "Switch User" one did not work. Any ideas. I used the 64 bit
Home Premium verision. Tech talk is ok, I am not a newbie.

Thank You,
Shawn


--
brink

*There are no dumb questions, just the people that do not ask them.*
_http://www.Vistax64.com (\"http://www.Vistax64.com\")_
*Please post feedback to help others.*
 
Reply With Quote
 
rescuer
Guest
Posts: n/a

 
      09-05-2007

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersi
on\Policies\System

is the key you are looking for. I misprinted it in my earlier reply.

Add the 32bit key DisableFastUserSwitching IF IT IS NOT ALREADY THERE

Change its value data to 1

This will cause the "Switch User" menu choice on your log off restart
ect. options to disapear.

This has worked on every Vista computer I have tried it on, Including
your home Premium.

Good luck!


--
rescuer
------------------------------------------------------------------------
rescuer's Profile: http://forums.techarena.in/member.php?userid=30461
View this thread: http://forums.techarena.in/showthread.php?t=553823

http://forums.techarena.in

 
Reply With Quote
 
rescuer
Guest
Posts: n/a

 
      09-05-2007

rescuer;3137495 Wrote:
> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersi
> on\Policies\System
>
> is the key you are looking for. I misprinted it in my earlier reply.
>
> Add the 32bit key DisableFastUserSwitching IF IT IS NOT ALREADY THERE
>
> Change its value data to 1
>
> This will cause the "Switch User" menu choice on your log off restart
> ect. options to disapear.
>
> This has worked on every Vista computer I have tried it on, Including
> your home Premium.
>
> Good luck!


Sorry folks... my brains just not working..

THE 32 BIT KEY YOU NEED TO CREATE is "HideFastUserSwitching" NOT the
disablefastuserswitching as I noted before.


--
rescuer
------------------------------------------------------------------------
rescuer's Profile: http://forums.techarena.in/member.php?userid=30461
View this thread: http://forums.techarena.in/showthread.php?t=553823

http://forums.techarena.in

 
Reply With Quote
 
brink
Guest
Posts: n/a

 
      09-05-2007

rescuer;442768 Wrote:
> rescuer;3137495 Wrote:
>
> Sorry folks... my brains just not working..
>
> THE 32 BIT KEY YOU NEED TO CREATE is "HideFastUserSwitching" NOT the
> disablefastuserswitching as I noted before.
>
>
> --
> rescuer
> ------------------------------------------------------------------------
> rescuer's Profile: 'rescuer's profile on TechArena Computer Hardware
> Support Forums of India'
> (http://forums.techarena.in/member.php?userid=30461)
> View this thread: 'Disable Fast User Switching - Administration'
> (http://forums.techarena.in/showthread.php?t=553823)
>
> 'TechArena Community - Technology and Computer Hardware Support Forums
> of India' (http://forums.techarena.in)
>


Rescuer,

LOL, I know what you mean. I get those days myself sometimes. (haha)
It did require me to logoff and logon again for it to take affect, but
it worked.

Thank you,
Shawn


--
brink

*There are no dumb questions, just the people that do not ask them.*
_http://www.Vistax64.com (\"http://www.Vistax64.com\")_
*Please post feedback to help others.*
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Fast user switching Raymo Windows Vista General Discussion 5 04-04-2008 05:16 AM
Control the Maximum allowed User Sessions in Fast User Switching lmlm Windows Vista General Discussion 1 03-19-2008 12:19 PM
Disable Fast User Switching Jack Sheet Windows Vista Installation 6 12-20-2007 11:51 PM
Vista How to disable welcome screen and fast user switching? WXS Windows Vista Administration 3 12-26-2006 05:30 AM
Disable Fast User Switching (Classic Login) Vista Newbie Windows Vista Administration 1 06-23-2006 03:56 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59