Compare commits
2 commits
a6abc0f73a
...
9cd6d3a7f5
Author | SHA1 | Date | |
---|---|---|---|
9cd6d3a7f5 | |||
91ba06eaef |
3 changed files with 10 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
"_comment" : "Disable startup tasks analyser and user notification",
|
||||
"action" : "RemoveScheduledTask",
|
||||
"path" : "\\Microsoft\\Windows\\Application Experience\\",
|
||||
"name" : "AitAgent"
|
||||
"name" : "StartupAppTask"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
"_comment" : "Disable maps toasts task",
|
||||
"action" : "RemoveScheduledTask",
|
||||
"path" : "\\Microsoft\\Windows\\Maps\\",
|
||||
"name" : "\\MapsToastTask"
|
||||
"name" : "MapsToastTask"
|
||||
},
|
||||
{
|
||||
"_comment" : "Disable maps update task",
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
"_comment" : "",
|
||||
"action" : "RemoveScheduledTask",
|
||||
"path" : "\\Microsoft\\Windows\\CloudExperienceHost\\",
|
||||
"name" : "CloudExperienceHost"
|
||||
"name" : "CreateObjectTask"
|
||||
},
|
||||
{
|
||||
"_comment" : "",
|
||||
|
@ -45,6 +45,12 @@
|
|||
"path" : "\\Microsoft\\Windows\\Maintenance\\",
|
||||
"name" : "WinSAT"
|
||||
},
|
||||
{
|
||||
"_comment" : "Disable mobile broadband data analysis and sent to Microsoft",
|
||||
"action" : "RemoveScheduledTask",
|
||||
"path" : "\\Microsoft\\Windows\\Mobile Broadband Accounts\\",
|
||||
"name" : "MNO Metadata Parsee"
|
||||
},
|
||||
{
|
||||
"_comment" : "Disable network information data collect",
|
||||
"action" : "RemoveScheduledTask",
|
||||
|
@ -85,7 +91,7 @@
|
|||
"_comment" : "Disable queued data report analysis and sent task",
|
||||
"action" : "RemoveScheduledTask",
|
||||
"path" : "\\Microsoft\\Windows\\Windows Error Reporting\\",
|
||||
"name" : "Windows Error Reporting"
|
||||
"name" : "QueueReporting"
|
||||
},
|
||||
{
|
||||
"_comment" : "Disable automatic application update from Microsoft Store task",
|
||||
|
|
Reference in a new issue