Change restriction type to User Controled
This commit is contained in:
parent
822af6e0f5
commit
4faa0cc9e5
1 changed files with 5 additions and 4 deletions
|
@ -8,10 +8,10 @@
|
|||
"action" : "AddRegKey",
|
||||
"path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy",
|
||||
"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",
|
||||
"path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy",
|
||||
"key" : "LetAppsAccessMicrophone_UserInControlOfTheseApps",
|
||||
|
@ -27,7 +27,8 @@
|
|||
"action" : "AddRegKey",
|
||||
"path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy",
|
||||
"key" : "LetAppsAccessMicrophone_ForceDenyTheseApps",
|
||||
"type" : "MultiString"
|
||||
"type" : "MultiString",
|
||||
"value" : "Microsoft.MicrosoftEdge_8wekyb3d8bbwe Microsoft.Win32WebViewHost_cw5n1h2txyewy Microsoft.Windows.Cortana_cw5n1h2txyewy Microsoft.WindowsStore_8wekyb3d8bbwe Microsoft.XboxGamingOverlay_8wekyb3d8bbwe"
|
||||
}
|
||||
]
|
||||
}
|
Reference in a new issue