Home  >  Article  >  System Tutorial  >  Remove unnecessary right-click menu options: How to do it

Remove unnecessary right-click menu options: How to do it

PHPz
PHPzforward
2023-12-26 21:03:55868browse

When we right-clicked the mouse, we found that there were so many options inside. We wanted to refresh it or look for properties, but we couldn't find it for a long time. And it opens very slowly. At this time, many friends want to delete some options. How to delete them? In fact, just delete them in the registry. Let’s take a look at the specific tutorial.

Steps to delete redundant items in the right-click menu

1. First press the win R key combination on the keyboard to bring up the run dialog box, enter the regedit command, and click the OK button.

Remove unnecessary right-click menu options: How to do it

2. Enter the registry, first expand HKEY_CLASSES_ROOT\ as shown in the figure below

Remove unnecessary right-click menu options: How to do it

##3. Pull down the HKEY_CLASSES_ROOT\ directory Find the Directory folder. This folder is at the bottom. Now enter the shell folder under the Directory folder, as shown in the figure below

Remove unnecessary right-click menu options: How to do it

4. We are in the shell folder You can see all your right-click settings. Right-click the right-click option you want to delete and select Delete, as shown in the figure below

Remove unnecessary right-click menu options: How to do it

The above is the detailed content of Remove unnecessary right-click menu options: How to do it. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:somode.com. If there is any infringement, please contact admin@php.cn delete

Related articles

See more