0

I have Windows Server 2019 evaluation OS and its evaluation period has expired, I have perform multiple activation attempts(with license code and kms server) but they both failed.

It has expired more than 2months now it shutdown by itself several times. I used cscript and ipk to install keys but it failed also. The machine is VM.

I need to clone it configurations and restore it to Windows Server 2019 Datacenter. How can I attain this.

Kafiti
  • 1
  • 1

1 Answers1

0
  • Block/disconnect towards/from internet

  • Re-enter a general use product key from command line (enter a datacenter default key using slmgr.vbs /ipk) - this will make the OS the desired version

  • Restart the system

  • Enter the licensed key (must be same type/version as the general key you used) - you can enter this one normally or from command line

  • Activate your copy of Windows

Overmind
  • 3,076
  • 2
  • 16
  • 25
  • this threw an error (0xc004f069 activation error) after disconnecting from network and supply the key with /ipk. I checked the error and it drive me to DISM which was also not validating the key. I follow this link [link]https://doitfixit.com/blog/2019/10/09/error-1168-the-specified-product-key-could-not-be-validated/[/link] and later on the MAK worked and system is activated. – Kafiti Jan 05 '21 at 10:10
  • Set-Edition should have happened automatically when applying a default key, but it's a good safety measure if that didn't work directly. – Overmind Jan 05 '21 at 11:42