chatWEB
This commit is contained in:
@@ -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
8
taskkill.pyw
Normal 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()
|
||||
Reference in New Issue
Block a user