简体   繁体   English

“我们无法获得Windows 8的开发人员许可”,错误0xC03F1014

[英]“We couldn't get your developer license for Windows 8”, error 0xC03F1014

Whenever I try to get my developer's license in Windows 8 Professional with WMC for Visual Studio Ultimate with Blend, I get this error: 每当我尝试使用WMC for Visual Studio Ultimate with Blend在Windows 8 Professional中获取开发人员的许可时,我都会收到此错误:

We couldn't get your developer license for Windows 8. (Error 0xC03F1014) 我们无法获得Windows 8的开发人员许可证。(错误0xC03F1014)

How do I fix this error to get my developer's license? 如何修复此错误以获取开发人员的许可?

If your copy of Windows 8 is cracked or activated illegitimately then you'll get this error. 如果您的Windows 8副本被非法破解或激活,那么您将收到此错误。

If for whatever reason you don't want to / can't get a legitimate copy, then deactivating the crack to go back to the trial period, acquiring the license then re-activating it should fix this issue. 如果由于某种原因您不希望/无法获得合法副本,然后停用裂缝以返回试用期,获取许可证然后重新激活它应解决此问题。

Try to follow these steps: 请尝试按以下步骤操作:

  1. Create a temporary user account in windows 8 在Windows 8中创建临时用户帐户
  2. Install a fresh copy of VS 2012 安装VS 2012的新副本

Now try again. 现在再试一次。 It should work now, then log out again and go back to your normal account. 它现在应该工作,然后再次注销并返回到您的普通帐户。 Now develop apps and deploy it. 现在开发应用程序并进行部署。 Hopefully it works for you. 希望它适合你。

You need not re-install the OS or the Visual Studio 您无需重新安装操作系统或Visual Studio

Start the Task Scheduler service. 启动任务计划程序服务。 This is usually disabled in enterprises/large organizations via Group Policy. 这通常通过组策略在企业/大型组织中禁用。

This situation happened to me after installing Windows 8 Pro Upgrade as a CLEAN installation. 安装Windows 8 Pro Upgrade作为CLEAN安装后,我发生了这种情况。 The problem was that the valid License Key failed to activate because a previous version of windows was not upgraded. 问题是有效的许可证密钥无法激活,因为以前版本的Windows未升级。 Because it wasn't activated properly, the Developer License would also not register. 由于未正确激活,开发人员许可证也不会注册。

The following steps enabled me to activate the clean install: 以下步骤使我能够激活干净安装:

  1. Run the registry editor (regedit) 运行注册表编辑器(regedit)
  2. Find the following key: HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Setup\\OOBE 找到以下项:HKEY_LOCAL_MACHINE \\ SOFTWARE \\ Microsoft \\ Windows \\ CurrentVersion \\ Setup \\ OOBE
  3. Change the value for 'MediaBootInstall' from 1 to 0 将“MediaBootInstall”的值从1更改为0
  4. Open an elevated command prompt (run as admin) 打开提升的命令提示符(以管理员身份运行)
  5. Run the following command: slmgr -rearm 运行以下命令:slmgr -rearm
  6. Reboot 重启
  7. Open an elevated command prompt (run as admin) 打开提升的命令提示符(以管理员身份运行)
  8. Run the following command: slui 3 运行以下命令:slui 3
  9. Activate your valid Window 8 Pro Upgrade License Key 激活有效的Window 8 Pro升级许可证密钥

After my Windows 8 was properly activated, the Developer License renewed with no problems! 正确激活Windows 8后,开发人员许可证续订没有任何问题!

I was facing same issue. 我面临同样的问题。 Error was due to Proxy Server. 错误是由于Proxy Server引起的。 I was using internet by setting proxy server. 我通过设置代理服务器使用互联网。 U should have open internet to get the developer license. 你应该有开放的互联网来获得开发者许可证。

See these type off error occurred to me . 看到我发生这些类型关闭错误。 The scenario was I was connected to a proxy server and my proxy server was not allowing popup logins . 方案是我连接到代理服务器,我的代理服务器不允许弹出登录。 Check your internet connection and If the problem is not solved, reinstall VS 检查您的互联网连接,如果问题仍未解决,请重新安装VS.

Run Visual Studio 2012 as administrator. 以管理员身份运行Visual Studio 2012。 It should prompt you automatically for the license. 它应该自动提示您输入许可证。 I had to login to my MSDN account at this time. 我此时必须登录我的MSDN帐户。 If it doesn't come up, then go to Project -> Store -> Acquire Developmer License. 如果没有出现,请转到项目 - >商店 - >获取开发者许可证。 This is what did it for me. 这就是为我做的事情。

I had the same issue, with the additional information that there was a problem with the network (even though my network was fine). 我有同样的问题,附加信息说网络有问题(即使我的网络很好)。

For me, the problem was that my own user is a limited/normal user and doesn't have administrator rights. 对我来说,问题是我自己的用户是有限/普通用户,并且没有管理员权限。 I did get a UAC prompt when I tried to get a license and I elevated the process to use my separate administrator account, but it didn't work. 当我尝试获取许可证时,我确实收到了UAC提示,并且我将该流程提升为使用我的单独管理员帐户,但它无效。

What did work however was logging out from my normal user, signing in as my administrator account and try to get a developer license that way. 然而从我的普通用户注销 ,以我的管理员帐户登录并尝试以这种方式获得开发人员许可证的工作是什么。

So apparently running under a non-privileged user is not something that VS2013 appreciates in scenarios like this. 因此,显然在非特权用户下运行并不是VS2013在这样的场景中所欣赏的。 I'm not sure why there is a difference between elevating a process' rights through UAC and actually logging in as an elevated user. 我不确定为什么通过UAC提升流程权限和实际以提升用户身份登录之间存在差异。

Make sure you have all Windows Updates installed. 确保已安装所有Windows更新。 If you can't update: 如果你不能更新:

Other tips: 其他提示:

  • Check the system date and time (it must not be ahead on their systems) 检查系统日期和时间(它们的系统不得超前)
  • Try to disable NlaSvc service (Network Location Awareness) 尝试禁用NlaSvc服务(网络位置感知)

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 为 Linux 安装 Windows 子系统并得到错误 0xc03a001a 和长列表或问号 - Install Windows Subsystem for Linux and get error 0xc03a001a and a long list or question marks Windows桌面VB.Net Apps由于应用程序事件日志中的0xC004F057而导致读取Excel 1004 0x800A03EC错误 - Windows Desktop VB.Net Apps Getting an error 1004 0x800A03EC reading Excel due to 0xC004F057 in Application Event log 在 Windows 10 上安装 IIS 时出现错误 0x800f0922:“无法完成更改。” - Error 0x800f0922 when installing IIS on Windows 10: “The changes couldn't be completed.” Windows 10 在 SSD 上安装错误:“我们无法创建新分区……” - Windows 10 Installation on a SSD error: “ We couldn't create a new partition…” Windows 脚本宿主错误:无效字符 - 代码:800A03F6 - 来源:Microsoft JScript 编译错误 - Windows Script Host Error: Invalid character - Code:800A03F6 - Source: Microsoft JScript compilation error Windows上的启动错误“无法删除目标” - Boot error on Windows “Couldn't delete target” 续签Windows Surface Tablet开发人员许可证 - Renew windows surface tablet developer license VBS脚本错误800A03F4 - VBS script error 800A03F4 开发人员先生在我的路径上找不到'git'执行程序。 我有Windows / msysgit - Mr.Developer couldn't find 'git' exec on my path. I have Windows/msysgit 运行“nodemon index.js”启动 Windows 脚本主机而不是 VS:WSH 错误代码 800A03F6 - Running "nodemon index.js" launches Windows Script Host instead of VS: WSH Error Code 800A03F6
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM