Jump to content
FIXED ACCOUNT REGISTRATION ×

How To Change Windows Editions


Recoil

Recommended Posts

Run in CMD as Admin
 


Active via remote KMS server (for windows 10 pro) :

slmgr /ipk W269N-WFGWX-YVC9B-4J6C9-T83GX
slmgr /skms s8.now.im
slmgr /ato

=======================================================================================================================

Force update by clearing host :

slmgr /upk
slmgr.vbs /cpky
slmgr /ckms
slmgr.vbs /ckms
slmgr /skms localhost
slmgr /ipk W269N-WFGWX-YVC9B-4J6C9-T83GX
slmgr.vbs -ato

=======================================================================================================================

If you get error code relating to non-core install, you can try to update via DISM ( this likely will not work )

Dism /Online /Get-CurrentEdition (Displays the edition of the specified image, means your current system edition)

Dism /Online /Get-TargetEditions (Displays a list of Windows editions that an image can be changed to)

Dism /online /Set-Edition: <edition name> /AcceptEula /ProductKey:12345-67890-12345-67890-12345 ( <--license key goes here)

=======================================================================================================================

If you your set as online disks then you will need to boot to a PE environment to correct it (Read the Microsoft Docs on this) or reinstall windows completely.

Credits: Cpt. Ernest

Link to comment
Guest
This topic is now closed to further replies.
×
×
  • Create New...