Windows XP Auto Login – Registry Entry
Sunday, January 18th, 2009The following Registry Entry will allow windows to login a particular account upon booting up. The labels are self explanatory. Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] “DefaultUserName”=”Administrator” “defaultpassword”=”password” “autoadminlogon”=”1″ DefaultUserName is the username of the account. Above we used Administrator defaultpassword is the password that windows will use. autoadminlogon must be set to “1″ [...]