Skip to content

Commit 98cd9f9

Browse files
committed
Update readme
1 parent 0fa8205 commit 98cd9f9

File tree

3 files changed

+49
-1
lines changed

3 files changed

+49
-1
lines changed

CMWTAT_Digital_Release_2_7_1_0.exe

-12.1 MB
Binary file not shown.

README.en.md

+24
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,30 @@ A Windows 10 and Windows 11 digital license activation tool written in CSharp.
1010

1111
![UI Screenshot][UI_image]
1212

13+
# Download
14+
15+
## Save Locally and Use
16+
17+
> Since it is flagged by Microsoft Defender as a "Windows activation tool," it may be detected as a threat and automatically deleted after downloading.
18+
19+
1. Download the `.exe` release file from [Releases](https://github.com/TGSAN/CMWTAT_Digital_Edition/releases/latest).
20+
21+
2. Run the file directly.
22+
23+
## Use Directly
24+
25+
> Since it fetches the latest version online every time it starts, the startup time will be slower.
26+
27+
1. Press the `Win + R` key combination to open the Run dialog.
28+
29+
2. Copy the following command into the Run dialog and press Enter.
30+
31+
```
32+
powershell -Command "irm https://tgsan.github.io/CMWTAT_Digital_Edition/DirectRun.ps1 | iex"
33+
```
34+
35+
3. Wait for the fetch to complete, and the tool will start automatically.
36+
1337
# Usage
1438

1539
## Getting started

README.zh.md

+25-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,31 @@
1010

1111
![UI界面截图][UI_image]
1212

13-
# Usage 使用
13+
# 下载
14+
15+
## 保存到本地并使用
16+
17+
> 由于被 Microsoft Defender 标记为 “Windows 激活工具”,所以可能会下载后提示检测到威胁并自动删除。
18+
19+
1. 下载 [Releases](https://github.com/TGSAN/CMWTAT_Digital_Edition/releases/latest) 里的 `.exe` 发行文件。
20+
21+
2. 运行即可。
22+
23+
## 直接使用
24+
25+
> 由于每次启动时都会联网拉取最新版本,所以启动时间会更慢。
26+
27+
1.`Win + R` 组合键打开运行对话框。
28+
29+
2. 复制以下命令到运行对话框中并按回车键。
30+
31+
```
32+
powershell -Command "irm https://tgsan.github.io/CMWTAT_Digital_Edition/DirectRun.ps1 | iex"
33+
```
34+
35+
3. 等待拉取成功后,会自动启动工具。
36+
37+
# 使用
1438

1539
## 入门
1640

0 commit comments

Comments
 (0)