DomainProfile_EnableFirewall enables Windows® Firewall for the domain profile.

Values

true

Enables Windows Firewall. This is the default value.

false

Disables Windows Firewall.

Parent Hierarchy

Networking-MPSSVC-Svc | DomainProfile_EnableFirewall

Valid Passes

specialize

Applies To

For a list of the supported Windows editions and architectures that this component supports, see Networking-MPSSVC-Svc.

XML Example

The following XML output shows how to disable Windows Firewall.

  Copy Code
<DomainProfile_EnableFirewall>false</DomainProfile_EnableFirewall>
<PrivateProfile_EnableFirewall>false</PrivateProfile_EnableFirewall>
<PublicProfile_EnableFirewall>false</PublicProfile_EnableFirewall>

See Also