The Computer Oracle

Add "Edit with Gimp" to Windows context menu

--------------------------------------------------
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: Melt

--

Chapters
00:00 Add &Quot;Edit With Gimp&Quot; To Windows Context Menu
00:16 Accepted Answer Score 35
00:35 Thank you

--

Full question
https://superuser.com/questions/1189874/...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#windows #contextmenu #gimp

#avk47



ACCEPTED ANSWER

Score 35


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\""