Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
TGSAN committed Nov 25, 2024
1 parent 0fa8205 commit 98cd9f9
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 1 deletion.
Binary file removed CMWTAT_Digital_Release_2_7_1_0.exe
Binary file not shown.
24 changes: 24 additions & 0 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
26 changes: 25 additions & 1 deletion README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. 等待拉取成功后,会自动启动工具。

# 使用

## 入门

Expand Down

0 comments on commit 98cd9f9

Please sign in to comment.