The Computer Oracle

Diagnostics and usage data option disabled

--------------------------------------------------
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: Life in a Drop

--

Chapters
00:00 Diagnostics And Usage Data Option Disabled
00:46 Accepted Answer Score 29
01:05 Answer 2 Score 2
01:16 Answer 3 Score 8
02:36 Answer 4 Score 2
03:09 Thank you

--

Full question
https://superuser.com/questions/970011/d...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#windows10

#avk47



ACCEPTED ANSWER

Score 29


O&O Software sent me a solution, it's very simple:

Jump into regedit

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DataCollection

Delete the binary key "AllowTelemetry" (Right Side)

Fixes it :-)




ANSWER 2

Score 8


If you don't find an "AllowTelemetry" key in harley_woop's registry address, you may find it at this registry folder address instead.

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection

My PC is Windows 10, Home Edition. The "Basic" option was selected, but the "Full" option was greyed out/unselectable. This is the process I used to select "Full".

  1. Open Registry Editor with Administrator privileges
  2. Copy the below address into the address bar. Press the Enter key.
  3. Right-click on the AllowTelemetry DWORD > Modify
  4. Change the hexadecimal number to "3" ("Full")
  5. Exit Registry Editor
  6. Restart the Settings App
  7. Settings > Diagnostics and Feedback Settings
  8. The "Full" setting should now be selected (even though greyed out). No restart should be required.

AllowTelemetry DWORD Possible Options

0 = Security (Enterprise and Education editions only)

1 = Basic

2 = Enhanced

3 = Full (Recommended)

Information Source: Microsoft Answers Forum




ANSWER 3

Score 2


This can also be because you've disabled the service "Connected User Experiences and Telemetry".




ANSWER 4

Score 2


I had to change two keys under this location:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection

Both of these are DWORD's.

First, this allows the user to change the setting on the "Diagnostics and Feedback" page under Windows Privacy settings:

MaxTelemetryAllowed = 3

And then. to set the level that you actually want, use this:

AllowTelemetry = 3

Where the number is:

0 = Security (Enterprise and Education editions only)
1 = Basic
2 = Enhanced
3 = Full (Recommended)