Fix: Insider Program Settings Blank, Empty, or Missing in Windows 10

How to fix Windows Insider Program Settings Blank, Empty, or Missing in Windows 10 with a message – Diagnostic data must be set to full to get preview builds.

Insider Program Settings Blank, Empty, or Missing in Windows 10

To get early access to Windows 10 20H1, some users switched to the Release Preview channel. But quickly they ran into a problem as they experience Insider Program Settings Blank, Missing or Empty. The message they see in red – Diagnostic data must be set to full to get preview builds. The main reason behind this issue is the incomplete telemetry as Release Preview needs Full telemetry level but it remains to Basic. Also, the permissions to the telemetry registry key get violated which does not let the telemetry to be set as Full.

So in order to unlock the Insider Settings page and set necessary telemetry parameters, you need to simply correct values in the registry. Just execute a command line in PowerShell and things will get back to normal. Explore the below section for more details of the workaround.

Windows Insider Program Settings Blank

Here is How to Fix Insider Program Settings Blank, Empty, or Missing in Windows 10 –

  1. Right-click on Start icon and select “Windows PowerShell (Admin)“.
  2. Click Yes on the UAC pop-up.
  3. Once into the PowerShell window, copy the following, all at a time, and hit Enter to unlock the Insider page.
$path = "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection" # Telemetry level: 1 - basic, 3 - full $value = "3" New-ItemProperty -Path $path -Name AllowTelemetry -Value $value -Type Dword -Force New-ItemProperty -Path $path -Name MaxTelemetryAllowed -Value $value -Type Dword -Force/

Note – In case, if the registry fails to implement the above change, then you need to own the permission of the Policies key. To do so,

  1. Press “Win logo+R” keys altogether to open Run dialog box. Type in regedit and click OK.
  2. Once you access registry Editor, navigate to the below-given path –
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies
  1. Do a right-click on Policies key and select Properties.
  2. Select Administrators group, click Advanced.
  3. Hit the Change link and on the small popup, insert the email ID of the Microsoft Account or the name of the local account. Click Check names and hit OK.
  4. Now, click Add button to include CREATOR-OWNER and provide full rights to the section.
  5. Finally, click Enable inheritance button.
  6. Hit Apply and OK buttons.
Enable Inheritance to Unlock Insider Program Settings in Windows 10

That’s all!!!

Sharing is caring    Share Whatsapp

 
Topics:  Windows
  
About Sunita
Love to play with Windows 11 and 10. Suggestion - Going for Registry change or system files edit then remember to take a backup or create a restore point before Starting.