Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    What's Hot

    Trollishly: 5 Ways to Start a New Trend on TikTok

    January 30, 2023

    How to Teach your Child to Program in Python

    January 30, 2023

    How to Enable “Fix problems using Windows Update” option in Windows 11 Settings

    January 27, 2023
    What's Hot

    Trollishly: 5 Ways to Start a New Trend on TikTok

    January 30, 2023

    How to Teach your Child to Program in Python

    January 30, 2023

    How to Enable “Fix problems using Windows Update” option in Windows 11 Settings

    January 27, 2023
    Facebook Twitter Instagram
    GeekerMag
    • Home
    • Windows
      1. Windows 11
      2. Windows 10
      3. View All

      How to Enable “Fix problems using Windows Update” option in Windows 11 Settings

      January 27, 2023

      Fix – Windows Terminal 1.16 Won’t open (Startup issue)

      January 27, 2023

      How to Display or Show Desktop Icons in Windows 11 (Desktop Shortcuts)

      January 27, 2023

      How to Add or Remove (Unpin) Widgets in Windows 11

      January 26, 2023

      Fix – Microsoft Store Error Code 0xC002001B in Windows 10 While Installing Apps

      May 21, 2022

      Fix: Chrome, Edge, Firefox Crashes with 0xc0000022 After Windows 11, 10 April 2022 Updates

      April 16, 2022

      How to Disable ‘Search Highlights’ in Windows 11 & Windows 10

      March 25, 2022

      How to Increase Virtual Memory Size in Windows 11 & 10

      March 15, 2022

      Trollishly: 5 Ways to Start a New Trend on TikTok

      January 30, 2023

      How to Teach your Child to Program in Python

      January 30, 2023

      How to Enable “Fix problems using Windows Update” option in Windows 11 Settings

      January 27, 2023

      Fix – Windows Terminal 1.16 Won’t open (Startup issue)

      January 27, 2023
    • Browser
      1. Microsoft Edge
      2. Google Chrome
      3. Firefox
      4. View All

      How to Automatically Hide Sidebar for Apps in Microsoft Edge

      January 24, 2023

      How to Split Screen in Microsoft Edge & Compare Two Tabs

      January 24, 2023

      Fix – Microsoft Edge creates shortcuts on the desktop after each update

      January 21, 2023

      Fix – Microsoft Edge v109 Printing issue due to Special (Umlaut) characters

      January 19, 2023

      How to Disable Windows 10 Upgrade Prompt in Google Chrome

      December 7, 2022

      Stop Chrome, Edge Spell Check feature from leaking Passwords

      September 20, 2022

      How to Take Full Page Screenshot in Chrome without Extension

      May 5, 2022

      How to Access or Disable Side Panel in Google Chrome

      March 27, 2022

      How to Automatically Reject All Cookies Banner on Sites in Firefox

      December 23, 2022

      How to Install Firefox v100 in Windows 7

      April 9, 2022

      How to Enable Close Tab Warning in Firefox 94

      October 27, 2021

      How to Restore Missing View Image Info Option in Firefox

      September 2, 2021

      Trollishly: 5 Ways to Start a New Trend on TikTok

      January 30, 2023

      How to Teach your Child to Program in Python

      January 30, 2023

      How to Enable “Fix problems using Windows Update” option in Windows 11 Settings

      January 27, 2023

      Fix – Windows Terminal 1.16 Won’t open (Startup issue)

      January 27, 2023
    • Gaming

      5 Cool Puzzle and Brain Teaser Games

      November 24, 2022

      4 Alternatives to Microsoft Solitaire You Should Try 

      June 29, 2022

      5 Best Equipment to Stream Your Game Live [Logitech, Tonor & so on..]

      April 6, 2022

      Twitch Set to Offer Income Incentives to Help Level the Playing Field

      March 9, 2022

      How to Stream Xbox One Games to a Windows 11 & 10 PC

      October 25, 2021
    • Best Of

      How to Teach your Child to Program in Python

      January 30, 2023

      What Should You Look at Before Choosing Automatic Captioning Software?

      April 20, 2022

      10 Best Windows 11 Laptop to Buy in 2022

      March 16, 2022

      5 Best Logo Maker Sites to Create a Logo in 2022

      January 9, 2022

      9 Best Apps to Track Your Habits & More Productive

      November 11, 2021
    • How to

      How to Make Coding Fun

      May 25, 2022

      How to Add Captions and Subtitles to Your YouTube Video

      April 25, 2022

      How to Enable or Disable New Gmail 2022 User Interface

      March 5, 2022

      Fix – Stop Edge from Hijacking/Opening PDF Files – (Workaround)

      February 21, 2022

      Three Tips to Help Organize Your Email Inbox

      December 22, 2021
    GeekerMag
    Home»Windows 10»Fix – Empty (Blank) Insider Program Settings Page in Windows 10
    Windows 10

    Fix – Empty (Blank) Insider Program Settings Page in Windows 10

    By Viney DhimanMay 28, 2020Updated:July 29, 2021No Comments3 Mins Read
    Facebook Twitter Pinterest LinkedIn Tumblr Email
    Share
    Facebook Twitter LinkedIn Pinterest Email

    The following blog post has a solution on how to fix blank or empty Insider Program Setting page in Windows 10.

    Fix - Empty (Blank) Insider Program Settings Page in Windows 10

    Windows Insider Program is a software testing program under which users can latest update of Windows 10 before they’re available publicly. The process of joining Windows 10 Insider Program is super easy. User receive update depending on which ring you select slow, fast, release preview, and skip ahead.

    Fix – Blank or Empty Windows 10 Insider Program Settings Page

    Some users are reporting blank or empty Insider Program Settings page. If you made up to this blog post, then definitely you’re also facing the same issue. Fortunately, there’s a quick workaround to fix the issue, here’s what you need to do:

    1. Launch Elevated Windows PowerShell in Windows 10. For that, right click on the Start button and select Windows PowerShell (Admin).

    2. Next, you need to copy-paste this command in console window:

    $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

    After that hit enter and wait for the command to complete its job.

    3. Reboot your computer.

    What Causing the Issue?

    You need to set Data Collection feature to full for the proper functioning of Windows Insider Program settings page, else you won’t be able to participate in the program. Changing permissions to anything else, break the Insider program setting page. With this command, you’re just forcing the system to set collection feature to full access.

    In case, due to any reason the above command fails to modify registry, then you need to manually change DataCollection Registry key permissions. Here’s how you can do that:

    Launch Registry Editor on Windows 10 and then navigate to following key:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies

    Next, you need to right-click on the Policies key and from the menu select ‘Permissions‘.

    edit policies key permissions

    In Permissions to Policies window, you need to click on the Advanced button.

    Change Policies Permissions owner settings

    In case, Owner is set to something else you need to set to SYSTEM. For that, click on the Change link available at the top. Next, you need to type System value as the username.

    Advanced Security Settings for Policies

    After that, click on the Disable Inheritance button at the bottom.

    Convert inherited permissions into explicit permission on this object

    Once a confirmation dialog box appears, choose “Convert inherited permissions into explicit permission on this object“

    At last, click on the Enable Inheritance button and you’re done

    Doing this will provide the required Registry permission if broken. Now, you need to execute the command which we discussed at the starting of the article.

    This will fix Registry permissions if they were broken. After that, Run the PowerShell commands from above again to fix the Insider Program page in Windows 10 Settings.

    Please do not hesitate to Contact me on Twitter if you want assistance with issue related to Windows 11, Windows 10, and Edge browser. I will try my best to assist you ASAP. (Follow me first and then PM your issue on Twitter)

    Buy us a coffee if you find information shared in this blog post useful. Mention ‘Coffee’ in Subject. So that I can thank you

    Windows 10
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
    Viney Dhiman
    • Website
    • Facebook
    • Twitter
    • Instagram
    • LinkedIn

    Himachali, Mechanical Engineer, Snooker Lover, Avid drinker of Scotch, Traveler, and Webmaster.

    Related Posts

    How to Make Coding Fun

    May 25, 2022

    Fix – Microsoft Store Error Code 0xC002001B in Windows 10 While Installing Apps

    May 21, 2022

    How to Add Captions and Subtitles to Your YouTube Video

    April 25, 2022

    Fix: Chrome, Edge, Firefox Crashes with 0xc0000022 After Windows 11, 10 April 2022 Updates

    April 16, 2022
    Add A Comment

    Leave A Reply Cancel Reply

    This site uses Akismet to reduce spam. Learn how your comment data is processed.

    Download Windows 11 Native Screen Recording Tool
    Our Picks

    How to Enable “Fix problems using Windows Update” option in Windows 11 Settings

    January 27, 2023

    Fix – Windows Terminal 1.16 Won’t open (Startup issue)

    January 27, 2023

    How to Display or Show Desktop Icons in Windows 11 (Desktop Shortcuts)

    January 27, 2023

    How to Add or Remove (Unpin) Widgets in Windows 11

    January 26, 2023
    • Facebook
    • Twitter
    • Pinterest
    • Instagram
    • YouTube

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    Need Support?

    Please do not hesitate to Contact me on Twitter if you want assistance with issue related to Windows 11, Windows 10, and Edge browser. I will try my best to assist you ASAP. (Follow me first and then PM your issue on Twitter)

    Help Us Grow!

    Buy us a coffee if you find information shared in this blog post useful. Mention ‘Coffee’ in Subject. So that I can thank you

    Do you find the information shared on our blog useful? You might want to check Hot Deals on Amazon for your next purchase. With this, you support our site and the prices will remain the same for you ( you don't need to pay any extra amount) We appreciate your support, Thank you!

    Facebook Twitter Instagram Pinterest Vimeo YouTube
    • About
    • Contact
    • Privacy Policy
    • TOC
    © 2023 All Rights Reserved | GeekerMag

    Type above and press Enter to search. Press Esc to cancel.