Jump to content

Recommended Posts

Posted (edited)

I can't do it no matter what I try.

Please take a look at my sysprep.inf and tell me what I am doing wrong.



[Unattended]
OemSkipEula=Yes
TargetPath=\WINDOWS
DriverSigningPolicy=Ignore
UpdateInstalledDrivers=Yes
UpdateServerProfileDirectory=1

[GuiUnattended]
OEMSkipRegional=1
OemSkipWelcome=1
TimeZone=35

AdminPassword=XXXXX

[GuiRunOnce]
Command0="C:\WINDOWS\DNS Registration.VBS"

[Networking]
InstallDefaultComponents=Yes

[UserData]
FullName=xxxxxxxXXXXXXXXXXXXXXXXXX
OrgName=XXXXXXXXXXXXXXXXXXXXXXXXXXX
ProductID=XXXXXXXXXXXXXXXXXXXXXXXXX

ComputerName=*

[Display]
BitsPerPel=32
Xresolution=1024
YResolution=768
Vrefresh=75
AutoConfirm=1

[Identification]
JoinWorkgroup=WORKGROUP

[NetProtocols]
MS_TCPIP = params.MS_TCPIP

[NetAdapters]
Adapter1 = params.MS_TCPIP.Adapter1

[params.MS_TCPIP]
DNSSuffixSearchOrder=X.X
EnableLMHosts=Yes
AdapterSections=params.MS_TCPIP.Adapter1

[params.MS_TCPIP.Adapter1]
SpecificTo=Adapter1
NetBIOSOptions=2
DHCP=Yes
DNSDomain=X.X
EnableAdapterDomainNameRegistration=Yes
DisableDynamicUpdate=No


[sysprepcleanup]

Edited by clivebuckwheat

Posted

according to the ref.chm 2 is disabled, am I reading this wrong?

NetBIOSOptions = 0 | 1 | 2

Values 0

Uses NetBIOS setting from the DHCP Server.

1

Enables NetBIOS over TCP/IP.

2

Disables NetBIOS over TCP/IP.

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