Forum Discussion

bob hamblin's avatar
bob hamblin
Copper Contributor
Jan 24, 2023

close Cisco Jabber to notification area (far right) of taskbar with batch file.

I'm not sure if this is the best place for this, but how can I add a few lines of coding to my batch file to close the Cisco Jabber window?  This moves it down to the notification area of the taskbar, as opposed to just minimizing the window, which takes up space on the taskbar.

1 Reply

  • ElijahZhang's avatar
    ElijahZhang
    Copper Contributor

    Add the command `taskkill /IM CiscoJabber.exe /F` to the batch file, and either add a delay or use the `start /min` parameter to launch the program so that it minimizes to the notification area.