Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Vista Newsgroups > Vista account administration

Vista - Disable Fast User Switching

Reply
 
Old 07-19-2006   #1 (permalink)
Kevin Arthur


 
 

Disable Fast User Switching

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?


My System SpecsSystem Spec
Old 07-19-2006   #2 (permalink)
=?Utf-8?B?Um9zc0I=?=


 
 

RE: Disable Fast User Switching

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?
>

My System SpecsSystem Spec
Old 07-20-2006   #3 (permalink)
Alan Adams


 
 

Re: Disable Fast User Switching

RossB <RossB@discussions.microsoft.com> 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
My System SpecsSystem Spec
Old 09-16-2006   #4 (permalink)
=?Utf-8?B?ZHJhaG5pZXI=?=


 
 

RE: Disable Fast User Switching

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?
>

My System SpecsSystem Spec
Old 09-03-2007   #5 (permalink)
rescuer


 
 

Re: Disable Fast User Switching


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\CurrentVersion\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\CurrentVersion\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

My System SpecsSystem Spec
Old 09-03-2007   #6 (permalink)


Vista x64 Ultimate SP2, Windows 7 Ultimate x64
 
 

Re: Disable Fast User Switching

Quote  Quote: Originally Posted by rescuer View Post
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\CurrentVersion\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\CurrentVersion\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
View this thread: Disable Fast User Switching - Administration

TechArena Community - Technology and Computer Hardware Support Forums of India

The HKEY location should be:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersi on\Policies\System

Ooops

Shawn
My System SpecsSystem Spec
Old 09-03-2007   #7 (permalink)


Vista x64 Ultimate SP2, Windows 7 Ultimate x64
 
 

Re: Disable Fast User Switching

Quote  Quote: Originally Posted by rescuer View Post
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\CurrentVersion\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\CurrentVersion\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
View this thread: Disable Fast User Switching - Administration

TechArena Community - Technology and Computer Hardware Support Forums of India
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
My System SpecsSystem Spec
Old 09-04-2007   #8 (permalink)
rescuer


 
 

Re: Disable Fast User Switching


HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersi
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

My System SpecsSystem Spec
Old 09-04-2007   #9 (permalink)


Vista x64 Ultimate SP2, Windows 7 Ultimate x64
 
 

Re: Disable Fast User Switching

Quote  Quote: Originally Posted by rescuer View Post
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersi
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: rescuer's profile on TechArena Computer Hardware Support Forums of India
View this thread: Disable Fast User Switching - Administration

TechArena Community - Technology and Computer Hardware Support Forums of India
Rescuer,

Thank you for responding. I have tried this, and the "Switch User" is still in the Start Menu shutdown options. I am using the 64 bit Vista Home Premium. Would this work on a 64 bit vs 32 bit Vista?

Thank You,
Shawn
My System SpecsSystem Spec
Old 09-05-2007   #10 (permalink)
rescuer


 
 

Re: Disable Fast User Switching


rescuer;3137495 Wrote:
Quote:

> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersi
> 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

My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Control the Maximum allowed User Sessions in Fast User Switching Vista General
Disable Fast User Switching Vista installation & setup
Vista How to disable welcome screen and fast user switching? Vista account administration
Disable Fast User Switching (Classic Login) Vista account administration


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

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