![将“使用 Gimp 编辑”添加到 Windows 上下文菜单](https://linux22.com/image/1525171/%E5%B0%86%E2%80%9C%E4%BD%BF%E7%94%A8%20Gimp%20%E7%BC%96%E8%BE%91%E2%80%9D%E6%B7%BB%E5%8A%A0%E5%88%B0%20Windows%20%E4%B8%8A%E4%B8%8B%E6%96%87%E8%8F%9C%E5%8D%95.png)
答案1
假设你已经将 GIMP 2.8 安装到默认目录,你可以通过注册表脚本执行此操作由 David L 创建。
要将“使用 GIMP 编辑”选项添加到系统图像类型,请将以下内容保存为文件.reg
并运行它。
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\""