Is there a way to hardcode a particular username in the Logon Dialog Box for Win 2K?
We're running Novell Frontend Client on Win 2K. Generally, the last username will be displayed in the Welcome screen logon, both for Novell Frontend as well as Windows Logon Dialog box. If the user's password is synchronized, then one password will take the user directly to the desktop. However, somehow the Windows Logon Dialog box always displayed with 'Administrator' as the username, hence, causes the user to always have to re-enter his username and password.
Any idea as to how this 'Administrator' username is being set and/or how to remove it to allow the last username to display? Thanks!
Software/Hardware used:
ASKED:
September 21, 2005 3:13 PM
UPDATED:
September 27, 2005 4:14 PM
You can set this up in the registry:
Registry key: HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsNTCurrentVersionWinlogon; Enter your domain name and account name using the following values : DefaultDomainName, DefaultUserName as string values. You can also configure this for auto logon by adding an AutoAdminLogin dword key and setting the value to 1. This requires you add a DefaultPassword string key also.I don’t think autologin would work properly if the Novell client is the logon client also.