Skip to content

Instantly share code, notes, and snippets.

@spidezad
Created November 30, 2014 14:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spidezad/dffb1cecf1e550d73b6d to your computer and use it in GitHub Desktop.
Save spidezad/dffb1cecf1e550d73b6d to your computer and use it in GitHub Desktop.
Kill a program in windows
os.system("TASKKILL /F /IM xxx.exe")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment