ms

Distinguished
Apr 5, 2004
250
0
18,780
Archived from groups: microsoft.public.windowsxp.basics,microsoft.public.windowsxp.general,microsoft.public.windowsxp.help_and_support (More info?)

How does one edit what appears on the context menu in Windows Explorer, in
Windows XP.

(Some programs automatically put all kinds of commands there, without
asking, which I don't want.)
 
G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.basics,microsoft.public.windowsxp.general,microsoft.public.windowsxp.help_and_support (More info?)

Context Handlers are found in the Registry, under the Classes category.
There are handlers for Drive, Folder, etc..

There are tools on the Internet that interface to the Registry instead of
manually editing the handlers, such as ShellExview.

Modifying Context Menu handlers rates an "8-out-of-10" on the potential
"Self-Inflicted" injury scale. Seriously, before modifying/deleting any
Registry
Key or value, be sure the Export the original key first.


" MS" <ms@nospam.com> wrote in message
news:eMp3stUkEHA.632@TK2MSFTNGP12.phx.gbl...
> How does one edit what appears on the context menu in Windows Explorer, in
> Windows XP.
>
> (Some programs automatically put all kinds of commands there, without
> asking, which I don't want.)
>
 

kelly

Distinguished
Apr 14, 2004
1,761
0
19,780
Archived from groups: microsoft.public.windowsxp.basics,microsoft.public.windowsxp.general,microsoft.public.windowsxp.help_and_support (More info?)

It depends on where in the right click menu.

Go to Start/Run/Regedit and navigate to:

HKEY_CLASSES_ROOT\*\OpenWithList
HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers
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

Customizing Right-Click Menu Options in Windows
http://www.jfitz.com/tips/rclick_custom.html

ContextEdit lets you control which items appear on your context menu
(right-click) in Windows Explorer.

Add, Modify, Disable, Delete Context Menu Listings (Line 23)
http://www.kellys-korner-xp.com/xp_tweaks.htm


--
All the Best,
Kelly

Microsoft-MVP Windows® XP
2004 Windows MVP "Winny" Award

Troubleshooting Windows XP
http://www.kellys-korner-xp.com

Taskbar Repair Tool Plus!
http://www.kellys-korner-xp.com/taskbarplus!.htm



" MS" <ms@nospam.com> wrote in message
news:eMp3stUkEHA.632@TK2MSFTNGP12.phx.gbl...
> How does one edit what appears on the context menu in Windows Explorer, in
> Windows XP.
>
> (Some programs automatically put all kinds of commands there, without
> asking, which I don't want.)
>
 
G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.basics,microsoft.public.windowsxp.general,microsoft.public.windowsxp.help_and_support (More info?)

"Kelly" <kelly@mvps.org> wrote in news:O2GBf4XkEHA.592
@TK2MSFTNGP11.phx.gbl:

> It depends on where in the right click menu.
>
> Go to Start/Run/Regedit and navigate to:
>
> HKEY_CLASSES_ROOT\*\OpenWithList
> HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers
> 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

HKEY_CLASSES_ROOT\AllFilesystemObjects
HKEY_CLASSES_ROOT\AllFilesystemObjects\shell
HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers

(Possibly Network and DVD as well).

>
> Customizing Right-Click Menu Options in Windows
> http://www.jfitz.com/tips/rclick_custom.html
>
> ContextEdit lets you control which items appear on your context menu
> (right-click) in Windows Explorer.
>
> Add, Modify, Disable, Delete Context Menu Listings (Line 23)
> http://www.kellys-korner-xp.com/xp_tweaks.htm
>
>

Programmatically adding your own context menu item (requires COM
programming knowledge, watch wrap):

Shell Basics:
http://msdn.microsoft.com/library/default.asp?url=/library/en-
us/shellcc/platform/shell/programmersguide/shell_int/shell_int.asp

Shell Intermediates:
http://msdn.microsoft.com/library/default.asp?url=/library/en-
us/shellcc/platform/shell/programmersguide/shell_basics/shell_basics.asp



--
------------------------------------------------------------------------
oshah
Control Panel -> System -> Advanced -> Error Reporting -> Choose
Programs
-> Do not report errors for these programs:

Acrobat.exe
waol.exe

------------------------------------------------------------------------
 

ms

Distinguished
Apr 5, 2004
250
0
18,780
Archived from groups: microsoft.public.windowsxp.basics,microsoft.public.windowsxp.general,microsoft.public.windowsxp.help_and_support (More info?)

Thank you to the three of you for your suggestions.

One particular context menu change, that I cannot find in any of those
pages, nor in the registry, nor do I see a way to do it with ContextEdit,
has to do with the "New" command on the context menu.

For instance, if I right-click on a folder, or inside a folder (but not on a
particular file), there is the new command. I use that most often to create
a new folder. Occasionally I might use it for something else. But when I
click on "New", I see a whole long list of programs that have added
themselves to the "New"list, and I would never open them that way, and that
makes the menu slow to load.

Anyone know--how to modify that list of file types under "New" in the
context menu?


"R. McCarty" <PcEngWork-NoSpam_@mindspring.com> wrote in message
news:5VOZc.1869$Vl5.1034@newsread2.news.atl.earthlink.net...
> Context Handlers are found in the Registry, under the Classes category.
> There are handlers for Drive, Folder, etc..
>
> There are tools on the Internet that interface to the Registry instead of
> manually editing the handlers, such as ShellExview.
>
> Modifying Context Menu handlers rates an "8-out-of-10" on the potential
> "Self-Inflicted" injury scale. Seriously, before modifying/deleting any
> Registry
> Key or value, be sure the Export the original key first.
>
>
> " MS" <ms@nospam.com> wrote in message
> news:eMp3stUkEHA.632@TK2MSFTNGP12.phx.gbl...
> > How does one edit what appears on the context menu in Windows Explorer,
in
> > Windows XP.
> >
> > (Some programs automatically put all kinds of commands there, without
> > asking, which I don't want.)
> >
>
>
 
G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.basics,microsoft.public.windowsxp.general,microsoft.public.windowsxp.help_and_support (More info?)

In article <uueS8IBmEHA.3816@TK2MSFTNGP14.phx.gbl>, ms@nospam.com
says...

> For instance, if I right-click on a folder, or inside a folder (but not on a
> particular file), there is the new command. I use that most often to create
> a new folder. Occasionally I might use it for something else. But when I
> click on "New", I see a whole long list of programs that have added
> themselves to the "New"list, and I would never open them that way, and that
> makes the menu slow to load.
>
> Anyone know--how to modify that list of file types under "New" in the
> context menu?

TweakUI will allow you to do this. Haven't got the URL handy so just do
a Google.

HTH.
 
G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.basics,microsoft.public.windowsxp.general,microsoft.public.windowsxp.help_and_support (More info?)

Thanks for the tip. I didn't realize that the feature was included in TweakUI for Windows
XP. The already listed File/New items are shown in the right pane, when you click on
Templates in the left pane. I got rid of all of those unwanted entries that appear on the
menu when File menu/New is clicked. Yes, there's a button to press to Create new
Templates. So, you can delete the Templates that you don't want, by clicking to uncheck
them in the box to the left of the item, and create new Templates by clicking the Create
button, and navigating to the program you want.

You can download TweakUI for Windows XP at:

http://www.microsoft.com/WINDOWSXP/pro/downloads/powertoys.asp

Save the file TweakUI.exe to a folder. After downloading it, open
Windows Explorer or My Computer, and navigate to the folder with that
file, double click the file, which will install TweakUI for Windows XP.

After TweakUI for Windows XP is installed, it can be accessed by
clicking Start/Programs/Powertoys for Windows XP/TweakUI for Windows XP.
--

T.C.
t__cruise@[NoSpam]hotmail.com
Remove [NoSpam] to reply




"Mike Echo" <me@privacy.net> wrote in message
news:MPG.1bae35ac1c4ecce298972b@news.ozonline.com.au...
> In article <uueS8IBmEHA.3816@TK2MSFTNGP14.phx.gbl>, ms@nospam.com
> says...
>
> > For instance, if I right-click on a folder, or inside a folder (but not on a
> > particular file), there is the new command. I use that most often to create
> > a new folder. Occasionally I might use it for something else. But when I
> > click on "New", I see a whole long list of programs that have added
> > themselves to the "New"list, and I would never open them that way, and that
> > makes the menu slow to load.
> >
> > Anyone know--how to modify that list of file types under "New" in the
> > context menu?
>
> TweakUI will allow you to do this. Haven't got the URL handy so just do
> a Google.
>
> HTH.