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

22 lines
No EOL
455 B
Text

{
"name" : "Remove Scheduled tasks",
"description" : "Remove some scheduled tasks",
"actions" : [
{
"action" : "RemoveScheduledTask",
"path" : "",
"name" : "",
"file" : "tasks.txt"
},
{
"action" : "RemoveScheduledTask",
"path" : "\\Microsoft\\Windows\\Device Setup\\",
"name" : "Metadata Refresh"
},
{
"action" : "RemoveScheduledTask",
"path" : "\\Microsoft\\Device Setup\\",
"name" : "Metadata Refresh"
}
]
}