Windows Server 2025 host running hyper-v which is currently an evaluation license but we now have our license on the Microsoft Admin 365 page and want to get this physical host activated. I keep getting this error message. Here's some additional background:
DISM /online /Get-CurrentEdition
Deployment Image Servicing and Management tool
Version: 10.0.26100.1150
Image Version: 10.0.26100.4946
Current edition is:
Current Edition : ServerStandardEval
The operation completed successfully.
DISM /Online /Get-TargetEditions
Deployment Image Servicing and Management tool
Version: 10.0.26100.1150
Image Version: 10.0.26100.4946
Editions that can be upgraded to:
Target Edition : ServerTurbine
Target Edition : ServerDatacenter
The operation completed successfully.
DISM /online /Set-Edition:ServerStandard /ProductKey:TVRH6-WHNXV-R9WG3-9XRFY-MY832 /AcceptEula
Deployment Image Servicing and Management tool
Version: 10.0.26100.1150
Image Version: 10.0.26100.4946
Pended operations ignored. When this image is next booted, these operations will be processed.
Starting to update components...
Starting to install product key...
Finished installing product key.
Finished updating components.
Starting to apply edition-specific settings...
Error: 1168
An error occurred while applying target edition component settings. The upgrade cannot proceed.
For more information, review the log file.
The DISM log file can be found at C:\Windows\Logs\DISM\dism.log
Here's the snip from the DISM log...
2025-09-16 07:37:05, Info DISM DISM Smi Provider: PID=4220 TID=4920 End of list. - CSmiWrapper::ApplySettings
2025-09-16 07:37:05, Info DISM DISM Driver Manager: PID=4220 TID=4920 Not operating offline. No unattend work to be done for DMI. - CDriverManager::Apply
2025-09-16 07:37:05, Info DISM DISM Transmog Provider: PID=4220 TID=4920 Copying edition override file from [C:\Windows\Servicing\Editions\ServerStandardEdition.xml] to [C:\Windows\ServerStandard.xml] - CTransmogManager::ProjectEditionOverrideFile
2025-09-16 07:37:05, Info DISM DISM Transmog Provider: PID=4220 TID=4920 Installing edition license file for edition [ServerStandard] - CTransmogManager::ProjectEditionLicenseFile
2025-09-16 07:37:05, Error DISM DISM Transmog Provider: PID=4220 TID=8416 Failed to copy edition license file. - ThreadSkuInstallEula(hr:0x80070490)
2025-09-16 07:37:05, Error DISM DISM Transmog Provider: PID=4220 TID=4920 Thread for Installing EULA Failed. - CTransmogManager::ProjectEditionLicenseFile(hr:0x80070490)
2025-09-16 07:37:05, Error DISM DISM Transmog Provider: PID=4220 TID=4920 Failed to apply edition settings - CTransmogManager::ApplyEditionSettings(hr:0x80070490)
2025-09-16 07:37:05, Error DISM DISM Transmog Provider: PID=4220 TID=4920 Failed to apply edition settings for [ServerStandard] - CTransmogManager::TransmogrifyWorker
2025-09-16 07:37:05, Error DISM DISM Transmog Provider: PID=4220 TID=4920 [Upgrading system]: An error occurred while applying target edition component settings. The upgrade cannot proceed.
For more information, review the log file.
[hrError=0x80070490] - CTransmogManager::EventError
2025-09-16 07:37:05, Error DISM DISM Transmog Provider: PID=4220 TID=4920 Failed to Upgrade! - CTransmogManager::TransmogrifyWorker(hr:0x80070490)
2025-09-16 07:37:05, Error DISM DISM Transmog Provider: PID=4220 TID=4920 Failed to upgrade! - CTransmogManager::ExecuteCmdLine(hr:0x80070490)
2025-09-16 07:37:05, Info DISM DISM Package Manager: PID=4220 TID=10288 Finalizing CBS core. - CDISMPackageManager::Finalize
2025-09-16 07:37:05, Info DISM DISM Manager: PID=11440 TID=8412 Closing session event handle 0x270 - CDISMManager::CleanupImageSessionEntry
2025-09-16 07:37:05, Info DISM DISM.EXE: Image session has been closed. Reboot required=yes.
2025-09-16 07:37:05, Info DISM DISM.EXE:
2025-09-16 07:37:05, Info DISM DISM.EXE: <----- Ending Dism.exe session ----->
2025-09-16 07:37:05, Info DISM DISM.EXE:
I'm in production now and just need to get this activated.. license is paid for...
Help!