Hello,
Does anyone know of an easy way to autologin after a RIS install as a domain user rather than as a local user. I have tried inserting it into the registry, but for some reason it doesn't seem to pick it up at first boot.
any input would be appreciated.
Thanks
Page 1 of 1
Autologon as different user
#2
Posted 26 September 2006 - 12:29 PM
At what point did you insert the registry entries? If imported from Cmdlines.txt, I'd say it should work... You'll need the following entries:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] "AutoAdminLogon"="1" "DefaultDomainName"="DOMAIN" "DefaultPassword"="password" "DefaultUserName"="User"
#3
Posted 26 September 2006 - 08:38 PM
I found auto domain logons to be a problem when using only those four keys. Sometimes it would work and the rest persisted with a local logon. The following keys are the only way i managed to successfully auto logon to the domain everytime.
that gets run at T-13 along with my other RunOnceEx commands.
regards, theunknown
::SETS AUTOLOGON KEY SET KEY=HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon ::ENABLES SINGLE ADMIN LOGON REG ADD "%KEY%" /f /v DefaultDomainName /t REG_SZ /d DOMAIN REG ADD "%KEY%" /f /v AltDefaultDomainName /t REG_SZ /d DOMAIN REG ADD "%KEY%" /f /v CachePrimaryDomain /t REG_SZ /d DOMAIN REG ADD "%KEY%" /f /v DefaultUserName /t REG_SZ /d USERNAME REG ADD "%KEY%" /f /v AltDefaultUserName /t REG_SZ /d USERNAME REG ADD "%KEY%" /f /v DefaultPassword /t REG_SZ /d PASSWORD REG ADD "%KEY%" /f /v AutoLogonCount /t REG_DWORD /d 1 REG ADD "%KEY%" /f /v AutoAdminLogon /t REG_SZ /d 1 REG DELETE "%KEY%" /f /v DcacheUpdate
that gets run at T-13 along with my other RunOnceEx commands.
regards, theunknown
- ← installation with programs serial numbers
- Unattended Windows 2000/XP/2003
- Control Text Install / Automate GUI install →
Share this topic:
Page 1 of 1



Help
Back to top









