4

I have a windowless process I want to kill with AutoHotkey. (I could know anything, e.g. the PID.)

For example I have tried WinKill, eg with

WinKill , ahk_pid %p_id%

Nada. Anything else?

Stevoisiak
  • 23,794
  • 27
  • 122
  • 225
emanuensis
  • 133
  • 2
  • 10

1 Answers1

1

Simple.

Process, Close, %PidOfwindow%
errorseven
  • 2,672
  • 2
  • 14
  • 20