Skip to content

Instantly share code, notes, and snippets.

@delagreen-v2
Created June 28, 2024 10:20
Show Gist options
  • Select an option

  • Save delagreen-v2/c9d272001d579dc2cea04d8e652cf530 to your computer and use it in GitHub Desktop.

Select an option

Save delagreen-v2/c9d272001d579dc2cea04d8e652cf530 to your computer and use it in GitHub Desktop.
shatdonw windows apps
import psutil #pip isntall psutil
for proc in psutil.process_iter():
if proc.name() == 'firefox.exe':
proc.terminate()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment