EnableNetwork
EnableNetwork
specifies whether network connection is enabled. This setting applies only to Windows PE.
If you set EnableNetwork
to false, network initialization is skipped, and any network settings are ignored.
In OEM, independent software vendor, or other customized Windows PE scenarios, the default value for EnableNetwork
is true. In Windows Setup scenarios, the default value is false.
Values
true |
Specifies that network connection is enabled. |
false |
Specifies that network connection is not enabled. |
Valid Passes
Parent Hierarchy
Microsoft-Windows-Setup | EnableNetwork
Applies To
For the list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-Setup.
XML Example
The following XML output shows how to disable network connection.
<EnableNetwork>false</EnableNetwork>