Skip to content

Commit

Permalink
Merge pull request #2 from the1812/preview
Browse files Browse the repository at this point in the history
Update to 2.7.12
  • Loading branch information
the1812 authored Oct 11, 2018
2 parents 649a212 + a3118e9 commit 86dc708
Show file tree
Hide file tree
Showing 6 changed files with 80 additions and 12 deletions.
38 changes: 35 additions & 3 deletions Block-List.en.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,59 @@
# Block List
The sub items stand for products that may be affected by this tool.
- 360
- 360 Safe
- 360 Antivirus
- 360 Browser
- 360 Safe Suite (Safe + Antivirus + Browser)
- 2345
- 2345 Browser
- 2345 Safeguard
- 6789
- 6789 Zip
- Baidu
- Baidu Safeguard
- Baidu AntiVirus
- Baidu Browser
- Baidu NetDisk
- Baofeng Video
- Toutiao Video
- Driver Life
- Funshion
- Funshion Video
- Format Factory
- Kuai Zip
- Kingsoft
- Kingsoft Antivirus
- Liebao Browser
- WPS Office
- Kugou
- Kuwo
- LeTV
- NetEase
- PPTV
- iQIYI
- Rising
- Rising Antivirus
- Adware
- Ruanmei
- Sogou
- Sogou Pinyin IME
- Sogou Browser
- Sohu
- Sohu Video
- Taobao/UC
- Ali Wangwang
- UC Browser
- Tencent
- Tencent QQ
- TIM
- Tencent PC Manager
- QQ Browser
- Thunder
- Thunder X
- Thunder 9
- Thunder Video Player
- Thunder Game Accelerator
- Thunder Game Box
- Youku
- YY
- YY
- YY VoIP
- YY Browser
36 changes: 34 additions & 2 deletions Block-List.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,59 @@
# 屏蔽列表
子项目表示可能会受屏蔽影响的产品, 也可能有未在此列表的产品受影响.
- 360
- 360安全卫士
- 360杀毒
- 360浏览器
- 360安全套装(卫士+杀毒+浏览器)
- 2345
- 2345浏览器
- 2345卫士
- 6789
- 6789压缩
- 百度
- 百度卫士
- 百度杀毒
- 百度浏览器
- 百度网盘
- 暴风影音
- 头条视频
- 驱动人生
- 风行
- 格式工厂
- 快压
- 金山
- 金山毒霸
- 猎豹浏览器
- WPS Office
- 酷狗
- 酷我
- 乐视
- 网易
- PPTV
- 爱奇艺
- 瑞星
- 瑞星杀毒
- 广告下载器
- 软媒
- 搜狗
- 搜狗拼音
- 搜狗浏览器
- 搜狐
- 搜狐影音
- 淘宝/UC
- 阿里旺旺
- UC浏览器
- 腾讯
- 腾讯QQ
- TIM
- 腾讯电脑管家
- QQ浏览器
- 迅雷
- 迅雷X
- 迅雷9
- 迅雷影音
- 网游加速器
- 迅雷游戏盒子
- 优酷
- YY语音/浏览器
- YY
- YY语音
- YY浏览器
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,19 @@ Project inspired by [Windows apps that amaze us](https://amazing-apps.gitbooks.i
- `--silent-update` : Silently check and download update.
- `--disallow-all` : Disallow all UAC authorizations of malwares.
- `--allow-all` : Allow all UAC authorizations of malwares.
- `--proxy=127.0.0.1:8000` : Set proxy for `--silent-update`.
- `--remove` : Clean up temp files used for update.
- `--allow=file`: Allow UAC authorization of `file`. (The `file` must be signed because app uses its digital signature to identify the program, same for disallow)
- `--allow` : Select a program (from "Open File" dialog) and allow UAC authorization of it.
> The selected program must be signed because this app uses its digital signature to identify the program, the same below
- `--disallow` : Select a program and disallow UAC authorization of it.
- `--allow=file`: Allow UAC authorization of `file`.
- `--disallow=file`: Disallow UAC authorization of `file`.

## About Temp Files
Currently this app only store new version file as `__mwp.exe` in the same directory. You can delete it manually after update.

## System Support
- Windows 10
- Windows 8/8.1
- Windows 8.1
- *Windows 7* (**Not tested yet**)

## Language Support
Expand Down
8 changes: 5 additions & 3 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,19 @@
- `--silent-update` : 在后台进行更新.
- `--disallow-all` : 屏蔽所有支持的软件.
- `--allow-all` : 允许所有支持的软件.
- `--proxy=127.0.0.1:8000` : 为`--silent-update`指定代理.
- `--remove` : 清理更新的缓存文件.
- `--allow=file`: 允许传入的`file`. (`file`必须拥有数字签名,因为本功能使用其数字签名实现,下同)
- `--allow`: (从"打开文件"对话框)选择并允许程序.
> 程序必须拥有数字签名,因为本功能使用其数字签名实现,下同
- `--disallow`: 选择并屏蔽程序.
- `--allow=file`: 允许传入的`file`.
- `--disallow=file`: 屏蔽传入的`file`.

## 关于缓存文件
目前此应用只会在同目录中产生更新文件`__mwp.exe`. 更新完成后你可以用手动删除它.

## 系统支持
- Windows 10
- Windows 8/8.1
- Windows 8.1
- *Windows 7* (**尚未测试**)

## 语言支持
Expand Down
2 changes: 1 addition & 1 deletion mwp-ver.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.0.0
2.7.12.0
Binary file modified mwp.exe
Binary file not shown.

0 comments on commit 86dc708

Please sign in to comment.