by brad » Sun Apr 04, 2004 10:40 am
Do this for each Program you want to add to the "Drop down" list:
Go to Start / Run / Type regedit to open the Registry Editor.
Navigate to the Windows registry key for your editor by starting at the following hive: HKEY_CLASSES_ROOT\.htm\OpenWithList\
Right click "OpenWithList" and choose "New" and "Key."
Name the key.
For WordPad:
Name the key as follows: WordPad
Highlight the new key, right click on it and create an new key named "shell" under the "WordPad" key.
Highlight "shell," right click on it and create a new key named "edit" under the "shell" key.
Highlight "edit," right click on it and create a new key named "command" under the "edit" key.
Highlight the "command" key and double click on the "ab" icon on the right side frame. A window will appear where you can enter the value for the "command" key. In the string value, enter the directory path for your WordPad, for instance, as follows:
String Value for WordPad:
C:\Program Files\Accessories\WORDPAD.EXE %1
brad