{ "name" : "Privacy (GPO)", "description" : "This module set some privati life settings like GPO does.", "actions" : [ { "_comment" : "Disable hand writing share", "path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\TabletPC", "action" : "AddRegKey", "key" : "PreventHandwritingDataSharing", "value" : "1" }, { "_comment" : "Disable hand writing error reporting", "action" : "AddRegKey", "path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\HandwritingErrorReports", "key" : "PreventHandwritingErrorReports", "value" : "1" }, { "_comment" : "Disable Inventory Collector", "action" : "AddRegKey", "path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppCompat", "key" : "DisableInventory", "value" : "1" }, { "_comment" : "Disable camera on lock screen", "action" : "AddRegKey", "path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\Personalization", "key" : "NoLockScreenCamera", "value" : "1" }, { "_comment" : "Disable notification for tile, application and Lockscreen (non GPO key)(current user)", "action" : "AddRegKey", "path" : "HKCU:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\PushNotifications", "key" : "ToastEnabled", "value" : "0" }, { "_comment" : "Disable user experience amelioration program ", "action" : "AddRegKey", "path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\SQMClient\\Windows", "key" : "CEIPEnabled", "value" : "0" } ] }