How to delete binded port from cmd in Windows?

How to delete binded port from cmd in Windows ?


To kill process on windows run below command to find port and pid
netstat -ano
to kill a process
taskkill /F /PID 1448

No comments:

 Python Basics How to check the version of Python interpreter mac terminal

Popular in last 30 days