TEXT 34
Convert Windows Server 2016 Evaluation to Licensed By facknrite on 20th April 2022 08:05:48 PM
  1. In an elevated prompt type the following line:
  2.  
  3. dism /online /set-edition:ServerStandard /productkey:WC2BQ-8NRM3-FDDYY-2BFGV-KHKQY /accepteula
  4.  
  5. The product key that is used here is the KMS key for Windows Server 2016 Standard Edition.
  6.  
  7. Reboot the server (it will reboot twice!).
  8.  
  9. In an elevated prompt type the following:
  10. slmgr /ipk WC2BQ-8NRM3-FDDYY-2BFGV-KHKQY
  11.  
  12. Again, this is the KMS key for Windows Server 2016 Standard Edition.
  13.  
  14. After that, activate Windows by typing the following in an elevated prompt:
  15. slmgr /ato
  16.  
  17. Of course, this will only work if you have a KMS host running on your network and have configured the KMS correctly.

PasteBin is for source code and general debugging text.

Login or Register to edit, delete and keep track of your pastes and more.

Raw Paste

Login or Register to edit or fork this paste. It's free.