Skip to content

Instantly share code, notes, and snippets.

@bp2008
Last active August 28, 2024 05:34
Show Gist options
  • Save bp2008/c6b55c88f69f0214985c8d2d5cff3d3a to your computer and use it in GitHub Desktop.
Save bp2008/c6b55c88f69f0214985c8d2d5cff3d3a to your computer and use it in GitHub Desktop.

To add a Windows context menu item "Edit With GIMP", download RegEditWithGimp.reg, edit the version number in the exe path to match your actual GIMP exe, and then double-click the reg file to install it into the registry.

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.10.exe\" \"%1\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment