Pelles C forum

C language => Tips & tricks => Topic started by: TimoVJL on August 28, 2010, 10:59:51 AM

Title: PEView to Explorer context menu
Post by: TimoVJL on August 28, 2010, 10:59:51 AM
I like to view .exe in PEView in Explorer with mouse menu so i use this reg settings.

Code: [Select]
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\""