ZaZaKi, a web developer Between Manchester UK & Rotterdam NL. © 2015-2024.

View Tasks in Windows with port ID

To view the processes,

Tasklist /fo table

 

To kill a process by its name, type the command:

Taskkill /IM "process name" /F

 

To kill a process by its PID, type the command:

Taskkill /F /PID pid_number

 

example: to kill process with port id (PID)

Taskkill /PID 7980 /F 
Categroy:
ports , Windows