Created
January 17, 2019 15:35
-
-
Save ezirmusitua/b7f5b3027d8af27130824f28b9fb3522 to your computer and use it in GitHub Desktop.
[Manage process] mange process in cmd #windows #terminal #system
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
# find process /? - show help | |
tasklist | findstr <pid/name> | |
# kill process /? - show help | |
taskkill /F /T /IM <name> | |
taskkill /F /T /PID <name> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment