SystemRage / py-kms

KMS Server Emulator written in Python
The Unlicense
2.04k stars 618 forks source link

0xC004F069: Windows Server Eval error changing product key #57

Closed Ornias1993 closed 3 years ago

Ornias1993 commented 4 years ago

When you try to set the product key on windows server Eval copies (180 evaluation timer), you sometimes get the following error: Error: 0xC004F069 On a computer running Microsoft Windows non-core edition, run ‘slui.exe 0x2a 0xC004F069’ to display the error text

Tot fix this one can execute the following commands:

  1. Show the current version and versions that are compatible (optional): DISM.exe /Online /Get-TargetEditions

  2. Set the product to the VLK non-eval copy (Change the X's with your VLK key): DISM /online /Set-Edition:ServerStandard /ProductKey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX /AcceptEula

You might want to add this to the documentation.... ;)