Global Protect VPN
Prevent Auto Starting Global Protect VPN 🌏
-
Open Finder and press cmd + shift + G .
-
Go to directory
~/Library/LaunchAgents/
or run following command in terminal.open ~/Library/LaunchAgents/
-
Change value for following
<key>RunAtLoad</key>
&<key>KeepAlive</key>
to false (Line. 12 & 14).<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>com.paloaltonetworks.gp.pangpa</string>
<key>LimitLoadToSessionType</key>
<string>Aqua</string>
<key>Program</key>
<string>/Applications/GlobalProtect.app/Contents/MacOS/GlobalProtect</string>
<key>RunAtLoad</key>
<false/>
<key>KeepAlive</key>
<false/>
</dict>
</plist>