How to Change Version Windows 2008R2 Standard to Enterprise

Windows 2008R2 Enterprise | In here I want try to change Windows Version from Standard to Enterprise.
Windows 2008R2 Standard
To determine the installed edition, run:
DISM /online /Get-CurrentEdition
To check the possible target editions, run:
DISM /online /Get-TargetEditions
Finally, to initiate an upgrade, run:

DISM /online /Set-Edition:<edition ID> /ProductKey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
So, for example, to upgrade to Windows Server 2008 R2 Enterpsire from a downlevel edition, you would run:
DISM /online /Set-Edition:ServerDatacenter /productkey:ABCDE-ABCDE-ABCDE-ABCDE-ABCDE

If you receive “ The specified product key is not valid for target edition”. Verify the information is typed correctly. If you still receive the error upgrade, try with a temporary key from Microsoft 489J6-VHDMP-X63PK-3K798-CPX3Y use this key in the command, and once the system reboots, go into the Server Manager, change and activate the softare with your own key.

DISM /online /Set-Edition:ServerEnterprise /productkey:489J6-VHDMP-X63PK-3K798-CPX3Y
Windows 2008R2 Enterprise
Check Your Version Windows to make sure after change from Windows 2008R2 Standard to Windows 2008R2 Enterprise. Then you must try to Activate again

0 Response to "How to Change Version Windows 2008R2 Standard to Enterprise"

Post a Comment