Error: 0xC004F069 When activating Windows Server 2022 VM on Windows Server 2022

Mark Miller 5 Reputation points
2023-03-21T14:45:05.7166667+00:00

Hello I have a Windows Server 2022 Standard to which I setup a VM and installed Windows Server Standard Evaluation (I thought it was the same installation file). I am unable to activate VM Server Standard 2022. I get "Error: 0xC004F069 On a computer running Microsoft Windows non-core edition, run 'slui.exe 0x2a 0xCoo4F069' to display the error text." when I run slmgr -ipk XXX from with in the VM. The XXX is the same activation code I am using for the physical server.

I have tried using AVMA key also. No luck.

Any suggestions? Thank you!

Windows for business | Windows Client for IT Pros | Storage high availability | Virtualization and Hyper-V
Windows for business | Windows Server | User experience | Other
0 comments No comments
{count} vote

3 answers

Sort by: Most helpful
  1. Anonymous
    2023-03-22T15:23:11.1766667+00:00

    In general you'll need to convert the evaluation to full.

    
    Dism /online /Set-Edition:ServerStandard /ProductKey:xxxxx-xxxxx-xxxxx-xxxxx-xxxxx /AcceptEula
    
    

    above assumes a retail product key. If the key is volume or some other then as a work around, you can use a kms key as intermediary step.

    
    Dism /online /Set-Edition:ServerStandard /ProductKey:VDYBN-27WPP-V4HQT-9VMD4-VMK7H /AcceptEula
    
    

    https://learn.microsoft.com/en-us/windows-server/get-started/kmsclientkeys#windows-server-ltscltsb-versions

    then if successful use your own product key below after reboot

    
    slmgr /ipk xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
    
    slmgr /ato
    
    

    --please don't forget to upvote and Accept as answer if the reply is helpful--

    9 people found this answer helpful.

  2. Limitless Technology 44,766 Reputation points
    2023-03-22T13:55:55.09+00:00

    Hello there,

    I suggest opening a command prompt in admin mode and do an slmgr /ipk PRODUCT_KEY, slmgr /ato

    You can switch from version before doing the activation, but in such case you are limited in your choice.

    The command in such case are more;

    DISM /Online /Set-Edition:ServerStandard /ProductKey:xxxxx-xxxxx-xxxxx-xxxxx-xxxxx /AcceptEula

    If you have trouble when activating an Azure Windows virtual machine (VM) that is created from a custom image, you can use the information provided in this document to troubleshoot the issue. https://learn.microsoft.com/en-us/troubleshoot/azure/virtual-machines/troubleshoot-activation-problems

    Similar discussion here https://learn.microsoft.com/en-us/answers/questions/963143/azure-windows-server-2022-vm-activation-issue

    Hope this resolves your Query !!

    --If the reply is helpful, please Upvote and Accept it as an answer–

    0 comments No comments

  3. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.