User Tools

Site Tools


Action unknown: copypageplugin__copy
public:win_change_from_evaluation

Windows: change windows version


Determine the current edition name

DISM /online /Get-CurrentEdition

Verify which editions the current installation can be converted to by running the following command. From the output, make a note of the edition name you want to convert to.

DISM /online /Get-TargetEditions

Change from windows server evaluation to datacenter and activate it

DISM /online /Set-Edition:ServerDatacenter /ProductKey:XXXX-XXXX-XXXX-XXXX-XXXX /AcceptEula

src: https://learn.microsoft.com/en-us/windows-server/get-started/upgrade-conversion-options


return to gimbo wiki home page

public/win_change_from_evaluation.txt · Last modified: by gmarco