Add tasks relatives modules
This commit is contained in:
parent
d986ccb16d
commit
ca98df6e24
6 changed files with 234 additions and 0 deletions
31
modules.d/TSK_ApplicationExperiences.conf
Normal file
31
modules.d/TSK_ApplicationExperiences.conf
Normal file
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"name" : "Remove Applcation Experiences Tasks",
|
||||
"description" : "Is mostly consist of user data analyse for user experience",
|
||||
"actions" :
|
||||
[
|
||||
{
|
||||
"_comment" : "",
|
||||
"action" : "RemoveScheduledTask",
|
||||
"path" : "\\Microsoft\\Windows\\Application Experience\\",
|
||||
"name" : "AitAgent"
|
||||
},
|
||||
{
|
||||
"_comment" : "Disable telemetry collect for Microsoft user experience - Compatibility",
|
||||
"action" : "RemoveScheduledTask",
|
||||
"path" : "\\Microsoft\\Windows\\Application Experience\\",
|
||||
"name" : "Microsoft Compatibility Appraiser"
|
||||
},
|
||||
{
|
||||
"_comment" : "Disable telemetry collect for Microsoft user experience - Program Data",
|
||||
"action" : "RemoveScheduledTask",
|
||||
"path" : "\\Microsoft\\Windows\\Application Experience\\",
|
||||
"name" : "ProgramDataUpdater"
|
||||
},
|
||||
{
|
||||
"_comment" : "Disable startup tasks analyser and user notification",
|
||||
"action" : "RemoveScheduledTask",
|
||||
"path" : "\\Microsoft\\Windows\\Application Experience\\",
|
||||
"name" : "AitAgent"
|
||||
}
|
||||
]
|
||||
}
|
Reference in a new issue