From 55cfef9f9a851b39641fc0f7a69fa6504e309d20 Mon Sep 17 00:00:00 2001 From: May <112294121+ave9858@users.noreply.github.com> Date: Fri, 28 Mar 2025 22:01:49 +0000 Subject: [PATCH] Update docs/change_windows_edition.md fix error caught by copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- docs/change_windows_edition.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/change_windows_edition.md b/docs/change_windows_edition.md index e649e98..1405965 100644 --- a/docs/change_windows_edition.md +++ b/docs/change_windows_edition.md @@ -8,7 +8,7 @@ - [DISM Method](https://learn.microsoft.com/windows-server/get-started/upgrade-conversion-options) - Used in Server 2016 and later server versions - [CBS Upgrade Method](https://github.com/asdcorp/Set-WindowsCbsEdition) - Used in Windows versions before 10 - The script will show editions available via any of the four methods. -- The script is future-proof, which means that it won't need an update upon the release of a new editions because it can get the required product key from the system itself. +- The script is future-proof, which means that it won't need an update upon the release of new editions because it can get the required product key from the system itself. - The script blocks changing to CountrySpecific, ServerRdsh, and to/from CloudEdition editions since it's not officially supported and the user may face issues. - The script cannot change - Non-Core editions to Core editions (For example, Pro > Home isn't available)