Kill process attached to port address
1 min readNov 10, 2019
Find Process ID (PID) with below command
netstat -ano|findstr 3002
Kill process forcefully
taskkill /PID 18364 /F
Example:
Find Process ID (PID) with below command
netstat -ano|findstr 3002
Kill process forcefully
taskkill /PID 18364 /F
Example:
Software and mobile app development company