How to fix Windows 10 registry tweak to view builds, as it’ll block future updates

Windows 10 cyan logo

Recently a post showed up on the internet detailing how a changing a Windows 10 registry key allows to see unreleased versions of the operating system and choose how fast users can download those bits. As it turns out there is nothing good that will come out of it.

A new Tweet from Microsoft’s Gabriel Aul, in charge of the Windows Insider Program, he points out that performing the registry tweak in Windows 10 Technical Preview will actually prevent the system to receive any future builds. And you’ll probably be getting the error code 0x80246017 when attempting to download new Preview build.

Preview builds view registry tweak

As such, if you changed the registry in Windows 10 to see if you can access to early builds, you’ll have to follow a number of steps to get your system in white list to receive upcoming updates.

How to remove registry tweak to view builds on Windows 10

Open the Command Prompt as an Administrator and perform the following commands:

reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\Applicability" /v "BranchName" /d "fbl_release" /t REG_SZ /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\Applicability" /v "ThresholdRiskLevel" /d "low" /t REG_SZ /f
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\Applicability" /v "ThresholdInternal" /f
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\Applicability" /v "ThresholdOptedIn" /f

This is how the registry should look like to continue receiving updates: 

Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\Applicability
    BranchName = fbl_release
    ThresholdRiskLevel = low
    ThresholdInternal = 
    ThresholdOptedIn =

It’s worth noting that changing registry keys in Windows is dangerous as such proceed with caution and backup as necessary.

Microsoft is hard at work building Windows 10 and the operating system is scheduled to release in mid-2015, and while we don’t know when we’ll see a new build for testing, we know it’s in the near future.

Source Twitter, Microsoft Answers

About the author

Mauro Huculak is a Windows How-To Expert and founder of (est. 2010). With over 21 years as a technology writer and IT Specialist, Mauro specializes in Windows, software, and cross-platform systems such as Linux, Android, and macOS.

Certifications: Microsoft Certified Solutions Associate (MCSA), Cisco Certified Network Professional (CCNP), VMware Certified Professional (VCP), and CompTIA A+ and Network+.

Mauro is a recognized Microsoft MVP and has also been a long-time contributor to Windows Central.

You can follow him on YouTube, Threads, BlueSky, X (Twitter), LinkedIn and About.me. Email him at [email protected].