{ "name" : " Diagnostic Data (GPO)", "description" : "This module try to disable diagnostic tracking like GPO does.", "actions" : [ { "_comment" : "Do not show feedback notification", "action" : "AddRegKey", "path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\DataCollection", "key" : "DoNotShowFeedbackNotifications", "value" : "1" }, { "_comment" : "Disable Telemetry, 1 for minimum information leak (Home and Pro edition) and 0 for total disable (Entreprise only)", "action" : "AddRegKey", "path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\DataCollection", "key" : "AllowTelemetry", "value" : "1" }, { "_comment" : "Disable 'Use diagnostic data for personnalized experience", "action" : "AddRegKey", "path" : "HKCU:\\SOFTWARE\\Policies\\Microsoft\\Windows\\CloudContent", "key" : "DisableTailoredExperiencesWithDiagnosticData", "value" : "1" }, { "_comment" : "Disable App compatibility telemetry", "action" : "AddRegKey", "path" : "HKCU:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppCompat", "key" : "AITEnable", "value" : "1" }, { "_comment" : "Disable pre-version functionnality", "action" : "AddRegKey", "path" : "HKCU:\\SOFTWARE\\Policies\\Microsoft\\Windows\\DataCollection", "key" : "EnableConfigFlighting", "value" : "1" } ] }