I have a Windows XP Pro client connected to a Server 2003 R2 domain and it uses a reg file stored locally to set autologon info [HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
Its designed so that when the computer boots and logs in, it sets the autologon credentials again so if the user logs out or the computer is rebooted, it automatically logs back into the same account.
The same autologon process works fine on numerous other machines.
In this case, despite the file being correct and the registry values being set (checked in regedit), it won't auto log back in after logging out. The Domain selection drop down list is always populated with the local machine name (but the actual domain is listed).
If you select the domain manually after the autologon fails and type in the correct password, it logs in successfully...
So it seems like its always trying to log into the local machine with the username/password combo for the domain account.
Any ideas?? Have I missed some obvious setting that prevents it picking up the domain name?
Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"AutoAdminLogon"="1"
"DefaultDomainName"="mydomain.net"
"DefaultUserName"="username"
"DefaultPassword"="password"
"ForceAutoLogon"="1"
Its designed so that when the computer boots and logs in, it sets the autologon credentials again so if the user logs out or the computer is rebooted, it automatically logs back into the same account.
The same autologon process works fine on numerous other machines.
In this case, despite the file being correct and the registry values being set (checked in regedit), it won't auto log back in after logging out. The Domain selection drop down list is always populated with the local machine name (but the actual domain is listed).
If you select the domain manually after the autologon fails and type in the correct password, it logs in successfully...
So it seems like its always trying to log into the local machine with the username/password combo for the domain account.
Any ideas?? Have I missed some obvious setting that prevents it picking up the domain name?