PowerShell Logo Small

Unregister-WindowsDeveloperLicense



This is the built-in help made by Microsoft for the command 'Unregister-WindowsDeveloperLicense', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 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] [-Confirm] [-WhatIf] [<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) at http://msdn.microsoft.com/en-us/library/windows/apps/hh974578.aspx in the MSDN library.


You need Administrator permissions 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

Online Version: http://go.microsoft.com/fwlink/p/?linkid=287616
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.