Peter Jason said:
I want to use the old "Microsoft Photo Editor"
(used for ME, & XP) shortcut into the Win7 SP1
right mouse click selections.
How is this done?
Open regedit and go to:
HKEY_CLASSES_ROOT\*\shell
Right-click the 'shell' key and select 'New > Key'.
Name the new key ' Microsoft Photo Editor '.
Right-click Microsoft Photo Editor and select 'New > Key'.
Name the new key 'command'.
In the right pane double-click on (Default) and enter a command like this:
"c:\windows\notepad.exe" "%1"
This will open any file with notepad.
Edit this string for your program's exe path.
(Include the quotes and space.)