diff --git a/modules.d/FW_ProgramsApps.conf b/modules.d/FW_ProgramsApps.conf index 998eb97..25fa9c6 100644 --- a/modules.d/FW_ProgramsApps.conf +++ b/modules.d/FW_ProgramsApps.conf @@ -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",