
I interested about NConvert command-line ability. but i wanna create a shortcut in context menu to convert right-clicked PNG (or selected files) to .ico in specified folder.
For example i have a test.png in C:\PNGFolder. i wanna just with two click(right-click + left-click at Convert to ico) convert the test.png to test.ico( with 64x64,256x256 size) and then move it to C:\icoFolder.
Note: becuase WindowsPhotoViewer is registered as defualt programs for openning photos, the only way for creating a context-menu for PNG files is this key:
Code: Select all
HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.Png\shell
https://imgur.com/gUS6gJN
Thanks

Sry for my bad eng