I have a process that doesn't behave when I do a taskkill -f, but the only option taskkill gives me is to kill it with -f.
When I have the exe running in the Command Prompt I can hit Ctrl + C twice and it exits gracefully with a keyboard interrupt message (it's a Python compiled exe).
How can I simulate this behavior from the command line?