Skip to content

Zscaler

With these commands you can enable and disable Zscaler on a Mac/Linux machine.

Terminal window
open -a /Applications/Zscaler/Zscaler.app --hide
sudo find /Library/LaunchDaemons -name '*zscaler*' -exec launchctl load {} \;
Terminal window
find /Library/LaunchAgents -name '*zscaler*' -exec launchctl unload {} \;
sudo find /Library/LaunchDaemons -name '*zscaler*' -exec launchctl unload {} \;