← All Tweaks
🔒 Privacy
📡 Disable Telemetry
Prevents Windows from sending diagnostic and usage data to Microsoft.
Benefit
Increased privacy, reduced background network activity
Impact
highCommands (3)
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection" /v AllowTelemetry /t REG_DWORD /d 0 /f
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection" /v AllowTelemetry /t REG_DWORD /d 0 /f
reg add "HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Policies\DataCollection" /v AllowTelemetry /t REG_DWORD /d 0 /f
Warnings
- ⚠ May affect Windows Update delivery optimization