POSIX inspired killall utility for Windows.
Searches for processes ignoring their extension, so if e.g. cl
is specified, any process whose main module is called cl.exe
, cl.com
or cl.dll
is killed.
- Requires Visual Studio 2022 (can probably easily be backported to an older version)
- Just open the .sln file and hit Build in visual studio
- To kill all
cl.exe
processes, just writekillall cl
- To list all
cl.exe
processes rather than kill them, writekillall -l cl
- To see all available options, write
killall -h
Do with this source code whatever you want, but a mention of this repo would be niced if you copy/fork it.