CopyCommandCopyCommand
Default

netstat -ano | findstr :3000

Summary

Finds the PID using port 3000.

Command

Windows PowerShell

Run in PowerShellWindows PowerShell
netstat -ano | findstr :3000

Related commands