Add 'Browse with XnViewMP' Not Working
Posted: Thu Dec 05, 2019 2:40 pm
Hello, I need a .reg file to manually create the 'Browse with XnViewMP' integration for Windows 10.
Various discussion boards for XnView and related products
https://newsgroup.xnview.com/
Code: Select all
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\XnViewMP]
@="Browse with XnViewMP"
"Icon"="C:\\FOLDER\\XnViewMP\\xnviewmp.exe,0"
[HKEY_CLASSES_ROOT\Directory\shell\XnViewMP\command]
@="\"C:\\FOLDER\\XnViewMP\\xnviewmp.exe\" \"%1\""
Code: Select all
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\XnViewMP]
@="Browse with XnViewMP"
"Icon"="C:\\Program Files\\XnViewMP\\xnviewmp.exe,0"
[HKEY_CLASSES_ROOT\*\shell\XnViewMP\Command]
@="\"C:\\Program Files\\XnViewMP\\xnviewmp.exe" \"%1\""