Guest User

Untitled

a guest
Jan 18th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. How can I stop Checkpoint's VPN program from automatically starting on my Mac? Then how do start it manually
  2.  
  3. To stop it from starting automatically, edit /Library/LaunchAgents/com.checkpoint.eps.gui.plist and change:
  4.  
  5. ```
  6. <key>RunAtLoad</key>
  7. <true/>
  8. ```
  9. To:
  10.  
  11. ```
  12. <key>RunAtLoad</key>
  13. <false/>
  14. ```
Add Comment
Please, Sign In to add comment