How to Create Toolbar item on menu when you right click on the desktop

S

Stan Kasper

Greetings,

I would like to set up a menu item that would appear in the list when
I right click on the desktop similar to a toolbar that you can create
on the taskbar.

Any ideas on how to specify a directory/subdirectory of shortcuts
as a menu item on the menu that appears when you right click
anywhere on the desktop?


Thanks,

Stan
 
K

Kelly

Sure Stan,

Add it to either Directory or Folder:

HKEY_CLASSES_ROOT\Directory\Background
HKEY_CLASSES_ROOT\Directory\shell
HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers
HKEY_CLASSES_ROOT\Drive\shell
HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers
HKEY_CLASSES_ROOT\Folder\shell
HKEY_CLASSES_ROOT\Folder\shellex\ContextMenuHandlers

Some examples:

Add Windows Explorer to the Right Click (Line 170)
http://www.kellys-korner-xp.com/xp_tweaks.htm

Add a Folder to the Start Button - Right Click (Line 124)
http://www.kellys-korner-xp.com/xp_tweaks.htm

Add a Folder to My Computer and Desktop (Line 130)
http://www.kellys-korner-xp.com/xp_tweaks.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top