Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
the1812 committed Feb 2, 2023
1 parent 0b7d93a commit 43827dd
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 20 deletions.
16 changes: 5 additions & 11 deletions README.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@ Project inspired by [Windows apps that amaze us](https://amazing-apps.gitbook.io
## Download
https://github.com/the1812/Malware-Patch/releases/latest

Assets > mwp.exe

## CLI Usage
- No parameter : Open GUI.
- `--silent-update` : Silently check and download update.
- `--silent-update` : Silently check and download update. (Bundled version only)
- `--disallow-all` : Disallow all UAC authorizations of malwares.
- `--allow-all` : Allow all UAC authorizations of malwares.
- `--remove` : Clean up temp files used for update.
Expand All @@ -36,14 +34,10 @@ Assets > mwp.exe
- [简体中文](Block-List.zh-CN.md)

## Example
### Before

<img height="250" alt="Before" src="https://cdn.jsdelivr.net/gh/the1812/Malware-Patch@master/before.png">

### Disallow it and save
### Disallow and save

<img height="250" alt="Disallow it and save" src="https://cdn.jsdelivr.net/gh/the1812/Malware-Patch@master/disallow.png">
<img height="250" alt="Disallow it and save" src="./disallow.png">

### After
### Blocked by UAC

<img height="250" alt="After" src="https://cdn.jsdelivr.net/gh/the1812/Malware-Patch@master/after.png">
<img height="250" alt="Blocked" src="./after.png">
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@
## 下载
https://github.com/the1812/Malware-Patch/releases/latest

Assets > mwp.exe

## 命令行参数
- 无参数 : 启动图形界面.
- `--silent-update` : 在后台进行更新.
- `--silent-update` : 在后台进行更新. (仅单文件版可用)
- `--disallow-all` : 屏蔽所有支持的软件.
- `--allow-all` : 允许所有支持的软件.
- `--remove` : 清理更新的缓存文件.
Expand All @@ -38,14 +36,10 @@ Assets > mwp.exe
- [English](Block-List.en-US.md)

## 例子
### 屏蔽前

<img height="250" alt="屏蔽前" src="https://cdn.jsdelivr.net/gh/the1812/Malware-Patch@master/before.png">

### 屏蔽并保存

<img height="250" alt="屏蔽并保存" src="https://cdn.jsdelivr.net/gh/the1812/Malware-Patch@master/disallow.png">
<img height="250" alt="屏蔽并保存" src="./disallow.png">

### 屏蔽后

<img height="250" alt="屏蔽后" src="https://cdn.jsdelivr.net/gh/the1812/Malware-Patch@master/after.png">
<img height="250" alt="屏蔽后" src="./after.png">
Binary file modified after.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed before.png
Binary file not shown.
Binary file modified disallow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 43827dd

Please sign in to comment.