Not a member? Signup now
» 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>