This repository has been archived on 2024-09-06. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
win10-privacy-script/modules.d/TSK_Various.conf

97 lines
3.7 KiB
Text

{
"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"
}
]
}