有没有办法用 python 在 windows 10 上终止任务 运行?

Is there a way to kill a task running on windows 10 with python?

比如在任务管理器中模拟“结束任务”按钮?有API吗?

勾选this

import os
os.system("taskkill /im yourTask.exe")