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.

How can I close programs in the windows systray

If you have a question or need help, this is the place to be.
Post Reply
mparadiso
Posts: 13
Joined: Thu Jan 29, 2015 3:28 pm

How can I close programs in the windows systray

Post by mparadiso »

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
r1kkie
Posts: 16
Joined: Wed Aug 26, 2015 7:19 pm

Re: How can I close programs in the windows systray

Post by r1kkie »

Hi!

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
Make EG run the batch-file
Post Reply