Integrate LibreCH551 with Windows Explorer - rgwan/librech551 GitHub Wiki

Create a .reg file with the following content, don't forget to change the path!

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\binimage\shell\libre551_download]
@="LibreCH551"

[HKEY_CLASSES_ROOT\binimage\shell\libre551_download\command]
@="cmd.exe /c \"\"\"\"D:\\Software\\Develop\\librech551.exe\"\"\" -f \"\"%1\"\"  & pause\""

[HKEY_CLASSES_ROOT\binimage\shell\libre551_download_run]
@="LibreCH551 Download and Run"

[HKEY_CLASSES_ROOT\binimage\shell\libre551_download_run\command]
@="cmd.exe /c \"\"\"\"D:\\Software\\Develop\\librech551.exe\"\"\" -f \"\"%1\"\"  -g & pause\""

Import this reg file and you will get this when right click on a .bin file:

Image