summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMay2025-03-28 22:01:49 +0000
committerGitHub2025-03-28 22:01:49 +0000
commit55cfef9f9a851b39641fc0f7a69fa6504e309d20 (patch)
treeca4cfb9ad0bc07a0d34d534a7008fe0357432f52 /docs
parentb1b11235ab913493efaf00e3c91c84b84f7d4fe0 (diff)
downloadmassgrave.dev-55cfef9f9a851b39641fc0f7a69fa6504e309d20.zip
Update docs/change_windows_edition.md
fix error caught by copilot Co-authored-by: Copilot <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r--docs/change_windows_edition.md2
1 files changed, 1 insertions, 1 deletions
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)