diff --git a/taskkill.cmd b/taskkill.cmd deleted file mode 100644 index ddab210..0000000 --- a/taskkill.cmd +++ /dev/null @@ -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() \ No newline at end of file diff --git a/taskkill.pyw b/taskkill.pyw new file mode 100644 index 0000000..1c5b224 --- /dev/null +++ b/taskkill.pyw @@ -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()