Answers:
复选框不是用于禁用应用程序启动,而是如果选中,则如同按CMD+ 一样隐藏应用程序H。要禁用它,请在列表中选择它,然后单击该列表下面的减号按钮。这样,您将其删除。您不能仅使用OS X工具禁用它们。
要查看所有LaunchAgents和LaunchDaemons的总结,你可以使用像一个软件Lingon或者你可以看看/Library/LaunchDaemons,/Library/LaunchAgents,/System/Library/LaunchAgents,和/System/Library/LaunchDaemons以及~/Library/LaunchDaemons,~/Library/LaunchAgents,~/Library/StartupItems,和/Library/StartupItems。
/Library/Startup Items
launchctl unload /path/to/LaunchAgents/file.plist 停止此服务并禁用它 launchctl unload -w /path/to/LaunchAgents/file.plist 一旦 launchctl load /path/to/LaunchAgents/file.plist 启动此服务并启用该服务: launchctl load -w /path/to/LaunchAgents/file.plist
采用
launchctl list 检查配置的启动项目。 launchctl print-cache 查看当前正在运行的配置,这有助于查找已启动的进程。
~/Library/Startup Items和中/Library/Startup Items。