I had issues converting one of my evaluation installations of Windows Server 2019 to a fully licensed copy. I’d extended the evaluation a few times using “slgmr /rearm” a few times, but had finally decided I was going to move this setup into production.
The issue
When going through the settings UI to activate, I could see an error message as below, and clicking the “Change product key” option did nothing.
Running through the CLI using “slmgr.vbs” also returned errors;
CMD: Cscript.exe %windir%\system32\slmgr.vbs /ipk {key} Error: 0xC004F069 On a computer running Microsoft Windows non-core edition, run 'slui.exe 0x2a 0xC004F069' to display the error text.
Following the rabbit down the hole;
CMD: slui.exe 0x2a 0xC004F069 Error: Code: 0xC004F069 Description: The Software Licensing Service reported that the product SKU is not found.
The fix
Continue reading Windows Server 2019 Evaluation – Activation fails