Context menu icon
Posted: Sat Aug 21, 2021 6:30 am
XnView v2.50 on Windows 10 Pro 20H2 (64-bit)
Activating Add 'Browse with XnView' to context menu in Tools → Options… → System integration → Integration adds the following entries to the registry:
However, in order for the icon to show up in the context menu, we need these additional entries:
… and perhaps also:
Activating Add 'Browse with XnView' to context menu in Tools → Options… → System integration → Integration adds the following entries to the registry:
Code: Select all
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\Browse with XnView]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\Browse with XnView\command]
@="\"C:\\Program Files (x86)\\XnView\\xnview.exe\" \"%1\""
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\Browse with XnView\DefaultIcon]
@="C:\\Program Files (x86)\\XnView\\xnview.exe,0"
Code: Select all
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Drive\shell\Browse with XnView]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Drive\shell\Browse with XnView\command]
@="\"C:\\Program Files (x86)\\XnView\\xnview.exe\" \"%1\""
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Drive\shell\Browse with XnView\DefaultIcon]
@="C:\\Program Files (x86)\\XnView\\xnview.exe,0"
Code: Select all
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\Browse with XnView]
"Icon"="C:\\Program Files (x86)\\XnView\\xnview.exe,0"
Code: Select all
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Drive\shell\Browse with XnView]
"Icon"="C:\\Program Files (x86)\\XnView\\xnview.exe,0"
Code: Select all
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\Browse with XnView]
"Icon"="C:\\Program Files (x86)\\XnView\\xnview.exe,0"
Code: Select all
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\Background\shell\Browse with XnView]
"Icon"="C:\\Program Files (x86)\\XnView\\xnview.exe,0"