Windows 8 开发者许可证

San*_*t14 12 windows-8

使用 Visual Studio 2012 开发 Windows 8 商店应用程序时,我可以通过哪些方式获得更长的开发人员许可证(超过 3 个月)?

abh*_*kdz 11

此处详细介绍了如何获取开发人员许可证。

获取开发者许可证(Windows 应用商店应用)

截至目前,没有选项可以更改开发人员许可证的期限。但是,持续时间还取决于 Visual Studio 的许可证/有效性。所以检查一次。

在许可证续订的情况下,您可以在 Visual Studio 中以相同的方式进行。唯一的区别在于初始弹出窗口。

获得开发者许可

在此处输入图片说明

更新开发者许可证

在此处输入图片说明


Adi*_*tya 5

管理开发者许可证的其他方法

\n

您还可以使用 PowerShell 安装和管理开发人员许可证。只需使用管理权限打开 PowerShell 命令窗口(重要!)并使用以下常用命令:

\n
C:\\PS> Get-WindowsDeveloperLicense (Gets or renews the license)\n\nC:\\PS> Unregister-WindowsDeveloperLicense  (Unregisters the license. You should Unregister licenses after you are done testing.)\n\nC:\\PS> Show-WindowsDeveloperLicenseRegistration (Shows license information)\n
Run Code Online (Sandbox Code Playgroud)\n

您可以使用 Visual Studio 2012 Store 菜单\xe2\x80\x99sObtain Developer License命令。

\n

使用 Visual Studio 2012 RC 获取开发人员许可证非常简单。转到Project菜单,选择Acquire Developer LicenseStore菜单。(如果您使用的是适用于 Windows 8 的 Microsoft Visual Studio Express 2012 RC,请单击Store> Acquire Developer License。)

\n

您需要使用 Live ID(Microsoft 帐户)登录才能获取许可证。查看

\n
\n

您可以根据需要多次延长许可证,因此我猜当许可证到期时,只需再次延长即可。\n来源

\n