11-13-2020 08:36 PM
I attend Webex meetings several times a week. When I leave a meeting, I want the Webex app to fully exit and not stay running in the background. I do not want it to pop open a calendar showing me other meetings (which I never voluntarily gave it access to anyway), and I do not want it to have ghost apps showing up in my Alt-Tab list! But I cannot figure out how to configure Webex to completely exist upon leaving a meeting. These turd apps in lays around are super annoying! Is there any magic, such as a registry key I can set, to force it to fully exit? Or do I just need to keep going to Task Manager to kill it entirely?
02-27-2021 12:01 PM
to quit the Webex(-Teams)-Client or the Webex-Meetings-Client, you may use the right mousebutton:
02-27-2021 02:10 PM
05-18-2022 01:45 PM
I had the same issue, and Webex would not give up control of my microphone preventing me from using my Cisco softphone.
I wrote a little batch file to handle this, it also removes the run at startup reg key.
If you find another process that needs to be killed, just add using the same syntax.
Prompts that you actually want to run this file, then prompts a second time to delete the startup registry key.
Use with care, but all of these things will be back the next time you start Webex.
Copy into a text file, rename .txt to .bat and run:
echo off
echo press any key to kill Webex. press CTRL + C to exit.
pause
Rem Webex Collaboration Helper (32 bit)
taskkill /im webexmta.exe"/F
Rem Kill Cisco Webex Service
taskkill /im atmgr.exe /F
REM kill Cisco Webex Meetings
taskkill /im ptoneclk.exe /F
Rem Kill Cisco Webex Meetings (32 bit)
taskkill /im webexHost.exe /F
Rem Kill Cisco Webex Meetings Desktop Application
taskkill /im ptOIEx64.exe /F
Rem kill Cisco Webex Meetings App Service
taskkill /im ptsrv.exe /F
Rem Delete login startup key
reg delete HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v CiscoMeetingDaemon
pause
02-27-2021 02:28 PM
If you are that much worried about.. privacy(?) you may perhaps also want to consider not using Windows10 at all.. or MacOS.. or iOS or Android.. or any Cloud-Service.. I guess.
Perhaps using the Web-Version of Webex is an option for you? web.webex.com
Up to a certain point I do understand your POV since I still refuse to "downgrade" from Windows 8.1 Pro to Windows 10 Pro on my private Computer because of all that spying Microsoft built into W10. But I also do know, that we - as a society - may perhaps have already passed the point of no return...
02-27-2021 06:47 AM
It's a two step process:
Select cog wheel -> Sign out -> Sign-in window will open -> Select cog wheel -> Exit.
I've checked my task manager, it's no longer running in background when I do those steps to close the desktop app.
11-14-2020 11:17 AM
I'm not aware of a way to have it fully exit when you leave a meeting but you can exit the app by clicking the cog wheel top right of the app of right clicking it in the system tray.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide