View Single Post
  #6  
Old 01-05-2006, 06:29 AM
Ramesh, MS-MVP
 
Posts: n/a
Default Re: Removing items from "right click' submenu

Directory is part of file system, where as Folders may not be (consider
special folders like Recycle bin). David's post here will further enlighten
you:
http://groups.google.com/group/micro...b2ab113a31ffee
http://msdn.microsoft.com/library/de.../shell_ext.asp

--
Ramesh, Microsoft MVP
Windows XP Shell/User

Windows XP Troubleshooting
http://www.winhelponline.com


"Stan Brown" <the_stan_brown@fastmail.fm> wrote in message
news:MPG.1db46c366028926b989978@news.individual.ne t...
> On Mon, 10 Oct 2005 09:34:07 +0530 in
> microsoft.public.windowsxp.customize, Ramesh, MS-MVP favored us
> with...
>> The context-menu entries for Directories is built from these locations in
>> the registry. The same applies for the Start button in the Taskbar
>>
>> [HKCR\Folder\Shell]
>> [HKCR\Folder\ShellEx\ContextMenuHandlers]
>> [HKCR\Directory\Shell]
>> [HKCR\Directory\ShellEx\ContextMenuHandlers]
>> [HKCR\AllFilesystemObjects\shell]
>> [HKCR \ AllFilesystemObjects\shellex\ContextMenuHandlers]
>>
>> Note:
>> - - - -
>> 1. AllFilesystemObjects is not specific to Folders.
>> 2. HKCR implies HKEY_CLASSES_ROOT

>
> What's the difference between "Folder" and "Directory"?
>
> --
> Stan Brown, Oak Road Systems, Tompkins County, New York, USA
> http://OakRoadSystems.com/
> "You find yourself amusing, Blackadder."
> "I try not to fly in the face of public opinion."


Reply With Quote