10.5: Disable dictionary and calculator results in Spotlight
Wed, Dec 19 2007 at 7:30AM PST • Contributed by: Anonymous
Wed, Dec 19 2007 at 7:30AM PST • Contributed by: Anonymous
You can prevent Spotlight from showing dictionary results by typing the following into Terminal:
defaults write com.apple.spotlight DictionaryLookupEnabled NO
The same goes for calculations:
defaults write com.apple.spotlight CalculationEnabled NO
Note that for either of these changes to take effect, you need to restart Spotlight. Use Terminal to do so:
sudo killall Spotlight
I'm not sure why anyone would want to disable either of those features, but it is possible.
[robg adds: To reverse either of these settings, repeat the commands but replace NO with YES, then kill Spotlight again.]
•
[8,792 views]
