Last active
March 30, 2022 00:38
-
-
Save mazhekin/fbe6c777be5564d687d42a4666bace74 to your computer and use it in GitHub Desktop.
Windows Kill Procces By PID
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
netstat -ano | find ":4200" | |
taskkill /f /pid 12836 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
netstat -ano | findstr ":4200"