Hide users in the logon screen

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is it possible to hide users created locally when login on? In a Workgroup,
it is necessary to create local users to specify which ones, in the network,
can access the resources and who cannot. I would like to see only my own
account
 
Is it possible to hide users created locally when login on? In a Workgroup,
it is necessary to create local users to specify which ones, in the network,
can access the resources and who cannot. I would like to see only my own
account

Have you considered turning off the welcome screen?
 
I have been reading other discussions here and found that, switching "do not
show the name in last logon", in the local policies, to enabled, solves the
situation.
Is there any other way?
Thanks anyway Justin
 
I have been reading other discussions here and found that, switching "do not
show the name in last logon", in the local policies, to enabled, solves the
situation.
Is there any other way?
Thanks anyway Justin

Not sure how you accomplish this in Vista. In XP it was Control Panel -
User Accounts -> Change the way users log on or off, and in that
dialog there is a "Use the Welcome Screen" checkbox. Vista most likely
has a different name for each of those steps but I would bet small
money it's in the user accounts in the Control Panel.
 
In XP you could edit the registry "UserList" to hide account and still use
the Wlecome Screen. The account would only appear when you boot into Safe
Mode. I am also looking for a way to do this in Vista but the UserList is
gone (or name changed) in the Vista registry. Anyone know how to do this in
Vista?
 
I have been reading other discussions here and found that, switching "do not
show the name in last logon", in the local policies, to enabled, solves the
situation.
Is there any other way?
Thanks anyway Justin

:





- Show quoted text -

Not that I would know of. I'm learning Vista too. :-]
 
bxlady,

You can hide accounts the same way you did in XP, but in Vista you need to
create those registry keys.

In regedit, navigate to:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon

Right click Winlogon and select New / Key

Name the new key SpecialAccounts (case sensitive)

Right click The SpecialAccounts key and select New Key again.

Name the key UserList

Click the UserList key and in the right side window right click and select
New / DWord (32bit) Value.

Name the new DWord value the same name as the account you wish to hide.
Double click this value and in the Value Data line enter either 0 (zero) to
hide the account or 1 to show the account.

**WARNING: Make sure that you have at least one Administrator account
available on the Welcome screen! If you hide the last administrator account
you may lock yourself out of making any changes that require administrator
privileges! Vista is designed to reveal the built-in administrator account
when you log into safe mode, if no other administrator accounts are
available, but if an administrator account is simply hidden, then the
built-in administrator account will not show up in safe mode!**
 
Back
Top