Windows 8获取开发者账户

使用PowerShell获取开发者账户,可以在本地调试Metro APP

C:PS> Show-WindowsDeveloperLicenseRegistration //安装licence

C:PS> Get-WindowsDeveloperLicense        //查看过期时间

C:PS> Unregister-WindowsDeveloperLicense    //卸载licence

原文地址:https://www.cnblogs.com/morven/p/3246208.html