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/TSK_CustomerExperience.conf

31 lines
1.2 KiB
Text

{
"name" : "Remove Customer xperiences Tasks",
"description" : "Is mostly consist of user data analyse for user experience",
"actions" :
[
{
"_comment" : "",
"action" : "RemoveScheduledTask",
"path" : "\\Microsoft\\Windows\\Customer Experience Improvement Program\\",
"name" : "BthSQM"
},
{
"_comment" : "Disable user data consolidation and sent to Microsoft (if user subscribe to MS User Experience program)",
"action" : "RemoveScheduledTask",
"path" : "\\Microsoft\\Windows\\Customer Experience Improvement Program\\",
"name" : "Consolidator"
},
{
"_comment" : "",
"action" : "RemoveScheduledTask",
"path" : "\\Microsoft\\Windows\\Customer Experience Improvement Program\\",
"name" : "KernelCeipTask"
},
{
"_comment" : "Disable USB data collect and sent to Microsoft (if user subscribe to MS User Experience program)",
"action" : "RemoveScheduledTask",
"path" : "\\Microsoft\\Windows\\Customer Experience Improvement Program\\",
"name" : "UsbCeip"
}
]
}