windows-kill icon indicating copy to clipboard operation
windows-kill copied to clipboard

Send signal to process by PID in Windows, like POSIX kill

Results 8 windows-kill issues
Sort by recently updated
recently updated
newest added

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...

![2019-01-10_2015](https://user-images.githubusercontent.com/20070559/50991429-e8285f80-1514-11e9-916b-c60058842e85.png)

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)....