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