desktop2:FirewallRules
Specifies firewall exception rules used by Windows Desktop Bridge apps.
<desktop2:FirewallRules>
XML
<desktop2:FirewallRules
Executable = 'A string with a value between 1 and 256 characters in length that must end with ".exe" and cannot contain these characters: <, >, :, ", |, ?, or *. It specifies the default executable for the extension. If not specified, the executable defined for the app is used. If specified, the EntryPoint property is also used. If that EntryPoint property isnt specified, the EntryPoint defined for the app is used.' >
<!-- Child elements -->
Rule{0,1000}
</desktop2:FirewallRules>
{}
specific range of occurrences
Attribute | Description | Data type | Required | Default value |
---|---|---|---|---|
Executable | The application executable. | A string with a value between 1 and 256 characters in length that must end with .exe and cannot contain these characters: < , > , : , " , | , ? , or * . It specifies the default executable for the extension. If not specified, the executable defined for the app is used. If specified, the EntryPoint property is also used. If that EntryPoint property isnt specified, the EntryPoint defined for the app is used. |
Yes |
Child element | Description |
---|---|
Rule | Defines a firewall exception rule. |
Parent element | Description |
---|---|
desktop2:Extension | Declares an extensibility point for the app. |
Item | Value |
---|---|
Namespace | http://schemas.microsoft.com/appx/manifest/desktop/windows10/2 |
Minimum OS Version | Windows 10 version 1703 (Build 15063) |