Y
Hacker News
new
|
ask
|
show
|
jobs
by
maljx
3783 days ago
Go to /Library/LaunchDaemons/ and delete what you don't want to run at launch. (At your own risk of course.)
2 comments
x0x0
3783 days ago
Better to run "launchctl list | grep -iv com\.apple" for both yourself and root; there are multiple places that startup items can be placed.
link
lobster_johnson
3783 days ago
Don't delete. Instead, run "launchctl unload -w <file name>". This will stop the service and disable it from loading on boot.
link
fivesigma
3783 days ago
Tried that, didn't work. My guess is that Photoshop ran some kind of script that re-enabled it. I went to great lengths trying to gracefully disable all the CC crap before I gave up and rm -rf'd every damn file/directory containing
adobe
.
link