To add a program to your context menu do the following in Regedit
1. Create a new Key in HKCR\Directory\Background\shell named your new Menuitem
2. Create a new Key underneath called command.
3. Edit the “Default” entry and enter the full path of your program file.
To add a webpage enter at task 3. iExplore.exe www.mypage.com
Example: registry Code
[HKEY_CLASSES_ROOT\Directory\Background\shell\Google\command]
@=”\”C:\\Program Files (x86)\\Internet Explorer\\iExplore.exe\” \”www.google.com\“”
If you right click on your desktop you should have your new created items listed in the menu.
Online PC 2010-01