Bad reg values for LetAppsAccess... + corrections
This commit is contained in:
parent
ade08ccca0
commit
4253dee327
21 changed files with 45 additions and 57 deletions
|
@ -1,14 +1,14 @@
|
|||
{
|
||||
"Name" : "Messaging (GPO)",
|
||||
"Description" : "This module desactivate Messaging access for third party Apps like GPO did.",
|
||||
"Description" : "This module desactivate Messaging access for third party Apps like GPO does.",
|
||||
"actions" :
|
||||
[
|
||||
{
|
||||
{
|
||||
"_comment" : "This is the principal reg key controlled by GPO",
|
||||
"action" : "AddRegKey",
|
||||
"path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy",
|
||||
"key" : "LetAppsAccessMessaging",
|
||||
"value" : "0"
|
||||
"value" : "2"
|
||||
},
|
||||
{
|
||||
"_comment" : "The 3 bottom k eys seems to be some kind of ACL for App right",
|
||||
|
|
Reference in a new issue