Releases: MrDwarf7/kill_open_programs
Releases · MrDwarf7/kill_open_programs
First release - The program closer extraordinaire!
First release!
Basic program that handles killing applications on Windows quickly, quietly and efficiently.
Any externally running program names handed into the Rust binary will be stopped/closed - With variations of them being taken in to account/matched against.
Variations currently include:
namename.to_lowercase()
andname + ".exe"
Where name is the name passed into the application itself (such as note / notepad / notepad.exe) all of these variations will be targeted and closed automatically by the application.
Currently these are non-configurable.