Fixing the default registry value set for DisableTelemetryOptInChangeNotification

This change, fixes the "Registry" section for "Diagnostic opt-in change notifications". The "GP/MDM" sections contradict the "Registry" section of the document. The default value (i.e. Enable mentioned in GP/MDM section) is 0 and not 1, setting the registry key to 1 will actually disable the notification, while the default behavior is to have it not set OR enabled (i.e. 0).
This commit is contained in:
AR5HAM
2018-07-10 14:09:17 -07:00
committed by GitHub
parent 7befd60862
commit 5bffbe82bf

View File

@ -109,7 +109,7 @@ This setting determines whether a device shows notifications about Windows diagn
>| **Registry key** | HKLM\Software\Policies\Microsoft\Windows\DataCollection |
>| **Value** | DisableTelemetryOptInChangeNotification |
>| **Type** | REG_DWORD |
>| **Setting** | "00000001" |
>| **Setting** | "00000000" |
#### MDM