From 61d2f576c5dcc34409e97152a847a54f8fef55df Mon Sep 17 00:00:00 2001 From: dengrb1 <125752069+dengrb1@users.noreply.github.com> Date: Wed, 3 May 2023 04:59:52 +0000 Subject: [PATCH] client --- client.pyw | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/client.pyw b/client.pyw index cf92a9b..204949d 100644 --- a/client.pyw +++ b/client.pyw @@ -31,7 +31,10 @@ def update(): open_exe("update") def quit_exe(): - open_exe('taskkill') + 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') sys.exit() def jc():