Skip to main content

The Best Ways to Edit the Windows Context Menu

Also referred to as Right Click Menu, the Context Menu is a pop-up menu that appears when you right click your desktop or an icon on your screen. Its purpose is to provide the user with a quick way to perform various actions such as copying or deleting files, deciding which program to use for opening a certain document, etc.

Why would you need to change the context menu? Either to extend its functionality or to get rid of some unused buttons. While the first is obvious, the second may need a bit of explanation: many computer programs will offer the "shell integration" feature (they will place one or more buttons in the context menu), but "forget" to remove it when you uninstall them. Depending on your tolerance level, there might come a time when your right-click menu will contain so many entries that it will slow you down instead of helping you get something done quicker, so removing some of them will be crucial.
There are two ways to modify the contents of your context menu: manually, by changing some entries in the registry editor, or by using specialized software to help you out. No mater which method you choose, if you are new to this kind of things, it's probably best to create a system backup before actually committing to any changes.
For the manual solution, you will need to open the registry editor by clicking on Start --> Run (or pressing the Windows key + R), and then typing regedit and pressing Enter. A new window will open and you'll have to navigate it the following way: HKEY_CLASSES_ROOT --> * --> shellex --> ContextMenuHandlers. There you will find the entries from your context menu, and you can remove or edit whichever you want. The tricky part is that they might not have the exact same name as the text on the button, so finding the right entry might be a little difficult.
If you (understandably) consider that editing your registries is too complicated, and you would rather use a tool to help you out, here are a few applications that will make this assignment much easier:
  • ShellExView - a simple tool that will allow you to view and disable any item from your right click menu. This program is portable so you can easily copy it to an external storage device and use it on any computer you want.
  • Right Click Extender - as you've probably guessed from its name, this application is designed to help you add buttons to your context menu in order to enhance its functionality. The downside is that, as far I know, this program doesn't allow you to remove any context menu buttons except for the ones added by itself. The biggest advantage in using this tool is the fact that it helps you create system backup points directly from its interface, keeping you safe from unwanted changes.
  • FileMenu Tools - is a program that is easy to use, yet a bit more comprehensive than the ones previously mentioned. This application will allow you to remove as well as add functions to your right-click menu, configure the order in which they appear, create sub-menus and a lot more. Since it gives its users complete control and yet manages to be very intuitive, this application is the one I generally use for my context menu editing needs.
  • Ultimate Windows Customizer - I wasn't sure if I should include this application because it breaks the pattern of the other ones, but I decided to give you as many options as possible. What's different about this program is that it offers a lot more than just context menu editor. It also give you the possibility to tweak a wide variety of aspects regarding the Windows UI like the Start Button, Log-on Screen, Taskbar, etc. So, if you want to play around and do more than just modify the buttons in the context menu, you will probably find this tool appealing. However, if all you need is to edit the context menu, then you should choose one of the previous tools and keep things as simple as possible.

Comments

Popular posts from this blog

How to Remove Powered by Blogger – Attribution Widget?

In this article, I will be demonstrating how to remove or hide attribution widget ‘Powered by Blogger’ in footer of blogger blogspot blogs.  Before going to the process,  backup your blogger template , while editing html code if anything goes wrong or template modified design doesn’t work or looks good you can restore from backed up template.  Here I have demonstrated you two methods for removing attribution widget. Some blogger templates may not support method 1 then you need to follow method 2 for successfully removing attribution widget. Method 1: Remove ‘Powered by Blogger’ by unlocking Attribution widget Step 1 : Go to your blog “Template” | click on “Edit HTML”. Step 2 : Here on drop-down “jump to widget” option and select Attribution 1 as shown below Step 3: After selecting Attribution 1 widget you will be able to see this line <b:widget id=’Attribution1′ locked=’true’ title=” type=’Attribution’>  on your blogger template. Step 5: Once done click on...

Top 7 Modules in Python Programming language | 2020

Python is a simple programming language yet of very high level and is very much popular. This days the use of python has gone very high and it is expected to be much higher in the upcoming days in the near future. So, today in this article we will be discussing about some modules in python language which are most to be learnt: NumPy: It helps to do basic mathematical operations and complex math with algebraic formulas, statistical operations,etc. It is a valuable python package and is important for machine learning. Pendulum: It helps to do complex coding involving dates and time and is broad form of datetime module. It also manages the time zone automatically hence, it is a replacement for the datetime module. Python imaging library: It makes easy to write codes that involves to open, read and manipulate or modify images in a variety of formats. The Pillow or PIL imaging library is good for importing, manipulation and exporting images. MoviePy: As pillow is to images, moviePy ...

Why should you learn Python programming language?

Python is a programming language developed by Guido Van Rossum. It is a very simple programming language so, you can learn Python without facing any issues. You are a beginner at programming can learn python. So, let's see top 7 reasons to learn python: Simple and popular: Python programming language is simple and very popular. Many significant platforms only support Python language. It also ranks top three as per TIOBE Index. Versatile:  It is a versatile language, i.e.; can we used to develop desktop applications, web pages and is considered best for AI and data science. Popularity: Many industries like YouTube, Amazon, Google, Facebook,etc. use this language. So, Python developers are very high in number. Moreover, the users of python are increasing day by day. Portable an extensible: Python course are portable and extensible as a code for Windows even run at Mac, Unix or Linux. Even the codes can be compiled in different languages like C++ or C. Graphical: The Python Computer G...