Default
netstat -ano | findstr :3000
Summary
Finds the PID using port 3000.
Command
Windows PowerShell
Run in PowerShellWindows PowerShell
netstat -ano | findstr :3000
CopyCommandSummary
Finds the PID using port 3000.
Command
Windows PowerShell
netstat -ano | findstr :3000