Malware-Patch is a Windows utility that blocks administrator authorization for specified applications without requiring background execution.
The tool addresses the problem of unwanted software gaining elevated privileges through User Account Control prompts. It works by intercepting UAC authorization attempts and preventing them based on digital signatures of blocked applications. Rather than running as a background service, the tool operates through a one-time configuration that persists across system restarts, making it lightweight and non-intrusive.
The tool suits Windows users who want to prevent specific applications from obtaining administrator rights, particularly those concerned about potentially unwanted software gaining elevated access. It works best for applications that have valid digital signatures, since the blocking mechanism relies on signature verification. The project offers both a single-file bundled version and a certificate-separated unbundled version, with the latter recommended if antivirus software flags the bundled executable. Command-line parameters allow both interactive selection of programs to block or allow, and batch operations to block or allow all supported applications at once.
The project shows consistent maintenance with updates addressing user feedback and compatibility. Development activity includes refinement of the distribution approach in response to antivirus detection concerns, indicating responsiveness to practical deployment challenges. The tool maintains support across multiple Windows versions and provides localization in both Simplified Chinese and English, suggesting attention to accessibility for different user bases.