globalFlags (LANPolicy) Element
The globalFlags (LANPolicy) element contains the global settings for the automatic configuration of wired networks.
<xs:element name="globalFlags">
<xs:complexType>
<xs:sequence>
<xs:element name="enableAutoConfig"
type="boolean"
/>
<xs:any
processContents="lax"
minOccurs="0"
maxOccurs="unbounded"
namespace="##other"
/>
</xs:sequence>
</xs:complexType>
</xs:element>
The globalFlags element is defined by the LANPolicy element.
Child elements
Element | Type | Description |
---|---|---|
enableAutoConfig | boolean | Specifies whether machines use the built-in automatic configuration service to manage connections to wired networks that require layer 2 authentication (such as 802.1X). |
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2008 [desktop apps only] |
See also
-
Definition context of element in schema
-
Possible immediate parent element in schema instance