Browse Source

add: Microsoft Office Telemetry ScheduledTasks blocked.

pull/319/head
Ramazan Sancar 7 months ago
committed by GitHub
parent
commit
1e0bbd2802
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      scripts/block-telemetry.ps1

2
scripts/block-telemetry.ps1

@ -248,6 +248,8 @@ $tasks = @(
"\Microsoft\Windows\Application Experience\ProgramDataUpdater"
"\Microsoft\Windows\Application Experience\StartupAppTask"
"\Microsoft\Windows\Application Experience\PcaPatchDbTask"
"\Microsoft\Office\OfficeTelemetryAgentFallBack"
"\Microsoft\Office\OfficeTelemetryAgentLogOn"
)
foreach ($task in $tasks) {

Loading…
Cancel
Save