Compare commits
No commits in common. "9cd6d3a7f531f00f430a6bfb0794f63af04dcb72" and "a6abc0f73ae4626988d8f3c1ded4d95df814b16f" have entirely different histories.
9cd6d3a7f5
...
a6abc0f73a
3 changed files with 4 additions and 10 deletions
|
@ -25,7 +25,7 @@
|
|||
"_comment" : "Disable startup tasks analyser and user notification",
|
||||
"action" : "RemoveScheduledTask",
|
||||
"path" : "\\Microsoft\\Windows\\Application Experience\\",
|
||||
"name" : "StartupAppTask"
|
||||
"name" : "AitAgent"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -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" : "CreateObjectTask"
|
||||
"name" : "CloudExperienceHost"
|
||||
},
|
||||
{
|
||||
"_comment" : "",
|
||||
|
@ -45,12 +45,6 @@
|
|||
"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",
|
||||
|
@ -91,7 +85,7 @@
|
|||
"_comment" : "Disable queued data report analysis and sent task",
|
||||
"action" : "RemoveScheduledTask",
|
||||
"path" : "\\Microsoft\\Windows\\Windows Error Reporting\\",
|
||||
"name" : "QueueReporting"
|
||||
"name" : "Windows Error Reporting"
|
||||
},
|
||||
{
|
||||
"_comment" : "Disable automatic application update from Microsoft Store task",
|
||||
|
|
Reference in a new issue