How can I add an "Edit with Gimp" option to the right-click context menu for image files on my Windows PC?
Asked
Active
Viewed 1.6k times
20
-
4I don't think this should be marked as a duplicate. The linked duplicate asks two unrelated questions in a single post, with the main topic of "open in a maximized window" – Stevoisiak Jun 28 '17 at 19:32
-
While there are two sides to the other question it does contain the exact answer that you are asking for. That there is additional information to do an extra task is a bonus. – Mokubai Aug 26 '17 at 09:34
-
As this is essentially the same as the other question I'd be tempted to merge it, except your answer was basically copied from there meaning it would be deleted. – Mokubai Aug 26 '17 at 09:36
1 Answers
34
Assuming you have GIMP 2.8 installed to the default directory, you can do this via a registry script created by David L.
To add the 'Edit with GIMP' option to system image types, save the following as a .reg file and run it.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\SystemFileAssociations\image\shell\Edit with GIMP]
[HKEY_CLASSES_ROOT\SystemFileAssociations\image\shell\Edit with GIMP\command]
@="\"C:\\Program Files\\GIMP 2\\bin\\gimp-2.8.exe\" \"%1\""
Stevoisiak
- 13,555
- 39
- 101
- 154
