Add a firewall rule to block Edge

This commit is contained in:
Yorick Barbanneau 2018-03-27 00:11:45 +02:00
parent 1ba290dfe7
commit 6374b71932

View file

@ -113,6 +113,13 @@
"name" : "Edge", "name" : "Edge",
"path" : "$env:systemroot\\systemapps\\Microsoft.MicrosoftEdge_8wekyb3d8bbwe\\MicrosoftEdge.exe" "path" : "$env:systemroot\\systemapps\\Microsoft.MicrosoftEdge_8wekyb3d8bbwe\\MicrosoftEdge.exe"
}, },
{
"_comment" : "With this rule, Edge will not be able to join Internet",
"action" : "FwBlockProgram",
"name" : "EdgeCP",
"path" : "$env:systemroot\\systemapps\\Microsoft.MicrosoftEdge_8wekyb3d8bbwe\\MicrosoftEdgeCP.exe"
},
{ {
"action" : "FwBlockProgram", "action" : "FwBlockProgram",
"name" : "cleanw10_Cortana", "name" : "cleanw10_Cortana",