2025-03-26 00:02:56 +08:00

96 B

#ahk

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