You can use a utility like LogonStudio - free from http://www.stardock.com/pr
That makes life safer and simpler
Main Topics
Browse All TopicsI would like to change the appearance of the Welcome screen that shows up everytime Vista started up. I want to change things such as the bitmap layout, etc.. But I couldn't find anywhere any information about that.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
You can use a utility like LogonStudio - free from http://www.stardock.com/pr
That makes life safer and simpler
With http://www.stardock.com/pr
If you really must then use WindowsKey+R to bring up the RUN box, then type CMD [Enter] for a DOS box, or REGEDIT for the registry editor. Note. If you are not confident in using REGEDIT then its best to avoid it, changing the wrong thing can make your system unusable.
KTCS:
I just have a couple more questions:
Does Vista allows a DOS box (command) as XP did?
Besides the welcome screen, there is another screen called 'Welcome Center' after the user logged in, there is a small window with a bitmap and items such as 'View Computer Details', 'Transfer Files and Setings', etc.. The bottom of the window said:
'Welcome Center can be found in Control Panel, System and Maintenance'
But I coudn't find anything like 'System and Maintenance' in the Control Panel. Can you give any suggestions?
Business Accounts
Answer for Membership
by: dnudelmanPosted on 2008-03-21 at 00:03:35ID: 21178538
Secure login screen with CTRL + ALT + DEL before login
ser Account Pictures\Default Pictures
ser Account Pictures\user.bmp
a\Local\Te mp\<userna me>.tmp.bm p
article/vi sta-welcom e-screen.h tml
Press the Start-button and run this command:
netplwiz.cpl
Note the following command should give the same result:
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:
[HKEY_LOCAL_MACHINE \SOFTWARE \Microsoft \Windows NT \CurrentVersion \Winlogon]
DisableCAD = 0
This change should also match the following Local Security Policy -> Local Policies -> Security Options -> "Interactive logon: Do not require CTRL+ALT+DEL".
Note after pressing CTRL + ALT + DEL then the normal Welcome Screen will show with all the pretty user account icons.
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
Now it will only display the input fields for username and password, and it will no longer display all the available accounts with their user names and icons.
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:
[HKEY_LOCAL_MACHINE \SOFTWARE \Microsoft \Windows NT \CurrentVersion \Winlogon \SpecialAccounts \UserList]
NameOfTheUser = 0 (1 = Show, 0 = Hide)
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
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 available user account pictures are located in the following directory:
C:\ProgramData\Microsoft\U
Note the default user account picture is located here (Can be replaced with another 128x128 pixel bmp image):
C:\ProgramData\Microsoft\U
Note the picture currently selected by the user is located here:
C:\Users\<username>\AppDat
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.
from:http://smallvoid.com/