Skip to content

Instantly share code, notes, and snippets.

@BenAtWide
Created December 12, 2012 11:28
Show Gist options
  • Save BenAtWide/4267094 to your computer and use it in GitHub Desktop.
Save BenAtWide/4267094 to your computer and use it in GitHub Desktop.
This command removes multiple entries from the OSX Finder Open with.. contextual menu. Technique from here http://simplicitybliss.com/blog/2012/11/multiple-open-with-entries-in-mac-os-x-finder
/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister -kill -r -domain local -domain system -domain user
# Then relaunch finder or reboot machine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment