Tutorial: Clear the Finder’s “Open With” Menu
A problem I have had recently is one just small enough to get under the skin. Have you ever right-clicked and selected “Open With” on an image to open it with your favorite editor only to be bombarded with a list of applications you thought you removed ages ago? Maybe even some you never knew existed? There is also the problem of duplicates.
Mac OS X seems to think that some of my applications are more useful than others by listing them twice. There has to be an easy way to fix this right?

The first thing you need to know is that the list is automatically generated by OS X. It depends on what applications you have installed, and if those applications can handle particular files. The problem is that it doesn’t update itself very often, and the list can get very bloated if not cleared out every so often. Everything is stored in a single file located in your preferences folder. Take the following steps to delete this file so the list can get a fresh rebuild.
- Go to your Home/Library/Preferences folder
- Find “com.apple.LaunchServices” file and trash it (you can back it up if you want)
- Test it out!
There you have it. The next time you right-click on an item and select “Open With” in the Finder, only current applications will be listed. Some items may return if the application that controls them adds itself back to the list. You can delete the file again if you are having problems.
If you want to, you can create a script to automatically trash this file for you at any interval you desire. Check out this page for help doing that.





Great! Now how do I stop it from spinning up my external hard-drives (and pausing for the 4-6 seconds that that takes) whenever my mouse hovers over ‘Open With’ for too long?
Photoshop clutters my list like hell! Anyone know how to control which items are displayed int he first place?
Are you using leopard or pre-Tiger OS X? The highlighter bar is a different shape than in Tiger.
@Bob – I think he is running a ShapeShifter Theme.
Don’t you have to at least re-start the Finder (if not completely log out)? This tip doesn’t work for me… though I haven’t tried logging out yet.
Didn’t work for me either and I restared my Mac :/
Did nothing for me either, and I also did a restart. A side effect though was/is that all my apps forgot who was boss. Ie. Firefox asked if I wanted to set it as my default browser, NNW asked if I wanted to set it as default newsreader and Adium asked if I wanted to… you know the drill.
Apple’s word on this procedure seems exactly the same as above: http://docs.info.apple.com/article.html?artnum=305627
Didn’t work for me either, but here’s a solution that will (you’ll probably have to do it again every so often):
1. Open Terminal
2. Copy and paste the following command:
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/LaunchServices.framework/Support/lsregister -kill -r -domain local -domain system -domain user
[...] want to get even more granular with your Open With Menu, check out the Mac OS X Hints post below. Tutorial: Clear the Finder’s “Open With” Menu [MacApper]Remove excess ‘Open with…’ contextual menu entries [Mac OS X [...]
When this became a problem for me, I used Cocktail to clean it out. If this tip does not work for you, there are a few other Mac maintenance applications that will do it for you.
[...] [Via MacApper] [...]
Did nothing for me either. I’ve had duplicates of all my apps in there for 2 years. Very frustrating. At least I now know other people have the same issue. I am too scared to do Terminal thingies.
It works, Simon – it’s very easy. I just did it with no problems. I got the tip from here:
http://www.drunkenblog.com/drunkenblog-archives/000643.html
While it does get rid of duplicate program entries, it doesn’t solve the other problems: there are at least a dozen droplets Adobe has crapped all over my context menu.
Dr. Girlfriend is right, the tip as published above doesn’t work, but the drunkenblog command does. Deleting com.apple.LaunchServices.plist only bins your default app preferences.
There’s another added benefit that doesn’t appear to be mentioned (unless I missed it). I’ve been having trouble with finder for some time now, when trying to get the context menu in a mounted drive. Didn’t matter if it was a mounted sparseimage file, a network samba/afp share, or even a Macfusion mount. Right clicking (or CTRL-click) in the finder window (to create a new folder, for instance) caused finder to crash.
I thought it was something I’d have to live with until Leopard came out, but after using the command above (THANK YOU Dr. Girlfriend!), I forgot about this issue as I often do before 9:00 in the morning, and had created a folder and moved several things around in a sparseimage finder window before I wondered why it didn’t crash on me. Apparently this command cleaned out whatever was causing it.
So, I’m starting a OSXCleanupCmd script in my ~/bin directory. This command goes at the top, and will be run every couple months – or whenever I have weird behavior. It would be neat to find a list of potential candidate commands for such a script.
Lou
…an easier fix for those having problems with this tip: download the free mainmenu application, then go to cleaning and rebuild launch services…that’ll fix it up fast..
[...] want to get even more granular with your Open With Menu, check out the Mac OS X Hints post below. Tutorial: Clear the Finder’s “Open With” Menu [MacApper] Remove excess ‘Open with…’ contextual menu entries [Mac OS X [...]
[...] Tutorial: Clear the Finder's “Open With Menu | MacApper (tags: mac finder openwith) [...]
[...] Tutorial: Clear the Finder's “Open With Menu [via Lifehacker] [...]
[...] bem. Essa lista é gerada automaticamente pelo sistema, como todos sabemos. O que não sabÃamos e o que nosso leitor Bruno Casarini descobriu é que ela não é atualizada tão constantemente [...]
[...] Fix “Open With” Duplicates [...]
yea umm i need help.. lol you know when you u try to view a file and in order to do that you have to go through that open file with stuffs? well by accident i clicked use this option for everything(i dont know if i wrote that verbatim)and now it always open any file with wordpad. I really dont want this because its affecting everything such as other files for work. -.- help asap.
thanks
Cocktail works fine with this issue.
On Leopard I found that: /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister -kill -r -domain local -domain system -domain user
Worked perfectly (and removed all the Parallels and VMWare Fusion associations that were still there even after I disabled smartselect etc.)
[...] MacApper:Clear the Finder's Open With Menu – Check out the comments on this post for a good discussion of why the Apple method mentioned above is inadequate. [...]
I tried all of the suggested ways to get rid of the unwanted “Open With..” files, however they never cleared the Adobe droplets. I could never figure out how to get them off until i searched for one of the droplet files locations:
/Applications/Adobe Illustrator/Samples/Droplets
There are two folders contained within this folder (ImageReadyDroplets and PhotoshopDroplets)
I then compressed both of these folders and deleted the original folders off of my computer.
It may not at first seem like it worked, but give it a few minutes and browse through the Finder and it will eventually clear them. (or restart the finder)
All I have now is to remove Parallels items (Paint, WordPad, etc.) I have already gotten rid of anything Parallels on my computer, yet they still exist. Any help?
It didn’t work for me, but this did.
in terminal type or copy the following and press return.
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/LaunchServices.framework/Support/lsregister -kill -r -domain local -domain system -domain user
I found this on the internet and it does work.
[...] Tutorial: Clear the Finder's Open With Menu [via Lifehacker] [...]
Alan’s version of the command to paste into terminal worked well for me using 10.6.3 and cleared out the parallels and VMWare list also.
/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister -kill -r -domain local -domain system -domain user
[...] MacApper: Clear the Finder's Open With Menu – Check out the comments on this post for a good discussion of why the Apple method mentioned above is inadequate. [...]
Hi Guys, I just found a pretty nice site for a free iphone unlock / jailbreak/ iphone 3g 3gs and iphone4 jailbreak.
http://www.anysim.net
http://www.bmw-eba.de.tl
Alex M thanks!! This worked!!! (removed the .exe files (I’m on a Mac anyways) in Samples/Droplets folder and waited 2 minutes)
Update: The following terminal command still works on Mac OS X version 10.6.7
Open spotlight (click on the magnifying glass upper right corner) then type terminal if the Top Hit is Terminal, press return to open terminal. A Terminal box will open, then cut and paste the following line into terminal and press return. It takes about 20 seconds to run. I ran it twice but I think it might just take a couple minutes to work. It got rid of several duplicates in my “open with” list.
/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister -kill -r -domain local -domain system -domain user
edh
Does anyone know a utility or a way to ADD an app to the Finders “open with” list?
Didn’t work for me either and I restared my Mac
Great tips, thanks for sharing, it is truly a worth while subject.
These strategies also worked to provide a good way to recognize that other people online have the same dream really like my own to see way more pertaining to this issue.
Neither deleting the *.plist file in Finder nor running the terminal command (lsregister) worked for me. I want to clear entries in my “Open with…” drop down menu in Snow Leopard.
Ed H tip worked for me. Trashing the com.Apple.Launchservises file does not work at all. This same tip is at Apple site and just won’t work. Running Snow Leopard. Thanks! Though now for some reason my rar files want to be opened in Path Finder even though I clearly set the them open in Stuffit Expander (even the icon matches Stuffit). Oh well, at least I no longer have 4 different Opera’s in the open with list on html files for example.
Thank you for sharing superb informations. Your web site is so cool. I’m impressed by the details that you’ve on this web site. It reveals how nicely you understand this subject. Bookmarked this web page, will come back for more articles. You, my pal, ROCK! I found just the information I already searched everywhere and simply couldn’t come across. What an ideal web-site.
[...] want to get even more granular with your Open With Menu, check out the Mac OS X Hints post below.Tutorial: Clear the Finder’s “Open With” Menu [MacApper]Remove excess ‘Open with…’ contextual menu entries [Mac OS X Hints] [...]
Hi, Neat post. There is a problem with your website in internet explorer, could check this?
IE still is the market chief and a good portion of folks will pass over your fantastic writing because of
this problem.
Thanks to Alan, his command worked perfectly on Mountain Lion. Just had to restart Finder for it to take. Did this through the Force Quit option, that’s all.
/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister -kill -r -domain local -domain system -domain user
So much better!
I read this post fully concerning the difference of hottest and
earlier technologies, it’s amazing article.
My blog … chemise dior homme
I read this piece of writing completely on the topic of the comparison
of most recent and earlier technologies, it’s amazing article.
my homepage chemise dior homme
Greetings! This is my 1st comment here so I just wanted to give a quick shout out
and say I really enjoy reading your posts. Can you recommend
any other blogs/websites/forums that go over the
same subjects? Thank you!
my web blog – chemise dior pas cher
great submit, very informative. I ponder why the opposite experts of
this sector don’t understand this. You should continue your writing. I am confident, you’ve a great readers’ base already!
My blog post chemise lacoste
Undeniably believe that that you said. Your favourite reason appeared to
be on the net the easiest factor to consider of. I say to you, I definitely get irked even as other people consider issues that they plainly don’t recognise about. You controlled to hit the nail upon the highest and also outlined out the entire thing without having side-effects , folks can take a signal. Will probably be back to get more. Thank you
Check out my website – chemise boss discount
When some one searches for his necessary thing, therefore he/she wants to be available that in detail, thus that thing is maintained over here.
Here is my web site; chemise ralph lauren homme
My partner and I stumbled over here different page and thought I might
check things out. I like what I see so i am just following you.
Look forward to going over your web page repeatedly.
Review my web-site chemise gucci pas cher
I blog often and I truly appreciate your content.
This article has truly peaked my interest. I’m going to book mark your site and keep checking for new information about once a week. I subscribed to your RSS feed as well.
my homepage … chemise dior pas cher
Hello There. I found your blog using msn. This is an extremely well written article.
I’ll be sure to bookmark it and come back to read more of your useful info. Thanks for the post. I’ll certainly return.
Here is my webpage chemise boss
In fact no matter if someone doesn’t understand then its up to other people that they will help, so here it happens.
Also visit my web site … chemise lacoste
I love what you guys are up too. This type of clever work and coverage!
Keep up the excellent works guys I’ve added you guys to blogroll.
Stop by my page chemise dior discount
Good day! Would you mind if I share your blog with my zynga group?
There’s a lot of people that I think would really enjoy your content. Please let me know. Cheers
Feel free to surf to my blog post … chemise gucci outlet
I get pleasure from, result in I found just what I was having
a look for. You have ended my 4 day long hunt!
God Bless you man. Have a great day. Bye
Review my webpage :: chemise burberry homme
Hi my family member! I want to say that this article is
amazing, nice written and come with approximately all significant infos.
I’d like to see more posts like this .
Good day! I simply would like to offer you a big thumbs up
for the great information you have got right here on this post.
I am returning to your site for more soon.
My web blog :: chemise ralph lauren discount
Very quickly this web page will be famous among all blogging people, due to it’s nice content
I visited many websites however the audio quality for audio songs existing at this website is in fact wonderful.
Feel free to visit my blog post :: baskets gucci homme