这台计算机上没有开发人员许可证

本文关键字:开发 许可证 计算机 | 更新日期: 2023-09-27 18:13:00

我正在尝试遵循http://blogs.msdn.com/b/spike/archive/2013/05/20/how-to-deploy-your-windows-store-app-to-surface-rt-for-testing.aspx的说明。我有一台老式的WinRT平板电脑和一台windows 8笔记本电脑,安装了Visual Studio 2010、2012版本。2013.显然,我需要在我的平板电脑上以管理员模式运行powershell,并发出以下命令:

   Get-WindowsDeveloperLicence

好吧,这工作OK在我的笔记本电脑,它弹出一个对话框,但不是在平板电脑上。平板电脑上写着

 Get-WindowsDeveloperLicense  : There is no developer license on this computer. 

所以我试了

  Show-WindowsDeveloperLicense

这个在笔记本上没问题但是在桌子上它写的是

  Show-WindowsDevelopersLicense : The term 'Show-WindowsDeveloperLicense' is not recognized as the name of a cmdlet, function, script file or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.

所以我很困惑。我假设我将"Hello World"作为windows商店应用程序编写,并将其部署到我的平板电脑上进行试用。显然我要拿到许可证才能在平板电脑上运行?我怎样才能拿到驾照?这台平板电脑太小了,无法运行Visual Studio。

感谢西格弗里德

这台计算机上没有开发人员许可证

获取开发人员许可证的命令为

Show-WindowsDeveloperLicenseRegistration

当在Powershell中运行时,将打开一个对话框,其中包含如何获得开发人员许可证的信息。

https://technet.microsoft.com/en-us/library/jj657535.aspx