9 lines
201 B
Python
9 lines
201 B
Python
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()
|