P
*ProteanThread*
where can i hide user names on the welcome screen in the registry without
using tweakui ?
using tweakui ?
Steven Cooke said:You can set the "require users to press alt-ctrl-delete" in user
accounts/advanced
Steven Cooke said:You can set the "require users to press alt-ctrl-delete" in user
accounts/advanced
Ramesh said:Windows XP: Hide Users on the Welcome Screen - Windows-Help.NET:
http://www.windows-help.net/WindowsXP/tune-10.html
Kelly said:Start/Run/Regedit
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\Winlogon\SpecialAccounts\UserList
Add the username you wish to hide as a DWORD value. Set the value to 0
(zero). 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 Win2K logon, 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.
Automated Script:
Hide User or Add User to the Welcome Screen (Line 22)
http://www.kellys-korner-xp.com/xp_tweaks.htm
Kelly said:Most welcome and thank you.)