Any progress or updates?
--please don't forget to Accept as answer if the reply is helpful--
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I'm doing virtualization and have some base licenses ( Windows Server 2016, Windows Server 2019 ). On the 2016 I seemed to have used it in the past in my home lab. How do I release the product key so I can move it to my new VM in my home lab ?
Thank you,
Jacob
Any progress or updates?
--please don't forget to Accept as answer if the reply is helpful--
You need to have obtained the Retail licenses of Windows Server 2016,, then you are entitled to transfer the product key to another device.
Uninstall Product Key to Deactivate Windows Server
Open an elevated command prompt.
Copy and paste the slmgr /upk command into the elevated command prompt, and press Enter to uninstall the product key
Copy and paste the slmgr /cpky command into the elevated command prompt, and press Enter. Click/tap on OK when the product key has successfully been cleared from the registry.
On your new device, type the following command to reuse the product key and press Enter:
slmgr /ipk xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
-------------------------------------------------------------------------------------
If the Answer is helpful, please click "Accept Answer" and upvote it.
Information posted in the given link is hosted by a third party. Microsoft does not guarantee the accuracy and effectiveness of information.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
On old one to remove a product key you can
slmgr /upk
On the new on you can;
slmgr /ipk xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
slmgr /ato
--please don't forget to Accept as answer if the reply is helpful--