Skip to content

Instantly share code, notes, and snippets.

  • Save viktorsteinwand/2f30bfad2bf52f6b0ce112468e8bddb2 to your computer and use it in GitHub Desktop.
Save viktorsteinwand/2f30bfad2bf52f6b0ce112468e8bddb2 to your computer and use it in GitHub Desktop.
Disable autostart of the NCP Secure Entry Mac Client GUI application on a Mac
To disable the autostart of the NCP Secure Entry Mac Client GUI application on a Mac, just edit the /Library/LaunchAgents/com.ncp-e.ncpmon.plist file and set the value "RunAtLoad" to "false" (from "true"). It's faster to do it via command-line, like this:
$ sudo nano /Library/LaunchAgents/com.ncp-e.ncpmon.plist
Then move the cursor right below the line containing "RunAtLoad" and change true to false.
Cmd+X, Y, Enter
Ready!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment