Skip to content

Instantly share code, notes, and snippets.

@mazhekin
Last active March 30, 2022 00:38
Show Gist options
  • Save mazhekin/fbe6c777be5564d687d42a4666bace74 to your computer and use it in GitHub Desktop.
Save mazhekin/fbe6c777be5564d687d42a4666bace74 to your computer and use it in GitHub Desktop.
Windows Kill Procces By PID
netstat -ano | find ":4200"
taskkill /f /pid 12836
@mazhekin
Copy link
Author

netstat -ano | findstr ":4200"

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