关闭进程.md 96 B

#ahk

!w::
WinGet, active_id, PID, A
run, taskkill /PID %active_id% /F,,Hide
return