How to close a program uning Favorite Toolbar item and Command Prompt?
Posted: 22.01.2023, 19:22
I have
and yet after clicking later on icon of this entry placed on one of my Favorite Toolbars, my opened AutoHotkey scripts do not close and all I get is a CMD window opened in location
C:\Windows\system32\
Hence the question: what am I doing wrong?
Code: Select all
Program or folder: C:\Windows\system32\cmd.exe
Parameter: taskkill /IM AutoHotkey.exe /T /F
With "Run as" Dialog [CHECKED]
C:\Windows\system32\
Hence the question: what am I doing wrong?