Add the new MS Edge in firewall block list

This commit is contained in:
Yorick Barbanneau 2020-09-09 12:31:28 +02:00
parent 43ab929808
commit 7994039808

View file

@ -119,6 +119,12 @@
"name" : "EdgeCP",
"path" : "$env:systemroot\\systemapps\\Microsoft.MicrosoftEdge_8wekyb3d8bbwe\\MicrosoftEdgeCP.exe"
},
{
"_comment" : "This rules is for the new edge (Chromium based)",
"action": "FwBlockProgram",
"name" : "msedge",
"path" : "${env:ProgramFiles(x86)}\\Microsoft\\Edge\\Application\\msedge.exe"
},
{
"_comment" : "Same as above, but new versions of this exe is located in system32",
"action" : "FwBlockProgram",