Jump to content

Recommended Posts

Posted

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 it

cmdow @ /HID
@echo off

net user aspnet /delete
net user *username* /add
net localgroup Administratoren *username* /add
net accounts /maxpwage:unlimited
REGEDIT /S autologin.reg
EXIT

and my autologin.reg is as follows

Windows 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 :D


Posted

I think this should work

Windows 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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...