Hi,
I wonder if there is some way to close the programs that are in the windows systray.
I created a macro to close TeamViewer and uTorrent. Except that I can not close these programs.
Thanks
Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
How can I close programs in the windows systray
Re: How can I close programs in the windows systray
Hi!
This is one way (utorrent as example):
Create text file with the command below and name it <whateveryouwant>.bat:
Make EG run the batch-file
This is one way (utorrent as example):
Create text file with the command below and name it <whateveryouwant>.bat:
Code: Select all
cd c:\windows\system32
taskkill /IM utorrent.exe -f