31 lines
979 B
Text
31 lines
979 B
Text
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|