Bad reg key

This commit is contained in:
Yorick Barbanneau 2018-03-26 13:06:00 +02:00
parent b765d3752f
commit 1d7d2a6254

View file

@ -7,26 +7,26 @@
"_comment" : "This is the principal reg key controlled by GPO",
"action" : "AddRegKey",
"path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy",
"key" : "LetAppsRunInBackgound",
"key" : "LetAppsRunInBackground",
"value" : "2"
},
{
"_comment" : "The 3 bottom k eys seems to be some kind of ACL for App right",
"action" : "AddRegKey",
"path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy",
"key" : "LetAppsRunInBackgound_UserInControlOfTheseApps",
"key" : "LetAppsRunInBackground_UserInControlOfTheseApps",
"type" : "MultiString"
},
{
"action" : "AddRegKey",
"path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy",
"key" : "LetAppsRunInBackgound_ForceAllowTheseApps",
"key" : "LetAppsRunInBackground_ForceAllowTheseApps",
"type" : "MultiString"
},
{
"action" : "AddRegKey",
"path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy",
"key" : "LetAppsRunInBackgound_ForceDenyTheseApps",
"key" : "LetAppsRunInBackground_ForceDenyTheseApps",
"type" : "MultiString"
}
]