Skip to content

Instantly share code, notes, and snippets.

@darwin
Last active March 20, 2018 16:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save darwin/8b8a7ec38eafce00a6a36e4977c52b5c to your computer and use it in GitHub Desktop.
Save darwin/8b8a7ec38eafce00a6a36e4977c52b5c to your computer and use it in GitHub Desktop.
This script quits Finder, moves it's plist to `/tmp/com.apple.finder.plist` and then launches Finder again. This should effectively reset Finder into factory defaults. Please open `/Applications/Utilities/Terminal.app` and execute this line-by-line.
osascript -e "tell application \"Finder\" to quit"
mv ~/Library/Preferences/com.apple.finder.plist /tmp
osascript -e "tell application \"Finder\" to launch"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment