Raphire / Win11Debloat

A simple, easy to use PowerShell script to remove pre-installed apps from Windows, disable telemetry, remove Bing from Windows search as well as perform various other changes to declutter and improve your Windows experience. This script works for both Windows 10 and Windows 11.
MIT License
14.2k stars 615 forks source link

win11: Diagnostic data is still being sent after the command is executed #160

Open GmavionR opened 1 day ago

GmavionR commented 1 day ago

win powershell run as admin

.\Win11Debloat.ps1 -DisableTelemetry

Diagnostic data is still being sent after the command is executed

image

Raphire commented 18 hours ago

Heya,

From google translate it seems the setting is set to 'Sending required data', this is the best setting possible with the options that Microsoft provides. The telemetry sent with this setting is quite minimal, as described here: https://www.microsoft.com/en-us/privacy/data-collection-windows

For the scope of this script I have decided it's not worth it to use additional methods to disable all telemetry, as that is unsupported and likely to cause unintended side-effects.