MacOS – How to hide Yosemite “search tip” on spotlight search

macosspotlight

I just upgraded to Yosemite for OS X and now whenever I use Spotlight Search there's this giant message in the middle of my screen (beneath the search bar) that starts off "In addition to searching your Mac, Spotlight now shows suggestions from the Internet, iTunes, the App Store, etc etc etc etc."

How can I get rid of this? I have used it many times but it continues to show this information as if it were the first time I had used it since installing Yosemite.

Best Answer

It's supposed to disappear after you use Spotlight three times, but you can force it to disappear by setting the use count to three and setting showedFTE to true:

defaults write com.apple.Spotlight showedFTE -bool true
defaults write com.apple.Spotlight useCount -int 3
killall -HUP Spotlight