This commit is contained in:
dengrb1
2023-05-03 03:45:45 +00:00
committed by GitHub
parent 1e081209d3
commit b40d244ed5
2 changed files with 8 additions and 7 deletions

8
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()