November 4, 200421 yr 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
November 4, 200421 yr 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*"
Create an account or sign in to comment