banner

[protocol parameters section]

Answer File = Unattend.txt and Sysprep.inf

The [protocol parameters section] section contains an entry for specifying network protocol parameters that are also specified in the [NetProtocols] section.

Entry Description
AdapterSections Specifies a list of sections that contain device-specific network protocol parameters.

Sample

This sample demonstrates one use of the [protocol parameters section] section of Unattend.txt.

[protocol parameters section]
AdapterSections = params.TCPIP.Adapter1, params.TCPIP.Adapter2

AdapterSections

Specifies a list of sections that contain device-specific network protocol parameters.

Syntax AdapterSections = section name[,section name, ...]
Values section name[,section name, ...]
Example
AdapterSections = params.TCPIP.Adapter1, params.TCPIP.Adapter2
Comments You must specify a value in SpecificTo for each of the adapter sections listed here. The value of the SpecificTo entry is the name of a network adapter defined in the [NetAdapters] section.

For more information, see SpecificTo in the [adapter_specific_protocol_section] section.

icon Return to top