Oct 16, 2014

Fix: Error Code 0x80246017 When Downloading Windows 10 Preview Build

Windows 10 is already available for download in its first Technical Preview form, and it’s been said that there are at least 1 million users who have already signed up for the Windows Insider Program. But here we have the first problems.
0x80246017 Download Windows 10 Preview Build


Many users are interested in the features and functionalities of the upcoming Windows 10, but they are overlooking the fact that right now, we’re talking about the first preview build, which, obviously is half-baked. Microsoft has advised numerous times that we should install it on a machine that we’re not using often or on a virtual machine.

Here’s what one affected users has been saying about error code 0x80246017 when downloading the Windows 10 Preview Build:

I am trying to download the newest preview build, but when I press “Download Now” the error code “0x80246017″ appears with the message “Failed to download the new preview build, please try again later. 0x80246017″. I am on the x64 version of the Technical Preview.

How to fix it

Here’s what a Microsoft support representative said:

You will want to change the registry keys back to values that the public update servers will recognize and give you newer builds as they become publicly available for Windows Insiders. If you did change the registry keys a refresher on what they should be is as follows:

Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\Applicability
BranchName = fbl_release
ThresholdRiskLevel = low
ThresholdInternal = <should not exist>
ThresholdOptedIn = <should not exist>

He also added that you can use these commands from and Admin Command prompt (Windows Key + X, select Command Prompt (Admin))

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

There are many other solutions offered, but this is the single one coming from Microsoft, so I recommend you to try this one and see if it solves your problems. Leave your comment below and let us know how did it go.

READ ALSO: Fix: ‘Your PC Ran Into a Problem and Needs to Restart’ in Windows 8, Windows 10

No comments:

Post a Comment