
答え1
GIMP 2.8がデフォルトのディレクトリにインストールされていると仮定すると、レジストリスクリプトを使用してこれを行うことができます。デビッド・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\""