⊹ Mac OS ⊹

Remove spotlight tips message

go to terminal

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

next post