Corrections for tasks modules

This commit is contained in:
Yorick Barbanneau 2018-04-04 11:46:11 +02:00
parent a6abc0f73a
commit 91ba06eaef
3 changed files with 4 additions and 4 deletions

View file

@ -25,7 +25,7 @@
"_comment" : "Disable startup tasks analyser and user notification", "_comment" : "Disable startup tasks analyser and user notification",
"action" : "RemoveScheduledTask", "action" : "RemoveScheduledTask",
"path" : "\\Microsoft\\Windows\\Application Experience\\", "path" : "\\Microsoft\\Windows\\Application Experience\\",
"name" : "AitAgent" "name" : "StartupAppTask"
} }
] ]
} }

View file

@ -19,7 +19,7 @@
"_comment" : "Disable maps toasts task", "_comment" : "Disable maps toasts task",
"action" : "RemoveScheduledTask", "action" : "RemoveScheduledTask",
"path" : "\\Microsoft\\Windows\\Maps\\", "path" : "\\Microsoft\\Windows\\Maps\\",
"name" : "\\MapsToastTask" "name" : "MapsToastTask"
}, },
{ {
"_comment" : "Disable maps update task", "_comment" : "Disable maps update task",

View file

@ -19,7 +19,7 @@
"_comment" : "", "_comment" : "",
"action" : "RemoveScheduledTask", "action" : "RemoveScheduledTask",
"path" : "\\Microsoft\\Windows\\CloudExperienceHost\\", "path" : "\\Microsoft\\Windows\\CloudExperienceHost\\",
"name" : "CloudExperienceHost" "name" : "CreateObjectTask"
}, },
{ {
"_comment" : "", "_comment" : "",
@ -85,7 +85,7 @@
"_comment" : "Disable queued data report analysis and sent task", "_comment" : "Disable queued data report analysis and sent task",
"action" : "RemoveScheduledTask", "action" : "RemoveScheduledTask",
"path" : "\\Microsoft\\Windows\\Windows Error Reporting\\", "path" : "\\Microsoft\\Windows\\Windows Error Reporting\\",
"name" : "Windows Error Reporting" "name" : "QueueReporting"
}, },
{ {
"_comment" : "Disable automatic application update from Microsoft Store task", "_comment" : "Disable automatic application update from Microsoft Store task",