Remove "Open with GIMP" from context menu?

4

I recently uninstalled GIMP on my Vista laptop, but there is still an Open with GIMP option on the context menu for most image file types, like JPEG and PNG. Clicking this option results in an error dialog.

Is there any way to remove it?

Ben

Posted 2009-11-29T05:35:30.010

Reputation: 227

Answers

6

You can use Crap Cleaner (CCleaner) to deal with it or edit the registry for HKLM_Classes and look for the .JPG, .PNG, .BMP, there's a key in there for Open, I have given jpegfile as an example, do the same for .PNG and so on... HKEY_CLASSES_ROOT\jpegfile\shell\Open with GIMP (Backup your registry before doing this..)

Hope this helps, Best regards, Tom.

t0mm13b

Posted 2009-11-29T05:35:30.010

Reputation: 723

One can also search "Open with GIMP" and delete, and then press F3 to locate the next one. – lulalala – 2015-01-29T03:46:58.837

8

For editing context menus, nirsoft's ShellExView is both fantastic and free - highly recommended.

Locate and highlight the Gimp shell extension and press F7 (or right click on it and select Disable Selected Items).

user19592

Posted 2009-11-29T05:35:30.010

Reputation:

@Ben Use ShellMenuView instead.

– Drazen Bjelovuk – 2016-05-10T19:57:09.660

+1 was going to post that before I saw you already did! – William Hilsum – 2009-11-29T12:36:47.480

"Open with foo" items are rarely shell extensions - it's a lot easier for a programmer to simply add another command to a specified file t ype. (See tommieb75's answer.) – user1686 – 2009-11-29T12:51:15.937

1The program looks useful, but as grawity said, there isn't an "Open with GIMP" shell extension. – Ben – 2009-12-01T02:29:21.393

-2

Open regedit.

back up registry first (to be safe) by selecting export and ticking ALL.

go to EDIT then use Find to look for all instances with "Open with GIMP"

once found, delete it then use Find next (F3) for the next one.

ac.

Posted 2009-11-29T05:35:30.010

Reputation: 1