On the Mac, it seems that AnyConnect 4.6 launches automatically at login. I have tried editing the following file:
/Library/LaunchAgents/com.cisco.anyconnect.gui.plist
I changed the "RunAtLoad" to false like so:
defaults write /Library/LaunchAgents/com.cisco.anyconnect.gui.plist RunAtLoad -bool false
But this doesn't seem to work; it still launches automatically at login.
I checked our custom profile XML, and AutoConnectOnStart is set to false, so that is not the issue either:
<AutoConnectOnStart UserControllable="true">false</AutoConnectOnStart>
How can we prevent AnyConnect from launching automatically at login for our Mac clients?