windows-kill
windows-kill copied to clipboard
Send signal to process by PID in Windows, like POSIX kill
It would be great if windows-kill-library had a library that could be linked using MinGW, for development without Visual Studio. MinGW does support linking .lib files in recent versions, but...
I could make use of windows-kill to test GNU Bash's behavior when a terminal is closed, if only the relevant signal (CTRL_CLOSE_EVENT) was supported. That signal is described in [the...
After updating Windows to version 10.0.19041.388 (May 2020 Update), then `windows-kill.exe` started to occasionally fail like this: ```cmd [BOOTCAMP] [sigmund-MAC2-dev] 00:25 0.634 155649M d:\dev>base-00\exe\windows-kill.exe -SIGINT 496 Windows Kill 1.1.4 |...
I'm starting my main application with the following command: `C:\WINDOWS\system32\cmd.exe /c start /min /"Main-Application\" /high /b MyProcess.exe` When I invoke `windows-kill` to send a `CTRL + C` to a process...
I have a Console application which is correctly terminated via SendSignal original application, however, it does not work with "windows-kill" which I've installed via Chocolatey (version of package is 1.1.4...

As the title suggests, if I use the software within a batch, this will ask me if I want to terminate it (choosing "no" continues the rest of the batch)....