massgrave.dev/change_edition.md

29 lines
1.2 KiB
Markdown
Raw Normal View History

2023-03-16 19:09:16 +01:00
---
pagetitle: Change Windows Edition
---
2022-07-25 20:03:20 +02:00
# Change Windows Edition
------------------------------------------------------------------------
2022-08-10 19:01:29 +02:00
- You can find this option in the MAS extras section.
2022-07-25 20:03:20 +02:00
2023-10-25 18:47:27 +02:00
- It can change the Windows 7-8-8.1-10-11 and their Server equivalent editions.
2022-07-25 20:03:20 +02:00
2023-10-25 18:47:27 +02:00
- The script incorporates 4 methods for edition changing:
2023-01-11 12:19:43 +01:00
2023-09-25 15:45:25 +02:00
- Alex (aka may, ave9858) DISM Api Method (Based on changepk.exe method but better)\
2023-01-11 12:19:43 +01:00
- slmgr /ipk Method\
- DISM Method\
- [CBS Upgrade method](https://github.com/asdcorp/Set-WindowsCbsEdition)
2022-11-07 21:30:36 +01:00
2023-10-25 18:47:27 +02:00
- Available editions that can be changed to are shown in the script based on all these 4 options.
2022-07-25 20:03:20 +02:00
2023-10-25 18:47:27 +02:00
- The script is future-proof, which means that upon the release of new Windows / Server editions, the script won't need an update and can get the required product key from the system itself.
2022-07-25 20:03:20 +02:00
2023-10-25 18:47:27 +02:00
- The script blocks changing to CountrySpecific, ServerRdsh and to/from CloudEdition editions since it's officially not supported and the user may face issues.
2022-07-25 20:03:20 +02:00
2023-10-26 21:22:23 +02:00
- The script cannot change Non-Core editions to Core editions. (For example, Pro --> Home isn't available)
2022-07-25 20:03:20 +02:00
------------------------------------------------------------------------