BritishBulldog Posted November 4, 2004 Posted November 4, 2004 How can i set up my unattended install to logon to a Domain at first boot?my settings are as follows.winnt.sif[Identification] JoinDomain=*DomainName* DomainAdmin=*DomainAdminName* DomainAdminPassword=*DomainAdminPassword*my cmdlines.txt calls up a konten.cmd which has this in itcmdow @ /HID@echo offnet user aspnet /deletenet user *username* /addnet localgroup Administratoren *username* /addnet accounts /maxpwage:unlimitedREGEDIT /S autologin.regEXITand my autologin.reg is as followsWindows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]"DefaultUserName"="*username*""DefaultPassword"="*userpassword*""AutoAdminLogon"="1"The user is already in the domain. It is just getting the autologon to use the domain and not the local user. My unattended stops at login and i can change to the domain, but that is not hte point of the whole thing. Everything between the stars has been changed
kenedy Posted November 4, 2004 Posted November 4, 2004 I think this should workWindows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]"DefaultUserName"="*username*""DefaultPassword"="*userpassword*""AutoAdminLogon"="1""DefaultDomainName" = "*Domain*"
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now