Forum Discussion
Windows Server 2019 install product key not working
- May 23, 2018
Did you install, choose NOT to enter the product key, then after the install was done, try to enter and activate the key? if so, that does not appear to work. I ran into the same issue on 2 of my 2019 servers. I wiped them out and this time entered the key during install, and it successfully activated. if I were to guess, they made something in the install to take into account these testing keys, but the Activation function within Settings, has not been updated to reflect that, so it thinks you are activating a live version of Windows, and that is not a valid key there. That is entirely a guess on my part. I didn't bother running a wireshark or anything to see what kind of response I was getting when trying to activate from Settings.
Just as an FYI, based on the earlier response, the 2 machines I was seeing this issue on, were not upgrades, they were brand new installs on a blank hard drive. I have not gotten around to trying the in-place upgrade yet. I don't know if this will help your situation, but I can say that I saw exactly what you were describing, and if you enter the key during the actual install, it appears to work. I have not looked into the release notes to see if there is something that says Activation from Settings is not set up to work yet.
Did you install, choose NOT to enter the product key, then after the install was done, try to enter and activate the key? if so, that does not appear to work. I ran into the same issue on 2 of my 2019 servers. I wiped them out and this time entered the key during install, and it successfully activated. if I were to guess, they made something in the install to take into account these testing keys, but the Activation function within Settings, has not been updated to reflect that, so it thinks you are activating a live version of Windows, and that is not a valid key there. That is entirely a guess on my part. I didn't bother running a wireshark or anything to see what kind of response I was getting when trying to activate from Settings.
Just as an FYI, based on the earlier response, the 2 machines I was seeing this issue on, were not upgrades, they were brand new installs on a blank hard drive. I have not gotten around to trying the in-place upgrade yet. I don't know if this will help your situation, but I can say that I saw exactly what you were describing, and if you enter the key during the actual install, it appears to work. I have not looked into the release notes to see if there is something that says Activation from Settings is not set up to work yet.
I just had microsoft help me resolve the same issue and since I couldn't find a solution aside from reinstalling the OS I figured I should share this.
1. Open PowerShell as Administrator
2. run slmgr.vbs /upk
3. run slmgr.vbs /cpky
4. run slmgr.vbs /ipk MAK-KEY-WITH-Dashes
5.run smlgr.vbs /ato
After Each command you should get a prompt saying it completed successfully and to click OK.
Hope this helps someone else.
- Peter_KambeyMar 14, 2024Copper Contributorit works with this way.. thank you
- GWizzJul 31, 2019Copper Contributor
Tried everything here so far nothing works
Fresh install of Datacenter and it won't accept our vl mak key. Will accept the Standard Edition key but the product installed show Datacenter server. Tried removing & changing the key still no joy.
Regards
- BrentforJul 31, 2019
Microsoft
- GWizzAug 01, 2019Copper Contributor
So raised a ticket and a Microsoft technician fixed the issue as follows :-
- Ran the following commands in Admin command prompt :-
=> DISM /Online /Get-CurrentEdition
=> DISM /Online /Get-TargetEditions
=> DISM /online /Set-Edition:ServerDatacenter /ProductKey:WMDGN-G9PQG-XVVXX-R3X43-63DFG /AcceptEula
- Rebooted the machine.
- Ran the following commands in Admin command prompt :-
=> slmgr.vbs /ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
=> slmgr.vbs -ato
=> slmgr.vbs /dlv
- machine got activated as Server Data Center successfully.
Hope this helps others 🙂