Analysis updated 2026-05-18
Scan a Windows PC for installed applications and their leftover files.
Uninstall one or more named applications in a single batch operation.
Verify that an uninstalled application's registry entries and files were fully removed.
| esmabakircioglu474573898/revo-uninstaller | chojs23/lazyagent | g69995865146/paint-ai-3d | |
|---|---|---|---|
| Stars | 73 | 73 | 73 |
| Language | — | Go | — |
| Setup difficulty | easy | — | moderate |
| Complexity | 2/5 | 2/5 | 3/5 |
| Audience | general | developer | general |
Figures from each repo's GitHub metadata at analysis time.
Requires Windows 10 or newer and .NET Framework 4.5, the README does not explain the internal scanning or registry cleanup logic.
This repository describes a Windows uninstallation tool intended to go beyond what the operating system's built-in uninstaller does. When a regular uninstaller removes a program, it often leaves behind scattered files and registry entries. This tool claims to scan for all those remnants and delete them, leaving the system in a cleaner state. The described workflow uses batch scripts: one to scan for installed applications, one to list them, one to uninstall a named application, and one to verify the removal. Multiple applications can be removed in a single batch operation by passing a comma-separated list of names. Configuration options like verbosity and log file location are set in a JSON file or on the command line. The tool is described as requiring Windows 10 or newer and .NET Framework 4.5. According to the README, the project has a layered structure with separate components for the user interface, core services (scanning and uninstalling logic), data models, and utility helpers. A graphical Visual Explorer interface is mentioned alongside the command-line scripts. The deep scan operation is described as completing within five minutes on a modern system. The README is largely a generic template: it uses placeholder names throughout and the README shares the name of a well-known commercial product. It does not describe how the scanning or registry cleanup logic works internally. The project is under the MIT license.
A Windows uninstaller tool that claims to clean up leftover files and registry entries after removing programs, described in a generic template-style README.
MIT license: use freely for any purpose, including commercial use, as long as you keep the copyright notice.
Setup difficulty is rated easy, with roughly 30min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.