gpt4 book ai didi

process - 杀死进程 - AHK

转载 作者:行者123 更新时间:2023-12-04 22:31:59 30 4
gpt4 key购买 nike

到目前为止,我有:

Process, Exist notepad.exe
Process, Close, %p_id%

如果进程存在,你如何设置 ahk 来终止进程?我读到它与PID有关,但不知道如何实现。

最佳答案

看看 Documentation .

您可以通过简单地使用进程名称来终止:

Process, Close, notepad.exe

如果进程不存在,它将什么也不做。

如果您仍然想使用 pid 终止进程相反,您必须使用 WinGet命令以检索 pid .

关于process - 杀死进程 - AHK,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19148262/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com