Skip to content

Instantly share code, notes, and snippets.

@ezirmusitua
Created January 17, 2019 15:35
Show Gist options
  • Save ezirmusitua/b7f5b3027d8af27130824f28b9fb3522 to your computer and use it in GitHub Desktop.
Save ezirmusitua/b7f5b3027d8af27130824f28b9fb3522 to your computer and use it in GitHub Desktop.
[Manage process] mange process in cmd #windows #terminal #system
# 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