Add tasks relatives modules
This commit is contained in:
parent
d986ccb16d
commit
ca98df6e24
6 changed files with 234 additions and 0 deletions
19
modules.d/TSK_Feedback.conf
Normal file
19
modules.d/TSK_Feedback.conf
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"name" : "User feedback tasks",
|
||||
"description" : "Disable User Feedback tasks",
|
||||
"actions" :
|
||||
[
|
||||
{
|
||||
"_comment" : "",
|
||||
"action" : "RemoveScheduledTask",
|
||||
"path" : "\\Microsoft\\Windows\\Feedback\\Siuf\\",
|
||||
"name" : "DmClient"
|
||||
},
|
||||
{
|
||||
"_comment" : "",
|
||||
"action" : "RemoveScheduledTask",
|
||||
"path" : "\\Microsoft\\Windows\\Feedback\\Siuf\\",
|
||||
"name" : "DmClientOnScenarioDownload"
|
||||
}
|
||||
]
|
||||
}
|
Reference in a new issue