Change restriction type to User Controled

This commit is contained in:
Yorick Barbanneau 2020-03-27 10:50:30 +01:00
parent 822af6e0f5
commit 4faa0cc9e5

View file

@ -8,10 +8,10 @@
"action" : "AddRegKey", "action" : "AddRegKey",
"path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy", "path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy",
"key" : "LetAppsAccessMicrophone", "key" : "LetAppsAccessMicrophone",
"value" : "2" "value" : "0"
}, },
{ {
"_comment" : "The 3 bottom k eys seems to be some kind of ACL for App right", "_comment" : "The 3 bottom keys seems to be some kind of ACL for App right",
"action" : "AddRegKey", "action" : "AddRegKey",
"path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy", "path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy",
"key" : "LetAppsAccessMicrophone_UserInControlOfTheseApps", "key" : "LetAppsAccessMicrophone_UserInControlOfTheseApps",
@ -27,7 +27,8 @@
"action" : "AddRegKey", "action" : "AddRegKey",
"path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy", "path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy",
"key" : "LetAppsAccessMicrophone_ForceDenyTheseApps", "key" : "LetAppsAccessMicrophone_ForceDenyTheseApps",
"type" : "MultiString" "type" : "MultiString",
"value" : "Microsoft.MicrosoftEdge_8wekyb3d8bbwe Microsoft.Win32WebViewHost_cw5n1h2txyewy Microsoft.Windows.Cortana_cw5n1h2txyewy Microsoft.WindowsStore_8wekyb3d8bbwe Microsoft.XboxGamingOverlay_8wekyb3d8bbwe"
} }
] ]
} }