Zend certified PHP/Magento developer

Edit with GIMP context menu for multiple files

I wanted to add “Edit with GIMP” to context menu as said in here stack answer and it works fine but only for a single file. If I select multiple files and right click on them, the option vanishes (while “Edit” (via paint), “Edit with PyCharm”, “Edit with Notepad++” remain).

Can I somehow make

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOTSystemFileAssociationsimageshellEdit with GIMP]
"Icon"=""C:\Program Files\GIMP 2\bin\gimp-2.10.exe""

[HKEY_CLASSES_ROOTSystemFileAssociationsimageshellEdit with GIMPcommand]
@=""C:\Program Files\GIMP 2\bin\gimp-2.10.exe" "%1""

work for multiple files?