Guides

Zscaler

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

Enable Zscaler

bash
open -a /Applications/Zscaler/Zscaler.app --hide
sudo find /Library/LaunchDaemons -name '*zscaler*' -exec launchctl load {} ;

Disable Zscaler

bash
find /Library/LaunchAgents -name '*zscaler*' -exec launchctl unload {} ;
sudo find /Library/LaunchDaemons -name '*zscaler*' -exec launchctl unload {} ;