How to disable and enable Netskope client on mac ?
To disable, run this on terminal:
sudo launchctl unload /Library/LaunchDaemons/com.netskope.stagentsvc.plist
To enable:
sudo launchctl load /Library/LaunchDaemons/com.netskope.stagentsvc.plist
Thanks.