avatar
check port in windows Windows

» Find which ports are in use on Windows with this command:

netstat -ano | findstr :<port>

» If you want to terminate port 8000 in Windows, use the following syntax as an example:

taskkill /F /PID <ProcessID>
You need to login to do this manipulation!