Skip to content

Instantly share code, notes, and snippets.

@ruaanvds
Created March 18, 2019 06:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ruaanvds/9e935e5bd7a97d7dba22a0e49e864409 to your computer and use it in GitHub Desktop.
Save ruaanvds/9e935e5bd7a97d7dba22a0e49e864409 to your computer and use it in GitHub Desktop.
Windows dev cheat sheet

Find a process

netstat -ano | findstr :

Kill that process

taskkill /PID /F

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