Sysprep.inf - Network Adapter settings

G

Grafis

I'm unable to set Network Connection names "ConnectionName".
I have 3 connections and they revert to Connection 1, Connection 2
despite the following:

[params.Adapter01]
INFID="PCI\VEN_14E4&DEV_1677&SUBSYS_01821028&REV_01\4&2959CBDC&0&00E0"
ConnectionName="CompanyName Lan"

Also:
Is it possible to remove a Connection Item such as QoS Packet Scheduler?


Any help appreciated!!



Here's the full Networking section of my Sysprep.inf

[Networking]
InstallDefaultComponents=No

[Identification]
JoinDomain=

[NetAdapters]
Adapter01=params.Adapter01
Adapter02=params.Adapter01
Adapter03=params.Adapter03

[params.Adapter01]
INFID="PCI\VEN_14E4&DEV_1677&SUBSYS_01821028&REV_01\4&2959CBDC&0&00E0"
ConnectionName="CompanyName Lan"

[params.Adapter02]
INFID="PCI\VEN_8086&DEV_4220&SUBSYS_27218086&REV_05\4&2FA23535&0&18F0"
ConnectionName="CompanyName Wireless"

[NetClients]
MS_MSClient=params.MS_MSClient

[NetProtocols]
MS_TCPIP=params.MS_TCPIP

[Params.MS_TCPIP]
AdapterSections=params.MS_TCPIP.Adapter01,params.MS_TCPIP.Adapter02
DHCP=yes
DNS=yes
DNSSuffixSearchOrder=abc.com,def.com,etc.com
EnableLMHosts=No
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top