Change restriction type to User Controled
This commit is contained in:
parent
4faa0cc9e5
commit
e6e9b3afc5
1 changed files with 3 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
||||||
"action" : "AddRegKey",
|
"action" : "AddRegKey",
|
||||||
"path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy",
|
"path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy",
|
||||||
"key" : "LetAppsAccessCamera",
|
"key" : "LetAppsAccessCamera",
|
||||||
"value" : "2"
|
"value" : "0"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"_comment" : "The 3 bottom k eys seems to be some kind of ACL for App right",
|
"_comment" : "The 3 bottom k eys 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" : "LetAppsAccessCamera_ForceDenyTheseApps",
|
"key" : "LetAppsAccessCamera_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