Change the looks of the login and welcome screen
When using the Welcome Screen then there are different ways to change its appearence. For example one can use a picture/icon to identify each account. To add different pictures than the ones provided by Microsoft, place the new pictures (48x48 pixels, gif,bmp,jpg) in this folder:
C:\Documents And Settings\All Users\Application Data\Microsoft\User Account Pictures\Default Pictures
More Info MS KB292434
The Welcome Screen allows one to see if there are any unread email for a certain account. It is possible to disable this feature:
[HKEY_CURRENT_USER \Software \Microsoft \Windows \CurrentVersion \UnreadMail]
MessageExpiryDays = 0Note if having the feature enabled, but the unread e-mail count is wrong, then try to reset the count (Same as Repair unread mail count in Tweak UI):
[HKEY_CURRENT_USER \Software \Microsoft \Windows \CurrentVersion \UnreadMail]
Message Count = 0More Info MS KB304148
More Info MS KB831403
The Welcome Screen can also show how many programs other users are running, when using Fast User Switching. To disable the diplay of Program Running, set the following registry key to 0 and change its permissions to read-only:
[HKEY_CURRENT_USER \SessionInformation]
ProgramCount = 0
The theme on the login and shutdown dialog (When not using the Welcome Screen) can be changed to your favorite theme. This is done by configuring the theme for the .DEFAULT user:
[HKEY_USERS \.DEFAULT \Software \Microsoft \Windows \CurrentVersion \ThemeManager]
ColorName = “Metallic” (Default = “NormalColor”)
The theme on the login and shutdown dialog (When not using the Welcome Screen) can be disabled, so it becomes Windows 2000 style:
[HKEY_CURRENT_USER \Software \Microsoft \Windows \CurrentVersion \ThemeManager]
[HKEY_LOCAL_MACHINE \SOFTWARE \Microsoft \Windows \CurrentVersion \ThemeManager]
[HKEY_USERS\.DEFAULT \Software \Microsoft \Windows \CurrentVersion \ThemeManage]
ThemeActive = 0 (Default = 1)