Add some modules
This commit is contained in:
parent
6c2ab58781
commit
033a4fa843
9 changed files with 104 additions and 1 deletions
22
modules.d/DisableSheduledTasks.conf
Normal file
22
modules.d/DisableSheduledTasks.conf
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
Reference in a new issue