Skip to content

Instantly share code, notes, and snippets.

@ave9858
Created September 19, 2023 20:08
Show Gist options
  • Star 8 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ave9858/a2153957afb053f7d0e7ffdd6c3dcb89 to your computer and use it in GitHub Desktop.
Save ave9858/a2153957afb053f7d0e7ffdd6c3dcb89 to your computer and use it in GitHub Desktop.

Easy Telemetry Disable for 10/11

Prerequisites

  1. 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.

Disabling

  1. Open the Group Policy Editor. Search for "Edit Group Policy" in search or run gpedit.msc.

  2. In the Group Policy Editor, navigate to the following path: Computer Configuration -> Administrative Templates -> Windows Components -> Data Collection and Preview Builds

  3. Double-click on Allow Telemetry (Windows 10) or Allow Diagnostic Data (Windows 11) in the right pane.

  4. In the properties window, select Enabled. Then select Security [Enterprise Only] (Win10) or Diagnostic data off (Win11), which disables all telemetry.

  5. Select OK. Telemetry should now be disabled.

Verify the Changes

To verify that the changes have been applied, you can check the registry.

  1. Open regedit.
  2. Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DataCollection.
  3. On the right side, you should see AllowTelemetry with a value of 0. This means that telemetry has been disabled.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment