Bad reg key
This commit is contained in:
parent
b765d3752f
commit
1d7d2a6254
1 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||
}
|
||||
]
|
||||
|
|
Reference in a new issue