bknd logo

Zscaler

With this you can kill Zscaler on Mac

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

Enable Zscaler

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

Disable Zscaler

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