Created
November 6, 2017 20:25
-
-
Save guycalledseven/0225d88a520926143ec2c45f5761a439 to your computer and use it in GitHub Desktop.
Reset Spotlight search location (macos El Capitan, Sierra)
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
defaults delete com.apple.Spotlight userHasMovedWindow | |
defaults delete com.apple.Spotlight userHasMovedWindow;defaults delete com.apple.Spotlight windowHeight;killAll Spotlight | |
2017-11-06 21:23:27.412 defaults[8180:686296] | |
Domain (com.apple.Spotlight) not found. | |
Defaults have not been changed. | |
2017-11-06 21:23:27.507 defaults[8181:686301] | |
Domain (com.apple.Spotlight) not found. | |
Defaults have not been changed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment