Tags
vpn
Cover

Date
2025/03/08
Modify the following launch agents to stop FortiClient from starting at boot:
File: /Library/LaunchAgents/com.fortinet.forticlient.credential_store.plist
<key>RunAtLoad</key>
<false/>
<key>KeepAlive</key>
<false/>After rebooting, check running processes to confirm FortiClient no longer starts automatically.
ps aux | grep -i fortiIf FortiClient does not appear in the output, the changes were successful. For more details, refer to the official docs.