summaryrefslogtreecommitdiff
path: root/docs/change_windows_edition.md
diff options
context:
space:
mode:
authorWindowsAddict2025-05-07 23:23:32 +0000
committerWindowsAddict2025-05-07 23:23:32 +0000
commit27c2c3516c6ee7e14e097d06da6e58142ab94a02 (patch)
treec4b35795661fc1b721da61cdac1e56c986e4a187 /docs/change_windows_edition.md
parentb6d34e39145494c5474220e4f621b8cb303b9cb0 (diff)
downloadmassgrave.dev-27c2c3516c6ee7e14e097d06da6e58142ab94a02.zip
Fix Microsoft links
Diffstat (limited to 'docs/change_windows_edition.md')
-rw-r--r--docs/change_windows_edition.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/change_windows_edition.md b/docs/change_windows_edition.md
index 41ad1de..304514c 100644
--- a/docs/change_windows_edition.md
+++ b/docs/change_windows_edition.md
@@ -4,8 +4,8 @@
- It can change Windows versions 7 through 11 and the equivalent server editions.
- The script incorporates four methods for edition changing:
- May's DISM Api Method - Used in Windows 10/11 Core to Non-Core edition change
- - [slmgr /ipk Method](https://learn.microsoft.com/windows/deployment/upgrade/windows-edition-upgrades#upgrade-using-a-command-line-tool) - Used for Windows 10/11 virtual editions
- - [DISM Method](https://learn.microsoft.com/windows-server/get-started/upgrade-conversion-options) - Used in Server 2016 and later server versions
+ - [slmgr /ipk Method](https://learn.microsoft.com/en-us/windows/deployment/upgrade/windows-edition-upgrades#upgrade-using-a-command-line-tool) - Used for Windows 10/11 virtual editions
+ - [DISM Method](https://learn.microsoft.com/en-us/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 new editions because it can get the required product key from the system itself.
@@ -33,7 +33,7 @@ If you want to manually change the edition instead of using the script, please f
### Windows Server 2016 and Later
-- Follow the [official Microsoft guide](https://learn.microsoft.com/windows-server/get-started/upgrade-conversion-options). You can get the required keys from [here](kms38.md#supported-products).
+- Follow the [official Microsoft guide](https://learn.microsoft.com/en-us/windows-server/get-started/upgrade-conversion-options). You can get the required keys from [here](kms38.md#supported-products).
------------------------------------------------------------------------