You will need
  • For all the tasks you do not need any additional software – all the necessary utilities provides the operating system itself.
Instruction
1
The most correct way to terminate a program from the command line will be using the utility tаskkill. This utility sends a signal to end the selected processthat eliminates data corruption or violation of the operating system. To stop the program you must enter the command in the format "taskkill PID_process."
2
To find out the PID of the desired processand use the utility tasklist. Enter the command "tasklist" and locate the desired program in the displayed list. Next to it in the first column you will find the PID in a four-digit number.
3
If you can't determine PID of processa, it is possible to stop the process in the name of the executable file by using the pskill utility. At the prompt, enter the command "pskill imailmymedia", then the program is immediately closed.