summaryrefslogtreecommitdiff
path: root/docs/evaluation_editions.md
diff options
context:
space:
mode:
authorLyssa2026-03-02 11:52:17 +0000
committerLyssa2026-03-02 11:52:17 +0000
commit6ed1ae0a552dc6c01b192499094a60ab21248f84 (patch)
tree74a7c84f8adcc463c4e438bdaab8842d2c60caa7 /docs/evaluation_editions.md
parent41879f5f5822cea6f9c43606818ce0a234966adb (diff)
downloadmassgrave.dev-6ed1ae0a552dc6c01b192499094a60ab21248f84.zip
Fix some mistakes with the previous commit
Diffstat (limited to 'docs/evaluation_editions.md')
-rw-r--r--docs/evaluation_editions.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/evaluation_editions.md b/docs/evaluation_editions.md
index 6bd882a..428859a 100644
--- a/docs/evaluation_editions.md
+++ b/docs/evaluation_editions.md
@@ -40,7 +40,7 @@ import TabItem from '@theme/TabItem';
LTSC means long-term servicing channel. Microsoft provides longer update support for them.
- Download Windows 10/11 Enterprise LTSC ISO from [here](windows_ltsc_links.md) in the same Windows language, and architecture.
-- Right-click the downloaded ISO file, **Open With** > **Windows Explorer**
+- Right-click the downloaded ISO file and select **Open with** > **Windows Explorer**
- A new DVD drive will appear in Windows Explorer, which means the installation image has been mounted successfully.
- Now open Command Prompt as administrator and enter:
`reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v EditionID /d EnterpriseS /f`
@@ -57,7 +57,7 @@ It will upgrade your eval Windows version to the full version.
GAC means general availability channel, aka normal version.
- Download genuine Windows 10/11 ISO from [here](genuine-installation-media.md) in the same Windows language, and architecture.
-- Right-click the downloaded ISO file, **Open With** > **Windows Explorer**
+- Right-click the downloaded ISO file and select **Open with** > **Windows Explorer**
- A new DVD drive will appear in Windows Explorer, which means the installation image has been mounted successfully.
- Now open Command Prompt as administrator and enter:
`reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v EditionID /d Enterprise /f`