I am trying to send a Ctrl+C signal to a powershell process on windows. I tried Taskkill, Kill commands in Windows but it is not working. I also tried to use TaskManager but it is not doing the expected. Also tried the " SendSignal" app mentioned on this thread, but that app is not actually sending the signal, the process is still running after executing it.
Can someone please help.
Thanks,