Hide users from XP Welcome screen?

4

How can I hide certain users from the XP Welcome screen?

I Would prefer a solution not involving Windows Registry.

CJ7

Posted 2012-05-02T01:16:57.827

Reputation: 1 060

Answers

2

If you don't want to touch the registry yourself, you can use:

CJ7

Posted 2012-05-02T01:16:57.827

Reputation: 1 060

3

Ok. Well... This article describes how to do it if you do decide to brave registry diving. But, I can understand your reluctance. SO.... make sure you actually read through that little instructional page. Why? Because after they tell you how to do it yourself, they provide you with a link to a little free program they wrote that will do it all for you. You can download it from that link, and then not have to mess around with the registry.

Seriously. Here is a direct link to the program. I still recommend reading through the instructions on how to do it yourself.

EDIT The registry edit instructions are relatively simple, and as follows:

The welcome screen displays all of the local users on the system, except the built-in administrator account that was created during setup. If we want to hide a specific user from the list, we need to create a special value under this registry key:

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList

Under this key you simply create a new DWORD value – the name matches the users name exactly, and the value is one of the following (Decimal format)

0 – Hides the user just from the welcome screen

1 – The user is shown

Bon Gart

Posted 2012-05-02T01:16:57.827

Reputation: 12 574