【发布时间】:2013-08-11 05:13:07
【问题描述】:
我想用 AutoHotkey 杀死一个无窗口进程。 (我可以知道任何事情,例如 PID。)
例如,我尝试过 WinKill,例如使用
WinKill , ahk_pid %p_id%
纳达。还有什么?
【问题讨论】:
-
为什么要使用
WinKill杀死一个进程?使用Process, Closeintead。 -
谢谢,
Process, Close , %p_id%工作。
标签: process autohotkey pid