Skip to content

Instantly share code, notes, and snippets.

@saisurya-kat
Created February 26, 2018 07:27
Show Gist options
  • Save saisurya-kat/fa4b0c70790178d541798306a65a1126 to your computer and use it in GitHub Desktop.
Save saisurya-kat/fa4b0c70790178d541798306a65a1126 to your computer and use it in GitHub Desktop.
Powershell commands

Find Processes running on a port nnumber netstat -ano | findstr :<PortNumber>

Kill Process with PID taskkill /PID <PID> /F

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment