massgrave.dev/change_edition.md

23 lines
1.0 KiB
Markdown
Raw Normal View History

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
- It can change the Windows 10-11 / Server Editions (Build 10240 and higher).
- It uses official methods for changing editions.
2022-08-10 19:01:29 +02:00
- Available editions are shown in the script basis on\
2022-07-25 20:03:20 +02:00
`dism /online /english /Get-TargetEditions`
2022-08-10 19:01:29 +02:00
- The script is future proof, which means on the release of new Windows / Server editions, the script doesn't need an update and can get the required key from the system itself.
2022-07-25 20:03:20 +02:00
2022-08-10 19:01:29 +02:00
- Script blocks the change to/from CountrySpecific and CloudEdition editions since it's officially not supported and the user may face issues.
2022-07-25 20:03:20 +02:00
2022-08-10 19:01:29 +02:00
- Internet needs to be turned off and a restart is required while changing from Core (Home) to Non-Core (Pro, Enterprise, etc) edition.
2022-07-25 20:03:20 +02:00
2022-08-10 19:01:29 +02:00
- The script can not change the Non-Core (Pro, Enterprise, etc) to Core (Home) edition.
2022-07-25 20:03:20 +02:00
------------------------------------------------------------------------