Windows OS Hub
  • Windows Server
    • Windows Server 2022
    • Windows Server 2019
    • Windows Server 2016
    • Windows Server 2012 R2
    • Windows Server 2008 R2
    • SCCM
  • Active Directory
    • Active Directory Domain Services (AD DS)
    • Group Policies
  • Windows Clients
    • Windows 11
    • Windows 10
    • Windows 8
    • Windows 7
    • Windows XP
    • MS Office
    • Outlook
  • Virtualization
    • VMWare
    • Hyper-V
    • KVM
  • PowerShell
  • Exchange
  • Cloud
    • Azure
    • Microsoft 365
    • Office 365
  • Linux
    • CentOS
    • RHEL
    • Ubuntu
  • Home
  • About

Windows OS Hub

  • Windows Server
    • Windows Server 2022
    • Windows Server 2019
    • Windows Server 2016
    • Windows Server 2012 R2
    • Windows Server 2008 R2
    • SCCM
  • Active Directory
    • Active Directory Domain Services (AD DS)
    • Group Policies
  • Windows Clients
    • Windows 11
    • Windows 10
    • Windows 8
    • Windows 7
    • Windows XP
    • MS Office
    • Outlook
  • Virtualization
    • VMWare
    • Hyper-V
    • KVM
  • PowerShell
  • Exchange
  • Cloud
    • Azure
    • Microsoft 365
    • Office 365
  • Linux
    • CentOS
    • RHEL
    • Ubuntu

 Windows OS Hub / Windows 10 / How to Upgrade Windows 10 Edition Without Reinstalling?

May 10, 2023 Windows 10

How to Upgrade Windows 10 Edition Without Reinstalling?

Quite often users and administrators ask if they can upgrade a lower Windows 10 edition (like Home or Pro) to a higher one (for example, Pro or Enterprise respectively). In this article we’ll show how to upgrade a Windows 10 edition without reinstalling OS, and keeping all apps, settings, and files.

You can get the current Windows 10 edition using this DISM command:
DISM /online /Get-CurrentEdition

Current Edition : Professional

In our example, it is Windows 10 Pro.
dism get current windows 10 edition

Then display the list of editions you can upgrade your Windows 10 to:

DISM /online /Get-TargetEditions

Target Edition : ProfessionalEducation
Target Edition : ProfessionalWorkstation
Target Edition : Education
Target Edition : ProfessionalCountrySpecific
Target Edition : ProfessionalSingleLanguage
Target Edition : ServerRdsh
Target Edition : IoTEnterprise
Target Edition : Enterprise

dism get target windows 10 editions you can upgrade to

Upgrading Windows 10 from Pro to Enterprise Edition

In order to upgrade your Windows 10 edition from Professional to Enterprise, you must enter a valid product key. Specify the public KMS key for Windows 10 Enterprise (NPPR9-FWDCX-D2C8J-H872K-2YT43).

Don’t use the MAK key to upgrade your edition. If you want to use a MAK key to activate your Windows 10 Enterprise, change the edition using the KMS key first as described below, and then activate Windows using the MAK key.

Let’s try to upgrade the edition using the command DISM /Set-Edition like we do to upgrade Windows Server edition.

Earlier we showed how to convert an evaluate edition of Windows Server to a full version and how to downgrade Datacenter edition to Standard using DISM.

DISM.exe /online /Set-Edition:Enterprise /AcceptEula /ProductKey:NPPR9-FWDCX-D2C8J-H872K-2YT43

The command returns the following error:

Error: 50
Setting an edition is not supported with online images.

It means that online edition upgrade is not supported: you have to boot from the WinPE/WinRE media and upgrade your Windows 10 image offline. It is not very convenient.

DISM.exe /online /Set-Edition Error: 50 Setting an edition is not supported with online images

The official Microsoft documentation suggests 4 ways to change Windows 10 edition:

  1. Manually by changing the product key in the Control Panel (Settings –> Update & Security –> Activation –> Change product key); ChangePk.exe - enter a Windows 10 product key
    The menu calls the ChangePk.exe tool to upgrade the edition.
  2. Using MDM (Mobile Device Management);
  3. Using ICD (Windows Imaging and Configuration Designer). You can prepare a Win10 provisioning package file (.ppkg). The package sets a new edition and it is applied to Windows 10. But you cannot do it online as well. The PPKG package is applied to an offline Windows image (or a WIM file) using the command: DISM.exe /Image=C:\ /Add-ProvisioningPackage /PackagePath:C:\distr\upgrade.ppkg
  4. You can also use a script with Changepk.exe to automatically upgrade Windows 10 edition (it is the easiest way)

Let’s try to upgrade Win10 from Pro to Enterprise with this command:

Changepk.exe /ProductKey NPPR9-FWDCX-D2C8J-H872K-2YT43

In a couple of minutes your Windows 10 edition will be changed to Enterprise (you don’t need to confirm anything or restart your computer). Then just activate Windows online or on your KMS server.

Upgrade Windows 10 Pro to Windows 10 Enterprise

This method allows to upgrade Windows 10 edition on remote computers using PowerShell Remoting (Invoke-Command or Enter-PSSession cmdlets).

Upgrade from Windows 10 Home to Pro Edition

In the same way, you can upgrade your Windows 10 Home to Pro without any data loss or app reinstallation.

Check the current Windows edition:

Dism.exe /Online /Get-CurrentEdition

upgrading from windows 10 home edition

Then display the list of editions you may upgrade your Windows 10 Home:

DISM /online /Get-TargetEditions

There is the Professional edition in the list.

Upgrade Windows 10 Home to Windows 10 Pro

The methods described above are not supported to upgrade Windows 10 Home to Pro (https://docs.microsoft.com/en-us/windows/deployment/upgrade/windows-10-edition-upgrades). You may use one of the following options:

  • Specify a new product key manually
  • Buy a Windows 10 Pro license in Microsoft Store (a computer with the license will be linked to your Microsoft account — MSA).

To enter a new Windows 10 Pro key manually, run this command:

Changepk.exe

Enter your Windows 10 Pro key.

enter a windows 10 pro product key

Confirm the edition upgrade by clicking Start.

upgrade your edition on Windows wizard

The upgrade will take some time, and then you will have to restart your computer.

You may only upgrade your Windows 10 edition (for example, Home -> Pro or Home -> Education). You can upgrade Windows 10 LTSC edition to Enterprise or a newer LTSC

The downgrade scenario is only available for Education -> Pro or Enterprise -> Pro.

2 comments
3
Facebook Twitter Google + Pinterest
previous post
How to Check Disk Performance (IOPS and Latency) in Linux?
next post
How to Create ZIP Archives and Unzip Files with PowerShell?

Related Reading

How to Connect VPN Before Windows Logon

November 14, 2023

Using WPAD (Web Proxy Auto-Discovery Protocol) on Windows

November 7, 2023

Zabbix: How to Get Data from PowerShell Scripts

October 27, 2023

Tracking Printer Usage with Windows Event Viewer Logs

October 19, 2023

How to Use Ansible to Manage Windows Machines

September 25, 2023

2 comments

serg May 10, 2023 - 11:00 am

You can face the following error then trying to use sysprep on upgraded Windows device:
Sysprep was not able to validate your Windows installation, Review the log file at %Windows%\System32\Sysprep\Panther\setupact.log for details. After resolving the issue, use Sysprep to validate your installation again.

Open the Sysprep log file setupact.log and look for error:
[0x0f0036] SYSPRP spopk.dll:: Sysprep will not run on an upgraded OS. You can only run Sysprep on a custom (clean) install version of Windows.

In this case
Open the Registry Editor (regedit.exe)
Go to HKEY_LOCAL_MACHINE\SYSTEM\Setup\
Delete the Upgrade key (if exist) and the registry value with the name UpgradeUpgrade registry key
In HKEY_LOCAL_MACHINE\SYSTEM\Setup\Status\SysprepStatus key specify the CleanupState value equal to 7
Restart your computer and try to run SysPrep again

Reply
dk June 30, 2023 - 6:56 am

Upgrade to Windows 10 Enterprise for Remote Sessions (Multi-Session) edition:
slmgr.vbs /ipk CPWHC-NT2C7-VYW78-DHDB2-PG3GK

Reply

Leave a Comment Cancel Reply

Categories

  • Active Directory
  • Group Policies
  • Exchange Server
  • Microsoft 365
  • Azure
  • Windows 11
  • Windows 10
  • Windows Server 2022
  • Windows Server 2019
  • Windows Server 2016
  • PowerShell
  • VMWare
  • Hyper-V
  • Linux
  • MS Office

Recent Posts

  • How to Connect VPN Before Windows Logon

    November 14, 2023
  • Removing Azure Arc Setup Feature on Windows Server 2022

    November 9, 2023
  • Using WPAD (Web Proxy Auto-Discovery Protocol) on Windows

    November 7, 2023
  • Send Emails with Microsoft Graph API and PowerShell

    November 6, 2023
  • Zabbix: How to Get Data from PowerShell Scripts

    October 27, 2023
  • Tracking Printer Usage with Windows Event Viewer Logs

    October 19, 2023
  • PowerShell: Configure Certificate-Based Authentication for Exchange Online (Azure)

    October 15, 2023
  • Reset Root Password in VMware ESXi

    October 12, 2023
  • How to Query and Change Teams User Presence Status with PowerShell

    October 8, 2023
  • How to Increase Size of Disk Partition in Ubuntu

    October 5, 2023

Follow us

  • Facebook
  • Twitter
  • Telegram
Popular Posts
  • How to Repair EFI/GPT Bootloader on Windows 10 or 11
  • How to Restore Deleted EFI System Partition in Windows
  • Network Computers are not Showing Up in Windows 10/11
  • Updating List of Trusted Root Certificates in Windows
  • How to Create a Wi-Fi Hotspot on your Windows PC
  • How to Sign an Unsigned Device Driver in Windows
  • How to Download APPX File from Microsoft Store for Offline Installation?
Footer Logo

@2014 - 2023 - Windows OS Hub. All about operating systems for sysadmins


Back To Top