How to terminate process from Command Prompt?

  1. Open command prompt. (can also be done by typing cmd to Run.)
  2. Type the command below. (change program.exe as the program you want to terminate)
    taskkill /f /im program.exe