re: 'Customize Context Menus' - WinZip-ish context menu icons
Thursday, April 18, 2002 at 4:52 am Windows 98 Annoyances Discussion Forum
Posted by Bobstur
(2225 messages posted)
Look in this registry key to see how WinZip does it:
HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers
The "*" is a wildcard, so all files are included.
I imagine you know that WinAmp can't open all files and you just want it available
when you know a file can be opened by WinAmp. If so, you would need something like
the following REG file which I have so Notepad is available for all files:
REGEDIT4
[HKEY_CLASSES_ROOT\*\shell\Notepad]
@="Notepad"
[HKEY_CLASSES_ROOT\*\shell\Notepad\command]
@="C:\\Windows\\Notepad.exe \"%1\""
Bob Sturtevant
http://home.adelphia.net/~bobstur/
Please reply in the forum and let us know.
|