From 6ed1ae0a552dc6c01b192499094a60ab21248f84 Mon Sep 17 00:00:00 2001 From: Lyssa Date: Mon, 2 Mar 2026 15:52:17 +0400 Subject: Fix some mistakes with the previous commit --- docs/evaluation_editions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/evaluation_editions.md') 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` -- cgit v1.2.3