Run:
curl -ks https://gist.github.com/nicerobot/4414102/raw/reset-open_with.sh | bash -il
See Apple Discussions Thread 4291523.
Run:
curl -ks https://gist.github.com/nicerobot/4414102/raw/reset-open_with.sh | bash -il
See Apple Discussions Thread 4291523.
#!/bin/bash | |
cd /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Support || exit 1 | |
./lsregister -kill -r -domain local -domain system -domain user | |
killall Finder |