diff options
Diffstat (limited to 'docs/evaluation_editions.md')
| -rw-r--r-- | docs/evaluation_editions.md | 4 |
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`
|
