Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!


Click here to return to the '10.5: Disable Spotlight completely' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
10.5: Disable Spotlight completely
Authored by: rflorence on Fri, Nov 16 2007 at 8:24AM PST
Removing launchd .plist files is not a good idea: it requires a reboot to take effect, and then a reinstallation of the file and another reboot. The proper way to do this is to use the terminal to do:

sudo launchctl unload -w /System/Library/LaunchDaemon/FILENAME.plist

where FILENAME is the full name.

[ Reply to This | # ]
10.5: Disable Spotlight completely
Authored by: SkiingOnMars on Fri, Nov 16 2007 at 11:54AM PST
Specifically, this adds to following key to the plist:

<key>Disabled</key>
<true/>



[ Reply to This | # ]
10.5: Disable Spotlight completely
Authored by: jwigdahl on Fri, Nov 16 2007 at 2:06PM PST