Windows Defender Firewall - Deny Windows Apps rules creation

Copper Contributor

How can I disable Windows apps automatic Defender firewall rule creation?

 

I have configured local firewall rules and connection security rules Settings in the WDFASecurity panel.

Mafecteau_1-1608314565570.png

 

I runned powershell commands to remove all outbound rules

$FirewallOutRules = Get-NetFirewallRule | Where-Object {$_.Direction -EQ "Outbound"}
Remove-NetFirewallRule $FirewallOutRules.Name

 
 
 
 

After an App like Mixed reality portal, Windows map is updated, a rule is automaticaly created.

Mafecteau_0-1608314405944.png

 

How can I stop this behavior?

 

2 Replies

@Mafecteau we also have this problem in which the rulebase is being polluted by rules we dont want.

 

Did you found an answer ?