在powershell中Show-WindowsDeveloperLicenseRegistration
之后,我收到以下警告:
Show-WindowsDeveloperLicenseRegistration : Exception from HRESULT: 0x8024401B
At line:1 char:1
+ Show-WindowsDeveloperLicenseRegistration
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Show-WindowsDeveloperLicenseRegistration], COMException
+ FullyQualifiedErrorId : AcquireDeveloperLicenseException,Microsoft.Windows.DeveloperLicense.Commands.ShowWindows
DeveloperLicenseRegistrationCommand
我正在使用Microsoft Visual Studio社区2015,Windows 8.1 Pro 64位,Windows已激活。Windows8.1-KB2913270-x64
已经安装在我的电脑上。正确设置了我使用netsh winhttp show proxy
验证过的。
P.S>这不是一个重复的问题。类似问题的解决方案都没有对我有用。
答案 0 :(得分:0)
感谢@ magicandre1981帮我解决错误。
简短回答:在获取Windows 8.1开发人员许可证时,使用开放式互联网来避免/解决任何与互联网相关的问题。
答案很长:
如果在任何代理后面验证是否使用npm install youtube
npm install @types/youtube
正确设置了代理。
我在尝试获取Windows 8.1的开发人员许可时遇到了错误import 'youtube';
。发生此错误是因为我正在使用的实验室中的Windows计算机的Internet访问存在一些问题。我从实验室外访问互联网后解决了这个问题。
此外还有netsh winhttp show proxy
错误。我还在代理服务器后面。从这里阅读https://social.msdn.microsoft.com/Forums/en-US/4155f8ee-636a-4293-9cba-0694e8f0bcfd/we-couldnt-get-your-developer-license-for-windows-81-preview-error-0x80072f00?forum=toolsforwinapps后,我使用开放式互联网获得开发者许可证,解决了错误。