what is shortcut command to kill process in windows command?
Ctrl + C should stop a program running from the command prompt, similar to linux. If that doesn’t work try to force kill a process from the command prompt, using the following command: /F will force termination of the process, /IM means you’re going to provide the running executable that you want to end, thus … Read more