PEView to Explorer context menu

Started by TimoVJL, August 28, 2010, 10:59:51 AM

Previous topic - Next topic

TimoVJL

I like to view .exe in PEView in Explorer with mouse menu so i use this reg settings.

Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Classes\*]
[HKEY_CURRENT_USER\Software\Classes\*\shell]
[HKEY_CURRENT_USER\Software\Classes\*\shell\Open With PEView]
[HKEY_CURRENT_USER\Software\Classes\*\shell\Open With PEView\command]
@="\"c:\\bin\\PEView.exe\" \"%1\""

May the source be with you