5

In Windows, when I would like to open file without using the default program, I right-lick on the file and choose "Open with". A few of the listed programs in the "Open with" window do not even exist on my system. I would like to get rid of some of the programs on that list.

3 Answers 3

7

What version of Windows are you running?

If you are using Windows XP or Vista, you can use this small application to edit your Open With Menu...

http://www.nirsoft.net/utils/open_with_view.html

I figure it should also work with Windows 7 but I haven't tried it myself.

3
3

OpenWithView, a freeware program, works on most Windows systems. See here for a quick overview.

On Windows XP you can edit the list using Registry Editor. It is best to do this only if you are familiar with editing the registry, and you should consider backing up the registry before you begin.

  1. Go to Start → Run (or press Win+R)
    • Type in regedit
    • Press Enter key or click OK
  2. In the left pane of Registry Editor:
    • Navigate to HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts
    • Expand the FileExts key. This should display one key for each extension which might have an "Open With" menu.
    • Expand the key corresponding to the extension you wish to edit. This should display the selected extension's OpenWithList subkey.
    • Select the OpenWithList subkey. The right pane of the registry editor should now display the selected extension's "Open With" menu entries.
  3. In the right pane of the registry editor:
    • Right-click and select "Delete" on any entry you would like to remove.

I would go with the software as it covers more systems.

2
  • @Indrek - Thankyou for the edit
    – mic84
    Commented Oct 12, 2012 at 15:39
  • No problem! If you want to learn more about formatting posts on SuperUser, see superuser.com/editing-help
    – Indrek
    Commented Oct 12, 2012 at 16:21
0

I found another source for an answer to this. Here is the URL:

https://www.howtogeek.com/howto/18119/remove-programs-from-open-with-menu-in-explorer/

1
  • 1
    Your answer could be improved with additional supporting information. Please edit to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers in the help center.
    – Community Bot
    Commented Sep 14, 2021 at 9:41

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .