Jump to content

Sysprep prompting for computername and to joing do


Recommended Posts

I am having a problem with windows 2000 and sysprpe.inf. On my images I am being prompted for computername and to join a a domain even though in my sysprep.inf I am telling it a computername and to join a workgroup: Here is my sample sysprep.inf:

[NT4Preinstall]

OemBannerText="Windows NT 5.0 - Dell Computer Corporation"

[unattended]

OemSkipEula=YES

KeepPageFile="1"

[GuiUnattended]

OemSkipWelcome = "1"

OEMSkipRegional= "1"

TimeZone=35

[userData]

ComputerName="Computer"

FullName="Company"

OrgName="Company"

ProductID = "xxxx-xxxx-xxxx-xxxx-xxxx"

[Networking]

[identification]

JoinWorkgroup="USAGNT"

Can anyone shed some light as to what may be wrong. I will look on the ocmputer to see if there is a sinn.sif fiel anywhere that may be interfering. This is really starting to be a pain. Thanks in advance for any help.

Link to comment
Share on other sites


Just a couple thoughts on this, I'm noticing if this is your full unattended file, you will need a couple more things

[unattanded]

UnattendMode=FullUnattended

OemPreinstall=Yes

OemSkipEula=Yes

[GiuUnattended]

AdminPassword=INSERTENCRYPTEDADMINPASSHERE

EncryptedAdminPassword=Yes

OEMSkipRegional=1

TimeZone=YOURTIMEZONE (20 is CST)

[userData]

ProductKey=ABCDE-12345-VWXYZ-98765-LMNOP

FullName="Your Name"

OrgName="Your Company"

ComputerName=*

{for autogen, or specify here}

[identification]

JoinDomain=YourDomainName

DomainAdmin=administrator

{Someone with the rights to join a computer to the domain}

DomainAdminPassword=UNENCRYPTEDPASSWORD

{gotta love that, or on RIS you can skip above and this and use DoOldStyleDomainJoin=Yes, don't think that works on a CD}

Hope this helps. Setupmgr will generate these for you if you want to use the resource kit wizard, and I've used these on 2k before without a problem for the base settings.

Diamond

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