{ "Name" : "DiagnisticInfo (GPO)", "Description" : "This module desactivate diagnistic 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" : "LetAppsGetDiagnosticInfo", "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" : "LetAppsGetDiagnosticInfo_UserInControlOfTheseApps", "type" : "MultiString" }, { "action" : "AddRegKey", "path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy", "key" : "LetAppsGetDiagnosticInfo_ForceAllowTheseApps", "type" : "MultiString" }, { "action" : "AddRegKey", "path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy", "key" : "LetAppsGetDiagnosticInfo_ForceDenyTheseApps", "type" : "MultiString" } ] }