Windows Phone 8.1 and Windows Runtime Apps How to #8 – Register , Unregister and View Developer License

When you download and install the Windows Phone 8.1 SDK and run Visual Studio for the first time , you will be prompted to get a developer license . This lets you to develop and test the Windows Store app or Windows Phone store app on Windows 8.1 system before submitting it to the store for certification. You just need a Windows Live ID for this.

There are other ways in which you can let the developers to view , register or View the Developer License.

1. Use the Menu Project -> Store -> Acquire Developer License to show the register developer license dialog.
2. Use the below PowerShell commands .

Get-WindowsDeveloperLicense
This will get the information about a developer license for the current system.

1

Unregister-WindowsDeveloperLicense
This PowerShell command removes the developer license from the current system. You will be prompted to confirm that you want to remove your developer license from this computer . Enter “Y” to confirm or “N” to cancel this operation.

3

Show-WindowsDeveloperLicenseRegistration

This PowerShell command allow the user to register a developer license.

2

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

In this post, you’ll learn about the Win32 Error “0x000019E5 – ERROR_COULD_NOT_RESIZE_LOG” that you get when debugging system erors in...
In this post, you’ll learn about the error “CO_E_DBERROR 0x8004E02B” that is returned when working with COM based APIs or...
In this post, you’ll learn about the Win32 Error “0x000019D0 – ERROR_LOG_BLOCK_VERSION” that you get when debugging system erors in...