how does my computer uses the port 3000 etc code example
Example: Port 3000 is already in use, but when I try to kill nothing is found
netstat -ano | findstr :3000
taskkill /PID "123" /F
netstat -ano | findstr :3000
taskkill /PID "123" /F