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

View File

@@ -1,7 +0,0 @@
taskkill -f -t -im aiyunos.exe
taskkill -f -t -im extkj.exe
taskkill -f -t -im gk.exe
taskkill -f -t -im update.exe
taskkill -f -t -im wuguokai.exe
exit()

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