Add tasks relatives modules
This commit is contained in:
parent
d986ccb16d
commit
ca98df6e24
6 changed files with 234 additions and 0 deletions
31
modules.d/TSK_LocationMaps.conf
Normal file
31
modules.d/TSK_LocationMaps.conf
Normal file
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"name" : "Location and Maps Tasks",
|
||||
"description" : "Remove Location ans Maps relative tasks",
|
||||
"actions" :
|
||||
[
|
||||
{
|
||||
"_comment" : "Disable location notification task",
|
||||
"action" : "RemoveScheduledTask",
|
||||
"path" : "\\Microsoft\\Windows\\Location\\",
|
||||
"name" : "Notifications"
|
||||
},
|
||||
{
|
||||
"_comment" : "",
|
||||
"action" : "RemoveScheduledTask",
|
||||
"path" : "\\Microsoft\\Windows\\Location\\",
|
||||
"name" : "WindowsActionDialog"
|
||||
},
|
||||
{
|
||||
"_comment" : "Disable maps toasts task",
|
||||
"action" : "RemoveScheduledTask",
|
||||
"path" : "\\Microsoft\\Windows\\Maps\\",
|
||||
"name" : "\\MapsToastTask"
|
||||
},
|
||||
{
|
||||
"_comment" : "Disable maps update task",
|
||||
"action" : "RemoveScheduledTask",
|
||||
"path" : "\\Microsoft\\Windows\\Maps\\",
|
||||
"name" : "MapsUpdateTask"
|
||||
}
|
||||
]
|
||||
}
|
Reference in a new issue