Files
winutil/docs/content/dev/tweaks/Essential-Tweaks/Telemetry.md
T

134 lines
4.3 KiB
Markdown
Raw Normal View History

2026-02-10 19:49:36 +00:00
---
title: "Disable Telemetry"
description: ""
---
2026-02-18 12:37:09 -06:00
2026-03-31 10:33:09 -05:00
```json {filename="config/tweaks.json",linenos=inline,linenostart=1327}
2026-02-10 22:03:02 +02:00
"WPFTweaksTelemetry": {
2026-01-14 20:28:45 +02:00
"Content": "Disable Telemetry",
2026-03-02 13:08:27 -06:00
"Description": "Disables Microsoft Telemetry.",
2026-01-14 20:28:45 +02:00
"category": "Essential Tweaks",
"panel": "1",
"registry": [
{
2026-02-10 22:03:02 +02:00
"Path": "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\AdvertisingInfo",
"Name": "Enabled",
2026-01-14 20:28:45 +02:00
"Value": "0",
2026-02-10 22:03:02 +02:00
"Type": "DWord",
"OriginalValue": "<RemoveEntry>"
2026-01-14 20:28:45 +02:00
},
{
2026-02-10 22:03:02 +02:00
"Path": "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Privacy",
"Name": "TailoredExperiencesWithDiagnosticDataEnabled",
2026-01-14 20:28:45 +02:00
"Value": "0",
2026-02-10 22:03:02 +02:00
"Type": "DWord",
"OriginalValue": "<RemoveEntry>"
2026-01-14 20:28:45 +02:00
},
{
2026-02-10 22:03:02 +02:00
"Path": "HKCU:\\Software\\Microsoft\\Speech_OneCore\\Settings\\OnlineSpeechPrivacy",
"Name": "HasAccepted",
2026-01-14 20:28:45 +02:00
"Value": "0",
2026-02-10 22:03:02 +02:00
"Type": "DWord",
"OriginalValue": "<RemoveEntry>"
2026-01-14 20:28:45 +02:00
},
{
2026-02-10 22:03:02 +02:00
"Path": "HKCU:\\Software\\Microsoft\\Input\\TIPC",
"Name": "Enabled",
2026-01-14 20:28:45 +02:00
"Value": "0",
2026-02-10 22:03:02 +02:00
"Type": "DWord",
"OriginalValue": "<RemoveEntry>"
2026-01-14 20:28:45 +02:00
},
{
2026-02-10 22:03:02 +02:00
"Path": "HKCU:\\Software\\Microsoft\\InputPersonalization",
"Name": "RestrictImplicitInkCollection",
2026-01-14 20:28:45 +02:00
"Value": "1",
2026-02-10 22:03:02 +02:00
"Type": "DWord",
"OriginalValue": "<RemoveEntry>"
2026-01-14 20:28:45 +02:00
},
{
2026-02-10 22:03:02 +02:00
"Path": "HKCU:\\Software\\Microsoft\\InputPersonalization",
"Name": "RestrictImplicitTextCollection",
2026-01-14 20:28:45 +02:00
"Value": "1",
2026-02-10 22:03:02 +02:00
"Type": "DWord",
"OriginalValue": "<RemoveEntry>"
2026-01-14 20:28:45 +02:00
},
{
2026-02-10 22:03:02 +02:00
"Path": "HKCU:\\Software\\Microsoft\\InputPersonalization\\TrainedDataStore",
"Name": "HarvestContacts",
2026-01-14 20:28:45 +02:00
"Value": "0",
2026-02-10 22:03:02 +02:00
"Type": "DWord",
"OriginalValue": "<RemoveEntry>"
2026-01-14 20:28:45 +02:00
},
{
2026-02-10 22:03:02 +02:00
"Path": "HKCU:\\Software\\Microsoft\\Personalization\\Settings",
"Name": "AcceptedPrivacyPolicy",
2026-01-14 20:28:45 +02:00
"Value": "0",
2026-02-10 22:03:02 +02:00
"Type": "DWord",
"OriginalValue": "<RemoveEntry>"
2026-01-14 20:28:45 +02:00
},
{
2026-02-10 22:03:02 +02:00
"Path": "HKLM:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Policies\\DataCollection",
"Name": "AllowTelemetry",
2026-01-14 20:28:45 +02:00
"Value": "0",
2026-02-10 22:03:02 +02:00
"Type": "DWord",
"OriginalValue": "<RemoveEntry>"
2026-01-14 20:28:45 +02:00
},
{
2026-02-10 22:03:02 +02:00
"Path": "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced",
"Name": "Start_TrackProgs",
2026-01-14 20:28:45 +02:00
"Value": "0",
2026-02-10 22:03:02 +02:00
"Type": "DWord",
"OriginalValue": "<RemoveEntry>"
2026-01-14 20:28:45 +02:00
},
{
2026-02-10 22:03:02 +02:00
"Path": "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\System",
"Name": "PublishUserActivities",
2026-01-14 20:28:45 +02:00
"Value": "0",
2026-02-10 22:03:02 +02:00
"Type": "DWord",
"OriginalValue": "<RemoveEntry>"
2026-01-14 20:28:45 +02:00
},
{
2026-02-10 22:03:02 +02:00
"Path": "HKCU:\\Software\\Microsoft\\Siuf\\Rules",
"Name": "NumberOfSIUFInPeriod",
2026-01-14 20:28:45 +02:00
"Value": "0",
2026-02-10 22:03:02 +02:00
"Type": "DWord",
"OriginalValue": "<RemoveEntry>"
2026-01-14 20:28:45 +02:00
}
],
"InvokeScript": [
"
# Disable Defender Auto Sample Submission
Set-MpPreference -SubmitSamplesConsent 2
2026-02-10 22:03:02 +02:00
# Disable (Connected User Experiences and Telemetry) Service
Set-Service -Name diagtrack -StartupType Disabled
# Disable (Windows Error Reporting Manager) Service
Set-Service -Name wermgr -StartupType Disabled
2026-02-10 14:18:09 -06:00
2026-02-10 22:03:02 +02:00
$Memory = (Get-CimInstance Win32_PhysicalMemory | Measure-Object Capacity -Sum).Sum / 1KB
Set-ItemProperty -Path \"HKLM:\\SYSTEM\\CurrentControlSet\\Control\" -Name SvcHostSplitThresholdInKB -Value $Memory
Remove-ItemProperty -Path \"HKCU:\\Software\\Microsoft\\Siuf\\Rules\" -Name PeriodInNanoSeconds
2026-02-10 22:03:02 +02:00
"
],
"UndoScript": [
"
# Enable Defender Auto Sample Submission
Set-MpPreference -SubmitSamplesConsent 1
# Enable (Connected User Experiences and Telemetry) Service
Set-Service -Name diagtrack -StartupType Automatic
# Enable (Windows Error Reporting Manager) Service
Set-Service -Name wermgr -StartupType Automatic
2026-01-14 20:28:45 +02:00
"
],
```
2026-02-10 22:03:02 +02:00
## Registry Changes
2026-03-26 15:26:48 -05:00
Applications and System Components store and retrieve configuration data to modify Windows settings, so we can use the registry to change many settings in one place.
2026-02-10 22:03:02 +02:00
You can find information about the registry on [Wikipedia](https://www.wikiwand.com/en/Windows_Registry) and [Microsoft's Website](https://learn.microsoft.com/en-us/windows/win32/sysinfo/registry).