Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/the1812/Malware-Patch
阻止中国流氓软件的管理员授权. / Prevent UAC authorization of Chinese malware.
https://github.com/the1812/Malware-Patch
csharp malware-protection uac-authorization windows wpf
Last synced: about 2 months ago
JSON representation
阻止中国流氓软件的管理员授权. / Prevent UAC authorization of Chinese malware.
- Host: GitHub
- URL: https://github.com/the1812/Malware-Patch
- Owner: the1812
- License: mit
- Created: 2018-05-16T02:46:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T15:16:12.000Z (about 2 months ago)
- Last Synced: 2024-10-25T20:21:57.955Z (about 2 months ago)
- Topics: csharp, malware-protection, uac-authorization, windows, wpf
- Language: C#
- Homepage:
- Size: 4.38 MB
- Stars: 4,041
- Watchers: 35
- Forks: 238
- Open Issues: 6
-
Metadata Files:
- Readme: README.en-US.md
- License: LICENSE
Awesome Lists containing this project
- awesome - the1812/Malware-Patch - 阻止中国流氓软件的管理员授权. / Prevent UAC authorization of Chinese malware. (C\#)
README
# Malware Patch
[中文版](README.md)Prevent UAC authorization of Chinese malware, no need to run in background.
Project inspired by [Windows apps that amaze us](https://amazing-apps.gitbook.io/windows-apps-that-amaze-us/en/blacklist).
## Download
https://github.com/the1812/Malware-Patch/releases/latest## CLI Usage
- No parameter : Open GUI.
- `--silent-update` : Silently check and download update. (Bundled version only)
- `--disallow-all` : Disallow all UAC authorizations of malware programs.
- `--allow-all` : Allow all UAC authorizations of malware programs.
- `--remove` : Clean up temp files used for update.
- `--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`.## System Support
- Windows 10
- Windows 8.1
- *Windows 7* (**Not tested yet**)## Language Support
- English
- 简体中文## Example
### Disallow and save### Blocked by UAC