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,7 +8,7 @@
|
||||||
"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 keys 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",
|
||||||
|
@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Reference in a new issue