JSI Tip 0004 - Bypass the WinNT Logon Prompt.
Jerold Schulman
December 31, 1996
1 Min Read
If you want to autolog a user, both TweakUIand the Resource Kit utility AUTOLOG.EXE will do it foryou. To configure this using the registry, edit:
HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsNTCurrentVersionWinlogon
Set the DefaultDomainName, DefaultPassword(must be non-blank), and DefaultUserName. Set AutoAdminLogonto 1 (all are type REG_SZ). If you ever want to logon asa different user, hold down the shift key as you logoff.
If you implemented Tip025, undo it.
Note:Yourpassword is stored in plain text in the registry and can be seenby someone with the authority to view a remote registry.
NOTE: See tip 3513.
About the Author
Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
You May Also Like