diff --git a/CMWTAT_Digital_Release_2_7_1_0.exe b/CMWTAT_Digital_Release_2_7_1_0.exe deleted file mode 100644 index 4ce673a..0000000 Binary files a/CMWTAT_Digital_Release_2_7_1_0.exe and /dev/null differ diff --git a/README.en.md b/README.en.md index ac4603e..dd37897 100644 --- a/README.en.md +++ b/README.en.md @@ -10,6 +10,30 @@ A Windows 10 and Windows 11 digital license activation tool written in CSharp. ![UI Screenshot][UI_image] +# Download + +## Save Locally and Use + +> Since it is flagged by Microsoft Defender as a "Windows activation tool," it may be detected as a threat and automatically deleted after downloading. + +1. Download the `.exe` release file from [Releases](https://github.com/TGSAN/CMWTAT_Digital_Edition/releases/latest). + +2. Run the file directly. + +## Use Directly + +> Since it fetches the latest version online every time it starts, the startup time will be slower. + +1. Press the `Win + R` key combination to open the Run dialog. + +2. Copy the following command into the Run dialog and press Enter. + +``` +powershell -Command "irm https://tgsan.github.io/CMWTAT_Digital_Edition/DirectRun.ps1 | iex" +``` + +3. Wait for the fetch to complete, and the tool will start automatically. + # Usage ## Getting started diff --git a/README.zh.md b/README.zh.md index a0a48e0..358db6c 100644 --- a/README.zh.md +++ b/README.zh.md @@ -10,7 +10,31 @@ ![UI界面截图][UI_image] -# Usage 使用 +# 下载 + +## 保存到本地并使用 + +> 由于被 Microsoft Defender 标记为 “Windows 激活工具”,所以可能会下载后提示检测到威胁并自动删除。 + +1. 下载 [Releases](https://github.com/TGSAN/CMWTAT_Digital_Edition/releases/latest) 里的 `.exe` 发行文件。 + +2. 运行即可。 + +## 直接使用 + +> 由于每次启动时都会联网拉取最新版本,所以启动时间会更慢。 + +1. 按 `Win + R` 组合键打开运行对话框。 + +2. 复制以下命令到运行对话框中并按回车键。 + +``` +powershell -Command "irm https://tgsan.github.io/CMWTAT_Digital_Edition/DirectRun.ps1 | iex" +``` + +3. 等待拉取成功后,会自动启动工具。 + +# 使用 ## 入门