Skip to content

Instantly share code, notes, and snippets.

@darwin
Created October 5, 2010 15:06
Show Gist options
  • Save darwin/611698 to your computer and use it in GitHub Desktop.
Save darwin/611698 to your computer and use it in GitHub Desktop.
Heal TotalFinder - copy the line exactly and execute it in Terminal.app
osascript -e "tell application \"Finder\" to quit" && mv ~/Library/Preferences/com.apple.finder.plist ~/Library/Preferences/com.apple.finder.plist-backup && open /Applications/TotalFinder.app
@darwin
Copy link
Author

darwin commented Oct 5, 2010

it will delete your licensing info and all Finder settings

backup can be found in ~/Library/Preferences/com.apple.finder.plist-backup

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment