Configure the login and Welcome Screen in Vista
5 October 2007 by Snakefoot | Comment » | Trackback OffThe Welcome Screen is enabled by default and is shown at startup, where one can choose one of the available user-accounts (Just like in WinXP).
Secure login screen with CTRL + ALT + DEL before login
- Press the Start-button and run this command:
Note the following command should give the same result:netplwiz.cpl
control userpasswords2
- Change to the Advanced-tab and enable Require users to press CTRL+ALT+DEL
This change should match the following DWORD registry setting:
This change should also match the following Local Security Policy -> Local Policies -> Security Options -> "Interactive logon: Do not require CTRL+ALT+DEL".[HKEY_LOCAL_MACHINE \SOFTWARE \Microsoft \Windows NT \CurrentVersion \Winlogon]
DisableCAD = 0

Only display the user name and password prompt at login
- Open Control Panel and select System and Maintenance
- Select Administrative Tools and double-click Local Security Policy
- Expand Local Policies to Security Options
- Enable Interactive logon: Do not display last user name
This change should match the following DWORD registry setting:[HKEY_LOCAL_MACHINE \Software \Microsoft \Windows \CurrentVersion \Policies \System]
DontDisplayLastUserName = 1

Hide a single user account from the Welcome Screen
By adding the username of the account to a special list in the registry, then it will no longer appear on the Welcome Screen. Just create DWORD registry value at the following location:Note in Vista the Administrator account is disabled by default and when activated, then it will be displayed on the Welcome Screen automatically. More Info MS KB 926183[HKEY_LOCAL_MACHINE \SOFTWARE \Microsoft \Windows NT \CurrentVersion \Winlogon \SpecialAccounts \UserList]
NameOfTheUser = 0 (1 = Show, 0 = Hide)
More Info MS KB942956
Customize the picture shown on the Welcome screen
To change the picture shown on the logon screen for a user:- Open Control Panel and select User Accounts-
- Click Change Your Picture and select the picture you want.
Note the default user account picture is located here (Can be replaced with another 128x128 pixel bmp image):C:\ProgramData\Microsoft\User Account Pictures\Default Pictures
Note the picture currently selected by the user is located here:C:\ProgramData\Microsoft\User Account Pictures\user.bmp
C:\Users\<username>\AppData\Local\Temp\<username>.tmp.bmp
Disable the Welcome Screen by enabling automatic login
Automatic Login can be enabled with the following steps, so the Welcome Screen is not shown at startup:- Run this this command to open the advanced user management:
netplwiz.cpl
- Uncheck "Users must enter a username and password to use this computer" and provide the username and password for the account to use by default.
Tags:
Category:
Updated: 17 June 2008
Comment by Bill - 31 December 2007 @ 18:49 Reply
This does not explain how to customize the Vista Logon SCREEN! @$%#
This will merely change the user’s account picture.