banner

[NetAdapters]

Answer File = Unattend.txt and Sysprep.inf

The [NetAdapters] section specifies the network adapters to install. You must list each adapter present in the computer as an entry = value pair. Only one network adapter is configured during Sysprep, even if the Sysprep.inf file specifies configuration of multiple cards.

The entry name is user-defined and acts as an identifier for the adapter that you install.

Entry Description
adapter_instance Specifies a section that contains entries for the adapter under consideration.

Sample

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

[NetAdapters]
Adapter1 = params.Adapter1

adapter_instance

Specifies a section that contains entries for the adapter under consideration.

Syntax adapter_instance = adapter_entries_section
Value adapter_entries_section
Default Value user-defined
Example
Adapter1 = params.Adapter1
Comments You must create a unique entry for each adapter.

icon Return to top