kill process cmd

Shell
netstat -ano | findstr :3000
taskkill /PID "123" /F taskkill /F /PID pid_number
Source

Also in Shell: