Created
June 28, 2024 10:20
-
-
Save delagreen-v2/c9d272001d579dc2cea04d8e652cf530 to your computer and use it in GitHub Desktop.
shatdonw windows apps
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
| 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