Skip to content

Integrate LibreCH551 with Windows Explorer

Rikka0_0小六花 edited this page Mar 18, 2018 · 1 revision

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

Clone this wiki locally