1 post tagged

block

Windows 10: how to block telemetry

Open PowerShell and run it:

New-NetFirewallRule -DisplayName “BlockDiagTrack” -Name “BlockDiagTrack” -Direction Outbound -Program “%SystemRoot%\System32\utc_myhost.exe” -Action block

2019   block   disable   telemetry   windows