I had a bit of struggle to disable OpenVPN from launching automatically at boot on macOS. It doesn’t seem to have any option / checkbox in the softwareto disable launch at boot, so here what I did: 1) Unload OpenVPN daemon using launchctl: sudo launchctl unload /Library/LaunchDaemons/org.openvpn.plist 2) Remove OpenVPN...