This commit is contained in:
dengrb1
2023-05-03 04:52:39 +00:00
committed by GitHub
parent 47313547c7
commit cfeded07de

8
old/taskkill.pyw Normal file
View File

@@ -0,0 +1,8 @@
import os
os.system('taskkill -f -t -im aiyunos.exe')
os.system('taskkill -f -t -im wuguokai.exe')
os.system('taskkill -f -t -im extkj.exe')
os.system('taskkill -f -t -im python.exe')
exit()