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_ApplicationExperiences.conf

31 lines
1.2 KiB
Text

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