Adding a menu item for all file types?
Friday, May 27, 2005 at 2:28 pm Posted by Arto
(1 messages posted)
I am trying to add a context menu entry that will show for all file types. Under
win2000 the following used to work:
[HKEY_CLASSES_ROOT\*\shell\Edit in Notepad]
[HKEY_CLASSES_ROOT\*\shell\Edit in Notepad\command]
@="notepad.exe \"%l\""
But under XP it only seems to work for some file types?
[Reply or follow-up to this message]
|