Windows 7 / Vista: Add a Website to the Desktop Right-Click Menu
If you have a site you visit frequently, but don’t want to use it as a homepage, you can add the site to your Desktop context menu. When clicked, Internet Explorer will open the desired site.
1. Open up Notepad (or right-click the desktop, mouseover New and select Text Document).
2. Copy and paste the following into the new text document:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\Tech-Recipes]
[HKEY_CLASSES_ROOT\Directory\Background\shell\Tech-Recipes\command]
@="iexplore tech-recipes.com"
replacing tech-recipes with the url for the desired site (or keep it as Tech-Recipes).
3. Save the document as openSite_from_desktop.reg.
4. Double-click the new file to merge it into the Registry.
5. Continue through the UAC prompt and confirm that you wish to perform the action.
6. Restart you computer (or simply stop and start Explorer.exe from the Task Manager).



jimmyselix said on April 24, 2009
ah yes.. twitter in two clicks :P
kftgr said on April 24, 2009
Is it specific to iexplore or can other programs substitute?
Circle Tech said on April 25, 2009
Thanks for the trick.. :). I’m windows 7 user right now.. :D
Anonymous said on September 15, 2009
cannot import C:UserkorayDesktopOpenSite_from_desktop.reg error accessing the registry.
How do you think To add
Hugh Isaacs II said on July 22, 2010
Why not use “explorer tech-recipes.com” instead of “iexplore tech-recipes.com” so that it opens the link in the default browser instead of only IE?