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
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.
- 4,191
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.
- Go to Start → Run (or press Win+R)
- Type in
regedit - Press Enter key or click OK
- Type in
- In the left pane of Registry Editor:
- Navigate to
HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts - Expand the
FileExtskey. 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
OpenWithListsubkey. - Select the
OpenWithListsubkey. The right pane of the registry editor should now display the selected extension's "Open With" menu entries.
- Navigate to
- 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.
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/
- 2,577