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: 2 days 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-12-21T04:44:26.000Z (about 2 months ago)
- Last Synced: 2025-01-29T01:14:29.455Z (9 days ago)
- Topics: csharp, malware-protection, uac-authorization, windows, wpf
- Language: C#
- Homepage:
- Size: 4.38 MB
- Stars: 4,241
- Watchers: 35
- Forks: 247
- Open Issues: 7
-
Metadata Files:
- Readme: README.en-US.md
- License: LICENSE
Awesome Lists containing this project
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
![]()