Created
February 21, 2015 16:03
-
-
Save ChrisChinchilla/138a4f4da46a7340bb6d to your computer and use it in GitHub Desktop.
Hide or Show Spotlight in Yosemite
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo chmod 600 /System/Library/CoreServices/Search.bundle/Contents/MacOS/Search | |
#You can revert it with this command | |
sudo chmod 755 /System/Library/CoreServices/Search.bundle/Contents/MacOS/Search |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment