Bad reg values for LetAppsAccess... + corrections

This commit is contained in:
Yorick Barbanneau 2018-03-26 12:51:25 +02:00
parent ade08ccca0
commit 4253dee327
21 changed files with 45 additions and 57 deletions

View file

@ -1,14 +1,14 @@
{
"Name" : "Location (GPO)",
"Description" : "This module desactivate Location access for third party Apps like GPO did.",
"Name" : "Location ans sensors (GPO)",
"Description" : "This module desactivate Location access for third party Apps like GPO does.",
"actions" :
[
{
"_comment" : "This is the principal reg key controlled by GPO",
{
"_comment" : "This is the principal reg key controlled by GPO",
"action" : "AddRegKey",
"path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy",
"key" : "LetAppsAccessLocation",
"value" : "0"
"value" : "2"
},
{
"_comment" : "The 3 bottom keys seems to be some kind of ACL for App right",