Add tasks relatives modules

This commit is contained in:
Yorick Barbanneau 2018-04-04 11:37:06 +02:00
parent d986ccb16d
commit ca98df6e24
6 changed files with 234 additions and 0 deletions

View file

@ -0,0 +1,31 @@
{
"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"
}
]
}