Forum Discussion
bob hamblin
Jan 24, 2023Copper Contributor
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...
LucasClark
Mar 28, 2026Iron Contributor
Enter the command `taskkill /IM CiscoJabber.exe /F`, adding a delay to minimize the window to the notification area.