PowerShell Logo Small

Unregister-WindowsDeveloperLicense



This is the built-in help made by Microsoft for the command 'Unregister-WindowsDeveloperLicense', in PowerShell version 3 - as retrieved from Windows version 'Microsoft Windows Server 2012 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Removes the developer license from the current computer.

SYNTAX


Unregister-WindowsDeveloperLicense [-Force [<SwitchParameter>]] [-Confirm [<SwitchParameter>]] [-WhatIf [<SwitchParameter>]]
[<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Unregister-WindowsDeveloperLicense cmdlet removes a developer license from the current computer. If you remove the developer license, you
can no longer install and test your apps. Any developer apps no longer run on the current computer. For more information about developer
licenses, see Get a developer license (Windows Store apps) (Windows) (http://msdn.microsoft.com/en-us/library/windows/apps/hh974578.aspx) in
the Microsoft Developer Network library.


You need Administrator rights to remove a developer license. If the cmdlet cannot find a developer license, it returns an error that informs
you that there is no developer license on the current computer.



<

RELATED LINKS

Get-WindowsDeveloperLicense
Show-WindowsDeveloperLicenseRegistration

REMARKS

<

Examples


Example 1: Remove a developer license

PS C:\> Unregister-WindowsDeveloperLicense



This command removes a developer license from the current computer. The cmdlet prompts you for confirmation before it removes the license. To
skip this prompt, use the Force parameter.