Add tasks relatives modules
This commit is contained in:
parent
d986ccb16d
commit
ca98df6e24
6 changed files with 234 additions and 0 deletions
97
modules.d/TSK_Various.conf
Normal file
97
modules.d/TSK_Various.conf
Normal file
|
@ -0,0 +1,97 @@
|
|||
{
|
||||
"name" : "Varisous Tasks",
|
||||
"description" : "Unsorted Task to disable",
|
||||
"actions" :
|
||||
[
|
||||
{
|
||||
"_comment" : "Disable proxy for telemetry data",
|
||||
"action" : "RemoveScheduledTask",
|
||||
"path" : "\\Microsoft\\Windows\\Autochk\\",
|
||||
"name" : "Proxy"
|
||||
},
|
||||
{
|
||||
"_comment" : "Disable Windows Store licence check task, task exist but Get-ScheduledTask doesn't found it!",
|
||||
"action" : "RemoveScheduledTask",
|
||||
"path" : "\\Microsoft\\Windows\\Clip\\",
|
||||
"name" : "License Validation"
|
||||
},
|
||||
{
|
||||
"_comment" : "",
|
||||
"action" : "RemoveScheduledTask",
|
||||
"path" : "\\Microsoft\\Windows\\CloudExperienceHost\\",
|
||||
"name" : "CloudExperienceHost"
|
||||
},
|
||||
{
|
||||
"_comment" : "",
|
||||
"action" : "RemoveScheduledTask",
|
||||
"path" : "\\Microsoft\\Windows\\Device Information\\",
|
||||
"name" : "device"
|
||||
},
|
||||
{
|
||||
"_comment" : "Disable disk diagnostic data collect and sent task",
|
||||
"action" : "RemoveScheduledTask",
|
||||
"path" : "\\Microsoft\\Windows\\DiskDiagnostic\\",
|
||||
"name" : "Microsoft-Windows-DiskDiagnosticDataCollector"
|
||||
},
|
||||
{
|
||||
"_comment" : "Disable exchanges temporary preinstalled licenses for Windows Store licenses task",
|
||||
"action" : "RemoveScheduledTask",
|
||||
"path" : "\\Microsoft\\Windows\\License Manager\\",
|
||||
"name" : "TempSignedLicenseExchange"
|
||||
},
|
||||
{
|
||||
"_comment" : "Disable system performance probe task",
|
||||
"action" : "RemoveScheduledTask",
|
||||
"path" : "\\Microsoft\\Windows\\Maintenance\\",
|
||||
"name" : "WinSAT"
|
||||
},
|
||||
{
|
||||
"_comment" : "Disable network information data collect",
|
||||
"action" : "RemoveScheduledTask",
|
||||
"path" : "\\Microsoft\\Windows\\NetTrace\\",
|
||||
"name" : "GatherNetworkInfo"
|
||||
},
|
||||
{
|
||||
"_comment" : "disable secure boot and boot time data collect and analysis task",
|
||||
"action" : "RemoveScheduledTask",
|
||||
"path" : "\\Microsoft\\Windows\\PI\\",
|
||||
"name" : "Sqm-Tasks"
|
||||
},
|
||||
{
|
||||
"_comment" : "Disable system analysis for power managment efficiency",
|
||||
"action" : "RemoveScheduledTask",
|
||||
"path" : "\\Microsoft\\Windows\\Power Efficiency Diagnostics\\",
|
||||
"name" : "AnalyzeSystem"
|
||||
},
|
||||
{
|
||||
"_comment" : "On my test system this task do not exist",
|
||||
"action" : "RemoveScheduledTask",
|
||||
"path" : "\\Microsoft\\Windows\\RetailDemo\\",
|
||||
"name" : "CleanupOfflineContent"
|
||||
},
|
||||
{
|
||||
"_comment" : "Disable backgroud upload settings to Microsoft servers task (for sync I suppose)",
|
||||
"action" : "RemoveScheduledTask",
|
||||
"path" : "\\Microsoft\\Windows\\SettingSync\\",
|
||||
"name" : "BackgroundUploadTask"
|
||||
},
|
||||
{
|
||||
"_comment" : "Disable speech model download task",
|
||||
"action" : "RemoveScheduledTask",
|
||||
"path" : "\\Microsoft\\Windows\\Speech\\",
|
||||
"name" : "SpeechModelDownloadTask"
|
||||
},
|
||||
{
|
||||
"_comment" : "Disable queued data report analysis and sent task",
|
||||
"action" : "RemoveScheduledTask",
|
||||
"path" : "\\Microsoft\\Windows\\Windows Error Reporting\\",
|
||||
"name" : "Windows Error Reporting"
|
||||
},
|
||||
{
|
||||
"_comment" : "Disable automatic application update from Microsoft Store task",
|
||||
"action" : "RemoveScheduledTask",
|
||||
"path" : "\\Microsoft\\Windows\\WindowsUpdate\\",
|
||||
"name" : "Automatic App Update"
|
||||
}
|
||||
]
|
||||
}
|
Reference in a new issue