33 lines
1.3 KiB
Text
33 lines
1.3 KiB
Text
{
|
|
"Name" : "Account Info (GPO)",
|
|
"Description" : "This module desactivate Account Info access for third party Apps like GPO did.",
|
|
"actions" :
|
|
[
|
|
{
|
|
"_comment" : "This is the principal reg key controlled by GPO",
|
|
"action" : "AddRegKey",
|
|
"path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy",
|
|
"key" : "LetAppsAccessAccountInfo",
|
|
"value" : "2"
|
|
},
|
|
{
|
|
"_comment" : "The 3 bottom keys seems to be some kind of ACL for App right",
|
|
"action" : "AddRegKey",
|
|
"path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy",
|
|
"key" : "LetAppsAccessAccountInfo_UserInControlOfTheseApps",
|
|
"type" : "MultiString"
|
|
},
|
|
{
|
|
"action" : "AddRegKey",
|
|
"path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy",
|
|
"key" : "LetAppsAccessAccountInfo_ForceAllowTheseApps",
|
|
"type" : "MultiString"
|
|
},
|
|
{
|
|
"action" : "AddRegKey",
|
|
"path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy",
|
|
"key" : "LetAppsAccessAccountInfo_ForceDenyTheseApps",
|
|
"type" : "MultiString"
|
|
}
|
|
]
|
|
}
|