<titledata-rh="true">Change Windows Edition | MAS</title><metadata-rh="true"name="viewport"content="width=device-width,initial-scale=1"><metadata-rh="true"name="twitter:card"content="summary_large_image"><metadata-rh="true"property="og:image"content="https://massgrave.dev/img/card.png"><metadata-rh="true"name="twitter:image"content="https://massgrave.dev/img/card.png"><metadata-rh="true"property="og:url"content="https://massgrave.dev/change_edition"><metadata-rh="true"property="og:locale"content="en"><metadata-rh="true"name="docusaurus_locale"content="en"><metadata-rh="true"name="docsearch:language"content="en"><metadata-rh="true"name="docusaurus_version"content="current"><metadata-rh="true"name="docusaurus_tag"content="docs-default-current"><metadata-rh="true"name="docsearch:version"content="current"><metadata-rh="true"name="docsearch:docusaurus_tag"content="docs-default-current"><metadata-rh="true"property="og:title"content="Change Windows Edition | MAS"><metadata-rh="true"name="description"content="- You can find this option in the MAS extras section."><metadata-rh="true"property="og:description"content="- You can find this option in the MAS extras section."><linkdata-rh="true"rel="icon"href="/img/favicon.ico"><linkdata-rh="true"rel="canonical"href="https://massgrave.dev/change_edition"><linkdata-rh="true"rel="alternate"href="https://massgrave.dev/change_edition"hreflang="en"><linkdata-rh="true"rel="alternate"href="https://massgrave.dev/change_edition"hreflang="x-default"><linkrel="stylesheet"href="/assets/css/styles.4d17037b.css">
<li>You can find this option in the MAS extras section.</li>
<li>It can change the Windows 7-8-8.1-10-11 and their Server equivalent editions.</li>
<li>The script incorporates 4 methods for edition changing:<!---->
<ul>
<li>May's DISM Api Method - Used in Windows 10/11 Core to Non-Core edition change</li>
<li><ahref="https://learn.microsoft.com/en-us/windows/deployment/upgrade/windows-edition-upgrades#upgrade-using-a-command-line-tool"target="_blank"rel="noopener noreferrer">slmgr /ipk Method</a> - Used in Windows 10/11 where edition license files are already there</li>
<li><ahref="https://learn.microsoft.com/en-us/windows-server/get-started/upgrade-conversion-options"target="_blank"rel="noopener noreferrer">DISM Method</a> - Used in Server 2016 and later server versions</li>
<li><ahref="https://github.com/asdcorp/Set-WindowsCbsEdition"target="_blank"rel="noopener noreferrer">CBS Upgrade Method</a> - Used in Windows versions before 10</li>
</ul>
</li>
<li>Available editions that can be changed to are shown in the script based on all these 4 options.</li>
<li>The script is future-proof, which means that it won't need an update upon the release of new Windows / Server editions and can get the required product key from the system itself.</li>
<li>The script blocks changing to CountrySpecific, ServerRdsh, and to/from CloudEdition editions since it's officially not supported and the user may face issues.</li>
<li>The script cannot change,<!---->
<ul>
<li>Non-Core editions to Core editions (For example, Pro > Home isn't available)</li>
<li>GAC editions to LTSC editions (For example, Enterprise > Enterprise LTSC isn't available)</li>
</ul>
</li>
</ul>
<hr>
<h2class="anchor anchorWithStickyNavbar_LWe7"id="manual-edition-change">Manual Edition Change<ahref="#manual-edition-change"class="hash-link"aria-label="Direct link to Manual Edition Change"title="Direct link to Manual Edition Change"></a></h2>
<p>If you want to manually change the edition instead of using the script, please follow the steps below.</p>
<h3class="anchor anchorWithStickyNavbar_LWe7"id="windows-1011">Windows 10/11<ahref="#windows-1011"class="hash-link"aria-label="Direct link to Windows 10/11"title="Direct link to Windows 10/11"></a></h3>
<ul>
<li>To view the list of available editions, open the command prompt as admin and enter<br>
<li>In the Home to Pro upgrade, it may show an error, restart the system anyway. (Use the script if it's still not working)</li>
<li>Activate the changed edition with MAS, that's all.</li>
</ul>
<h3class="anchor anchorWithStickyNavbar_LWe7"id="windows-server-2016-and-later">Windows Server 2016 and Later<ahref="#windows-server-2016-and-later"class="hash-link"aria-label="Direct link to Windows Server 2016 and Later"title="Direct link to Windows Server 2016 and Later"></a></h3>
<ul>
<li>Follow the official Microsoft guide <ahref="https://learn.microsoft.com/en-us/windows-server/get-started/upgrade-conversion-options"target="_blank"rel="noopener noreferrer">here</a>, you can get the required keys from <ahref="/kms38#supported-products">here</a>.</li>
</ul>
<hr>
<h2class="anchor anchorWithStickyNavbar_LWe7"id="troubleshooting">Troubleshooting<ahref="#troubleshooting"class="hash-link"aria-label="Direct link to Troubleshooting"title="Direct link to Troubleshooting"></a></h2>