Windows default authentication method commonly found on XP Home machines is the Welcome Screen. This displays a nice friendly button for each user account on that machine.

There are times when you have a service account set-up where you want a button to be hidden.
To hide a user's account from the welcome screen in Windows XP:

1. Open Registry Editor.
2. In Registry Editor, navigate to the following registry key:

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

1. Create the following entry:

Username: REG_DWORD

(Where Username is the username of the user you want to hide from the Welcome Screen).

1. Assign a value of 0.
2. Close Registry Editor.
3. Reboot.

This will prevent the user from showing up on the welcome screen. You will need to press CTRL-ALT-DEL twice at the logon screen to get the old W2K logon style box to be able to logon to the account you've hidden. Adding a username and setting the value to 1 will cause that user, such as Administrator, to show up on the Welcome screen as well.