{ "Name" : "Messaging (GPO)", "Description" : "This module desactivate Messaging 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" : "LetAppsAccessMessaging", "value" : "0" }, { "_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" : "LetAppsAccessMessaging_UserInControlOfTheseApps", "type" : "MultiString" }, { "action" : "AddRegKey", "path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy", "key" : "LetAppsAccessMessaging_ForceAllowTheseApps", "type" : "MultiString" }, { "action" : "AddRegKey", "path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy", "key" : "LetAppsAccessMessaging_ForceDenyTheseApps", "value" : "MultiString" } ] }