- Upgrade to Enterprise edition of Windows 10/11 if you are running Home or Pro.
- You can do this through the Change Edition option in the Extras menu in MAS.
-
Open the Group Policy Editor. Search for "Edit Group Policy" in search or run
gpedit.msc
. -
In the Group Policy Editor, navigate to the following path:
Computer Configuration -> Administrative Templates -> Windows Components -> Data Collection and Preview Builds
-
Double-click on
Allow Telemetry
(Windows 10) orAllow Diagnostic Data
(Windows 11) in the right pane. -
In the properties window, select
Enabled
. Then selectSecurity [Enterprise Only]
(Win10) orDiagnostic data off
(Win11), which disables all telemetry. -
Select OK. Telemetry should now be disabled.
While disabling telemetry should be enough to prevent diagnostic data from being sent to Microsoft, to be extra safe you can also explicitly disable Windows Error Reporting:
-
In the Group Policy Editor, navigate to:
Computer Configuration -> Administrative Templates -> Windows Components -> Windows Error Reporting
-
Double-click on
Disable Windows Error Reporting
in the right pane. -
Select
Enabled
and click OK.
To verify that the changes have been applied, you can check the registry.
- Open regedit.
- Navigate to
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DataCollection
. - On the right side, you should see
AllowTelemetry
with a value of0
. This means that telemetry has been disabled. - For Error Reporting, check
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Error Reporting
. TheDisabled
value should be set to1
.
thx