Jump to content

Joining a Domain


Recommended Posts

I created one Unattended CD, that automatically joins my home-domain. Everything works fine, except one (major) thing.

When the XP Setup is finished, you are prompted to login. If you login as Admin on the local machine, the batch processing starts and eversthing gets properly installed. But if i login with my domain account, windows starts (it takes an unusual long time) and no batch processing is started. Any idea why?

Link to comment
Share on other sites


Which local group does your domain user belong to? If your DOMAIN\User after installation belongs to LOCAL_MACHINE\Users, you cannot start installation. Your domain user should be in group LOCAL_MACHINE\Administrators.

Link to comment
Share on other sites

  • 1 year later...

Using RunOnceEx:

REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v AutoAdminLogon /d 1 /f

REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v DefaultDomainName /d "DOMAIN" /f

REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v DefaultUserName /d "Domain_Admin" /f

REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v DefaultPassword /d "password" /f

BTW you should use GP to autoconfigure administrator group globally.

Link to comment
Share on other sites

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...