{ "name" : "User services", "description" : "User specific services, ones ends with ????? need to be disable per account", "actions" : [ { "_comment" : "Disable sync service (useful for calendars, contact, mesaging and other sync applications)", "action" : "DisableService", "name" : "OneSyncSvc", "userService" : true }, { "_comment" : "Disable connected user platform service", "action" : "DisableService", "name" : "CDPUserSvc", "userService" : true }, { "_comment" : "Disable messaging service", "action" : "DisableService", "name" : "MessagingService", "userService" : true }, { "_comment" : "Disable contact data service", "action" : "DisableService", "name" : "PimIndexMaintenanceSvc", "userService" : true }, { "_comment" : "Disable contact data service", "action" : "DisableService", "name" : "UnistoreSvc", "userService" : true }, { "_comment" : "Disable user data sharing service", "action" : "DisableService", "name" : "UserDataSvc", "userService" : true }, { "_comment" : "Disable contact data service", "action" : "DisableService", "name" : "WpnUserService", "userService" : true } ] }