Disabling FSCue

Zoom FSCue app is responsible for mac overlay icons/labels.

Please follow the below given steps to disable the FSCue.

  1. Open “Terminal.app”.
  2. Stopping the currently running FSCue app:

    1. launchctl unload -S AQUA /Library/LaunchAgents/com.evolphin.zoom.FSCue.plist

    2. If above command doesn’t work then run:
      1. launchctl unload /Library/LaunchAgents/com.evolphin.zoom.FSCue.plist
    3. Above command will stop currently running FSCue  service.
  3. To disable FSCue app permanently and prevent it from auto start, run the following command.
    1. sudo mv /Library/LaunchAgents/com.evolphin.zoom.FSCue.plist  /Library/LaunchAgents/com.evolphin.zoom.FSCue.plist.bak

 

Leave a Comment