banner

[adapter_specific_protocol_section]

Answer File = Unattend.txt and Sysprep.inf

The [adapter_specific_protocol_section] section contains an entry for specifying the network component.

Entry Description
SpecificTo Specifies the name of a network component on the computer.

Sample

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

[adapter_specific_protocol_section]
SpecificTo = Adapter1

SpecificTo

Specifies the name of a network component on the computer.

Syntax SpecificTo = network_component_name
Value network_component_name
Example
SpecificTo = Adapter1
Comments

If the SpecificTo entry is not present, the entries in the section are global to the network protocol that you configure during Setup.

If you specify an entry that is in both the [Protocol] section and this section, Setup ignores entries specified in this section.

icon Return to top