Add a firewall rule to block Edge
This commit is contained in:
parent
1ba290dfe7
commit
6374b71932
1 changed files with 7 additions and 0 deletions
|
@ -113,6 +113,13 @@
|
|||
"name" : "Edge",
|
||||
"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",
|
||||
"name" : "cleanw10_Cortana",
|
||||
|
|
Reference in a new issue