Skip to content

Instantly share code, notes, and snippets.

@nicerobot
Last active December 10, 2015 09:28
Show Gist options
  • Save nicerobot/4414102 to your computer and use it in GitHub Desktop.
Save nicerobot/4414102 to your computer and use it in GitHub Desktop.
Reset Open With menu

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment