I'm trying unregister windows developer license using powershell in Windows 8.1 pro.
Unregister-WindowsDeveloperLicense -Force
Get-WindowsDeveloperLicense
ExpirationTime IsValid
-------------- -------
31/12/9999 23:59:59 True
How can i unregister unlimited windows developer license?
윈도우 8.1 pro 에서 sideloading product key를 활성화(activation) 하여 영구 개발자 라이센스를 설치하였습니다.
파워셀로 이 라이센스를 지우려고 하는데 안지워지네요.
Unregister-WindowsDeveloperLicense -Force
Get-WindowsDeveloperLicense
ExpirationTime IsValid
-------------- -------
31/12/9999 23:59:59 True
어떻게 영구 개발자 라이센스를 지울수 있을가요?