biborn / remove-zoom-macos

A bash script for macOS that will completely uninstall the Zoom Desktop Client and all of the additional cruft it installs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

remove-zoom-macos

shellcheck issues script size license type

Highlights

  • Works on any macOS computer
  • Can also be deployed via Jamf within your enterprise environment
  • Provides helpful output letting you know what it found and deleted

What it does

  • Kills the Zoom process if it is running
  • Removes the Zoom application from the /Applications/ or ~/Applications/ directories
  • Uninstalls the Zoom Audio Device
  • Removes the Zoom Internet Plugin
  • Removes a defaults value
  • Removes the pkgutil history for Zoom
  • Removes the ~/.zoomus/ directory from your home directory
  • Removes the cache directories Zoom uses
  • Removes the log files Zoom uses
  • Removes additional preferences and configuration files

Why use this instead of the Zoom uninstaller

Do you trust Zoom to uninstall the application completely? Their uninstaller does kill the Zoom process and it removes the application from the default /Applications/ directory. But it also leaves behind some extra stuff like Internet Plugins that still stay installed.

This script removes everything, and it gives you helpful output to tell you what it found and removed. You can safely run this script multiple times.

Example Terminal Output

terminal command screenshot

Instructions

  1. Download the remove_zoom_macos.sh script.

  2. Open your terminal and cd into the directory where you downloaded the script. For example:

    cd ~/Downloads
  3. Add execute permissions to the script.

    chmod +x remove_zoom_macos.sh
  4. Run it.

    ./remove_zoom_macos.sh

About

A bash script for macOS that will completely uninstall the Zoom Desktop Client and all of the additional cruft it installs.

License:BSD 2-Clause "Simplified" License


Languages

Language:Shell 100.0%