In window, if you wannna kill some process. already in use port.
1. find process by port.
netstat -aon | find "5000"
2. kill tsask
taskkill /F /PID 19291
In window, if you wannna kill some process. already in use port.
1. find process by port.
netstat -aon | find "5000"
2. kill tsask
taskkill /F /PID 19291