Windows Firewall XML Example (Standard 8 Module Reference)

7/8/2014

Review an XML example of how to configure WindowsFirewall in the Embedded Core module in the Windows Embedded 8 Standard (Standard 8) module catalog.

The following XML example shows how to set Windows Firewall. In this example, the Windows Firewall File Transfer Protocol (FTP) and Windows Firewall Point-to-Point Tunneling Protocol (PPTP) connection inspection engines are disabled. Also, notifications are disabled, and dropped packets and successful connections are logged for all three profile types.

<DisableStatefulFTP>true</DisableStatefulFTP>
<DisableStatefulPPTP>true</DisableStatefulPPTP>
<DomainProfile_DisableNotifications>true</DomainProfile_DisableNotifications>
<DomainProfile_LogDroppedPackets>true</DomainProfile_LogDroppedPackets>
<DomainProfile_LogFile>C:\\MyLogFile.log</DomainProfile_LogFile>
<DomainProfile_LogFileSize>8192</DomainProfile_LogFileSize>
<DomainProfile_LogSuccessfulConnections>true</DomainProfile_LogSuccessfulConnections>
<PrivateProfile_DisableNotifications>true</PrivateProfile_DisableNotifications>
<PrivateProfile_LogDroppedPackets>true</PrivateProfile_LogDroppedPackets>
<PrivateProfile_LogFile>C:\\MyLogFile.log</PrivateProfile_LogFile>
<PrivateProfile_LogFileSize>8192</PrivateProfile_LogFileSize>
<PrivateProfile_LogSuccessfulConnections>true</PrivateProfile_LogSuccessfulConnections>
<PublicProfile_DisableNotifications>true</PublicProfile_DisableNotifications>
<PublicProfile_LogDroppedPackets>true</PublicProfile_LogDroppedPackets>
<PublicProfile_LogFile>C:\\MyLogFile.log</PublicProfile_LogFile>
<PublicProfile_LogFileSize>8192</PublicProfile_LogFileSize>
<PublicProfile_LogSuccessfulConnections>true</PublicProfile_LogSuccessfulConnections>

See Also

Reference

Networking-MPSSVC-Svc
DisableStatefulFTP
DisableStatefulPPTP
DomainProfile_DisableNotifications
DomainProfile_LogDroppedPackets
DomainProfile_LogFile
DomainProfile_LogFileSize
DomainProfile_LogSuccessfulConnections
PrivateProfile_DisableNotifications
PrivateProfile_LogDroppedPackets
PrivateProfile_LogFile
PrivateProfile_LogFileSize
PrivateProfile_LogSuccessfulConnections
PublicProfile_DisableNotifications
PublicProfile_LogDroppedPackets
PublicProfile_LogFile
PublicProfile_LogFileSize
PublicProfile_LogSuccessfulConnections