rutger10000 Posted April 13, 2005 Posted April 13, 2005 I'm having some problems getting sysprep to configure my networking components the way I want it to. My sysprep excerpt is below. I'm encountering the follow problems:1. lmhosts ends up not being disabled2. File and Print Sharing is bounded to the adapter when it shouldnt be (it's entry is check in the network card properties).3. Same problem as 2 but for QoS Packet Scheduler.Any suggestions on what I should change? Thanks for the help.------------ sysprep.inf excerpt ---------------------[Networking] InstallDefaultComponents=No[NetAdapters]Adapter01 = params.Adapter01;identify the network card by the pnp id[params.Adapter01]INFID = "PCI\VEN_8086&DEV_100E&SUBSYS_01511028&REV_02";install Client for MS Networks[NetClients]MS_MSClient = params.MS_MSClient;use windows locator for ms client[params.MS_MSClient]NameServiceProtocol = ncacn_np[MS_TCPIP parameters]EnableLMHosts = NoEnableSecurity = YesDNSDomain = editedDNSServerSearchOrder = editedSyncDomainWithMembership = 1;Only install TCP/IP.[NetProtocols]MS_TCPIP = params.MS_TCPIP;disable lmhosts, enable tcp/ip filtering and allow tcp,ip, and udp;set the gateway, enabled DHCP, disabled NetBios[params.MS_TCPIP.Adapter01]SpecificTo = Adapter01IpAllowedProtocols = 4,6,17DefaultGateway = editedDHCP = YesNetBIOSOptions = 2SubnetMask = 255.255.255.0; disable file and print sharing, QoS, and NetBT[NetBindings]Disable = "MS_Server MS_PSched MS_NetBT Adapter01"
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now