Skip to content

Instantly share code, notes, and snippets.

@adam-lynch
Created October 16, 2015 10:15
Show Gist options
  • Save adam-lynch/168e64ee1348935a18a6 to your computer and use it in GitHub Desktop.
Save adam-lynch/168e64ee1348935a18a6 to your computer and use it in GitHub Desktop.
Windows: Kill all .exe by name
taskkill /F /IM <processname.exe> /T
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment