Hi,
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.
Hey everyone,
****January 23rd - I updated the registry keys needed to the January Tech Preview Build below.This should have been updated by a Windows Update, but if you modified they values you can set them to the correct targetting by validating the below registry keys.
I wanted to let you know changing these registry keys around will prevent you from getting Windows 10 Technical Preview Builds!!!!
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_AWESOME1501
ThresholdRiskLevel = low
ThresholdInternal = <should not exist>
ThresholdOptedIn = <should not exist>
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_AWESOME1501" /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
Background: By changing these registry keys you do affect the builds that get targeted to your PC; unfortunately you won’t be able to get any of these builds unless you are a Microsoft Employee and have access to our internal network. But don’t worry we are working on new builds to send out to the Windows Insiders!
TJ Rhoades
转载于:https://my.oschina.net/shiftwang/blog/405714
分享到:
相关推荐
[2017-02-10 13:12:06.678] [INFO] mysqlLog - update tbl_playerdata_error: { [Error: ER_LOCK_DEADLOCK: Deadlock found when trying to get lock; try restarting transaction] code: 'ER_LOCK_DEADLOCK', ...
错误信息 "SQUASHFS error: Unable to read metadata cache entry" 和 "SQUASHFS error: Unable to read inode" 进一步表明系统在尝试访问文件系统的元数据或索引节点时遇到了问题。 在分析这个问题时,我们需要...
使用PL/SQL登录ORACLE数据 报错,error while trying to retrieve text for error ORA-01804,的解决方法,操作步骤,在windows server 2008R2 64位,oracle 12C,PLSQL Developer 12 64位,以上使用环境正常,
在Linux环境中,对磁盘进行扩容时可能会遇到各种问题,其中一种常见的错误是"Bad magic number in super-block while trying to open"。这个错误通常发生在尝试使用`resize2fs`命令扩展文件系统时,表明系统无法识别...
描述中提到的错误信息"An error occured when trying to cabextract some files." 是在提取或安装过程中遇到的一个常见问题。cabextract是一款用于解压Microsoft CAB格式文件的工具,在ies4linux的安装过程中,可能...
【MySQL启动报错问题InnoDB:Unable to lock/ibdata1 error】是一个常见的MySQL服务器启动时遇到的问题。这个问题通常表明MySQL的InnoDB存储引擎无法获取对`ibdata1`文件的锁,`ibdata1`是InnoDB用来存储数据和系统表...
This was a code request one of my friends was trying to figure out how to use multiple cursors and change it during the programs execution使用多个光标
labview2015和谐文件,亲测OK,欢迎下载
cc1 和 gcc 什么关系? GCC的编译有多个阶段,每个阶段都使用不同的内部命令。特别是C,首先使用cpp进行预处理,然后编译为汇编,汇编为机器语言,然后链接在一起。 cc1是内部命令,用于获取预处理的C语言文件并...
在使用NBU备份Oracle数据库时,可能会遇到各种错误,其中Code 29错误是一种常见的问题,通常表现为“Failed trying to execute a command”。这个错误意味着在执行命令或操作时遇到了失败,可能与多个因素有关。 ...
It seems that a recurring question/comment on that post though is from people with issues with the code being rejected when trying to relay email through “localhost” (an assumed running local SMTP ...
解决Oracle11g,PL/SQL连接报错问题 解压 解压instantclient-basic-nt-11.2.0.2.0.zip,例如到D:\instantclient_11_2 3、设置PLSQL Developer 启动PLSQL Developer,不登录点取消进入PLSQL Developer,Tools->>...
proxysql-2.0.5可修复'ProxySQL Error:connection is locked to hostgroup 10 but trying to reach hostgroup 20这个问题
An introductory guide to the JIRA Agile add-on for JIRA and a tour of the most interesting JIRA Agile features. Use this book to guide your evaluation process or quickly get up to speed with JIRA ...
Timed out trying to connect(连接超时) 1、网上的不是不全,就是功能太复杂,对于新手小白太难(人生到处都是坑,没有真诚); 2、功能很简单,只是不懂配置,错误太多,找不到方法,始终过不了错误的砍(还是那...
解决JsonException: Max allowed object depth reached while trying to export from type UnityEngine.Vector3
标题 "Z Trying to beat up the GDI when using DirectX" 提示了我们这将涉及DirectX与GDI(Graphics Device Interface)在图形处理上的对比和优化。DirectX是微软开发的一套用于Windows平台的多媒体编程接口,它...
Xilinx Vitis运行报错 2022.2 Vitis: ERROR : Can't read "map": no such variable when trying to launch application on my target
FastReport FMX Embarcadero Edition Version 1.1.3 for XE4 version 1.1 ...- Fixed error when trying to set Color property from the report script code - Fixed error with text split in TfrxMemoView