Useful shortcuts for vi editor

Saturday 21 June 2014

How to force kill process in Command Window by using PID (Process Identifier)?

Please make sure that you do not enter system process identifier (PID) while killing process.
  1. Press Windows key + R
  2. Enter cmd then click OK
  3. Write tasklist and press Enter
  4. Define PID
  5. Write taskkill /PID [NUMBER] /F (e.g. taskkill /PID 5176 /F)
  6. You killed a process as you entered! Bye... :)

Before:





After: