ALL RIGHTS RESERVED TO THE AUTHOR(S) OF THE ORIGINAL ARTICLE(S)
Command so see the status of your Windows license:
Code: Select all
slmgr.vbs /dlv
- if Windows is activated
- what version is currently licensed
- activation ID; application ID
- the validation URL (https://validation-v2.sls.microsoft.com ... slwga.asmx); don't know what is it for tough
Essentially I switched from an evaluation version of Windows Server to an actual one with this command from a privileged command prompt:
Code: Select all
DISM /Online /set-edition:serverstandard /productkey:YOUR_LICENSE_NUMBER /accepteula
Code: Select all
slmgr /ipk your_product_key</li>