This repository has been archived on 2024-09-06. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
win10-privacy-script/modules.d/SER_Users.conf

49 lines
1.5 KiB
Text

{
"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"
}
]
}