35

Checkpoint’s Endpoint Security VPN Client starts when I log into my Mac (Mac OS X 10.9.5).

  • How can I make it not start automatically?
  • Then, how can I start it manually when I need it?
fixer1234
  • 27,064
  • 61
  • 75
  • 116
eric
  • 1,091
  • 1
  • 9
  • 10
  • Good use of a simple and useful self-answering question. – Giacomo1968 Mar 04 '15 at 05:18
  • I still can't find a solution for this issue. I'm running macOS Catalina. – dcolumbus Dec 15 '19 at 18:56
  • I still can't find a solution for this issue. I'm running macOS High Sierra – sandoval31 May 02 '20 at 16:59
  • Create Automator -> Application -> Shell script that unloads three Checkpoint VPN related plists from "/Library/LaunchAgents/" directory. Save it as application. Add it to login items in macOS settings -> user settings. Can't post info as an answer. Not enough reputation, sorry. – Andrei Konstantinov Oct 17 '21 at 13:02

3 Answers3

48

To stop it from starting automatically, edit /Library/LaunchAgents/com.checkpoint.eps.gui.plist and change:

<key>RunAtLoad</key>
<true/>

To:

<key>RunAtLoad</key>
<false/>

Then to start it when you need it, look in the Applications folder, it’s called, “Endpoint Security VPN.”

Giacomo1968
  • 53,069
  • 19
  • 162
  • 212
eric
  • 1,091
  • 1
  • 9
  • 10
2

Simplest way to stop the Check Point End Client auto launch on Mac OS.

Right click the End client padlock in the 'Menu Bar'. From the Drop-down select VPN Options> When the Options popup window opens, Select> the Properties Button> next, Select> Settings tab> Under the Always-Connect section> Un-check the box> Enable Always-Connect! Click (OK) to save the configuration. Presto...no more annoying auto launch logon window.

Next time you need to connect to your VPN: Right click the padlock in the Menu Bar and select Connect from the Drop-down.

Donald
  • 31
  • 1
1

In MacOS High Sierra the steps are nearly the same but one more file needs to be changed. Just do the following:

To stop it from starting automatically, edit /Library/LaunchAgents/com.checkpoint.eps.gui.plist and change:

<key>RunAtLoad</key>
<true/>

To:

<key>RunAtLoad</key>
<false/>

Then do the same in one more file, edit /Library/LaunchDaemons/com.checkpoint.epc.service.plist and change:

<key>RunAtLoad</key>
<true/>

To:

<key>RunAtLoad</key>
<false/>

Then to start it when you need it, look in the Applications folder, it’s called, “Endpoint Security VPN.”