Possible Duplicate:
Windows: How to remove items from the right click (context) menu?

I've heard the right click menu called the 'Context Menu' but I'm looking for an application or method to remove all entries, sans a few.

Any ideas?

link|improve this question
Do you mean the context menu in Windows Explorer only? You may get better answers if you clarify. – skypecakes Mar 3 '11 at 22:08
feedback

closed as exact duplicate by Mehper C. Palavuzlar, studiohack Mar 4 '11 at 15:35

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

2 Answers

up vote 2 down vote accepted

There's a great article here about the hows and whys of this. If you scroll past the messy stuff, there's links to a couple of tools that make it easy. (I am unsure if they officially support Win7 but they do support Vista, and the mechanics of this haven't CHANGED so I assume they still work.)

link|improve this answer
feedback

Not by default, no. What's in any particular context menu is determined by the application itself. However it was coded by the developers, that's what it will show. You can, however, make use of extenders and utilities to try and alter what's in here, but most of them focus on adding additional entries. Those that try to hide things work with varying degrees of success.

One example you can find here: This one focuses on adding new functionality to the base Windows 7 right click menu.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.