Skip to content

Releases: MrDwarf7/kill_open_programs

First release - The program closer extraordinaire!

14 Apr 13:11

Choose a tag to compare

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:

  • name
  • name.to_lowercase()
    and
  • name + ".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.