From 6374b71932fa22de88e679a3933ac56392e94c1b Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Tue, 27 Mar 2018 00:11:45 +0200 Subject: [PATCH] Add a firewall rule to block Edge --- modules.d/FW_ProgramsApps.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules.d/FW_ProgramsApps.conf b/modules.d/FW_ProgramsApps.conf index f6afe93..c73537a 100644 --- a/modules.d/FW_ProgramsApps.conf +++ b/modules.d/FW_ProgramsApps.conf @@ -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",