Forked from fevangelou/Disable autostart of the NCP Secure Entry macOS application.txt
Created
March 28, 2019 20:41
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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