Block new version of Edge

This commit is contained in:
Yorick Barbanneau 2020-02-18 17:34:45 +01:00
parent 0ce53123bb
commit 08ed268432

View file

@ -119,7 +119,12 @@
"name" : "EdgeCP", "name" : "EdgeCP",
"path" : "$env:systemroot\\systemapps\\Microsoft.MicrosoftEdge_8wekyb3d8bbwe\\MicrosoftEdgeCP.exe" "path" : "$env:systemroot\\systemapps\\Microsoft.MicrosoftEdge_8wekyb3d8bbwe\\MicrosoftEdgeCP.exe"
}, },
{
"_comment" : "Same as above, but new versions of this exe is located in system32",
"action" : "FwBlockProgram",
"name" : "EdgeCP",
"path" : "$env:systemroot\\System32\\MicrosoftEdgeCP.exe"
},
{ {
"action" : "FwBlockProgram", "action" : "FwBlockProgram",
"name" : "cleanw10_Cortana", "name" : "cleanw10_Cortana",