从计算机中删除Windows Developer License

时间:2015-05-28 13:55:06

标签: windows powershell windows-8

我需要从特定计算机上删除我的Windows Developer License。 所以我使用了这个powershell命令

Unregister-WindowsDeveloperLicense -Force

这似乎有效,因为它没有显示任何错误消息。但是,当我执行此命令以检查许可证是否已被删除时

Get-WindowsDeveloperLicense

从开头就出现的同样信息再次出现:

 ExpirationTime                      IsValid
 --------------                      -------
 31/12/9999 23:59:59                 True

那么如何完全取消注册开发者许可?

编辑:

我不知道这是否有所改变,但我在表面上尝试这一点。

感谢。

0 个答案:

没有答案
相关问题