But we also found that sometimes some of the functions we need are not displayed, and we need to operate further. Open this txt and enter the following: Windows Registry Editor Version 5.00.

2025/06/2813:21:35 digitals 1906


#Telebrity Creation Challenge#
system has many highlights after upgrading to WIN11.

For example, the right-click menu is more concise and more convenient to touch and use.

But we also found that sometimes some of the functions we need are not displayed, and we need to operate further. This actually increases our workload and becomes inconvenient.

For example, we want to print a picture. When we select the image, right-click it, it looks like this:

But we also found that sometimes some of the functions we need are not displayed, and we need to operate further. Open this txt and enter the following: Windows Registry Editor Version 5.00. - DayDayNews

The right-click menu does not have the option to "Print". We must click "Show more options" to see:

But we also found that sometimes some of the functions we need are not displayed, and we need to operate further. Open this txt and enter the following: Windows Registry Editor Version 5.00. - DayDayNews

For example, if we want to edit a batch file, right-click it, it looks like this:

But we also found that sometimes some of the functions we need are not displayed, and we need to operate further. Open this txt and enter the following: Windows Registry Editor Version 5.00. - DayDayNews

There is no editing option. If we want to edit it, we still have to click "Show more options" to see:

But we also found that sometimes some of the functions we need are not displayed, and we need to operate further. Open this txt and enter the following: Windows Registry Editor Version 5.00. - DayDayNews

Even the "refresh" option that is used very frequently requires you to click "Show more options".

So how do we operate to switch to the classic mode of the right-click menu?

I have 3 methods here, you can try it.

To be precise, it is actually a method, by modifying the registration expression to switch back to the classic menu. There are 3 ways to modify the registry (of course there can be 4, 5 or even more ways).

The first way is to import the reg file.

Let’s create a new txt file first.

But we also found that sometimes some of the functions we need are not displayed, and we need to operate further. Open this txt and enter the following: Windows Registry Editor Version 5.00. - DayDayNews

Open this txt and enter the following content:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}]

[HKEY_CURRENT_USER\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32]

@=""

But we also found that sometimes some of the functions we need are not displayed, and we need to operate further. Open this txt and enter the following: Windows Registry Editor Version 5.00. - DayDayNews

Then save this file as the "right-click menu.reg" file.

But we also found that sometimes some of the functions we need are not displayed, and we need to operate further. Open this txt and enter the following: Windows Registry Editor Version 5.00. - DayDayNews

Note that when saving, the file name is "right-click menu.reg" and the save type is "All files (*.*)".

In this way, this TXT file becomes a registry file.

Then we double-click the menu.reg. Import the file contents into the registry. The following prompt appears in

:

But we also found that sometimes some of the functions we need are not displayed, and we need to operate further. Open this txt and enter the following: Windows Registry Editor Version 5.00. - DayDayNews

We click "Yes". The following prompt appears in

, and the addition is successful.

But we also found that sometimes some of the functions we need are not displayed, and we need to operate further. Open this txt and enter the following: Windows Registry Editor Version 5.00. - DayDayNews

Let’s restart explorer (how to open the task manager: hold down Ctrl+Alt+Delete—task manager at the same time; it can also be opened through Microsoft key—right-click—task manager).

But we also found that sometimes some of the functions we need are not displayed, and we need to operate further. Open this txt and enter the following: Windows Registry Editor Version 5.00. - DayDayNews

Let's see if the right-click menu has become a classic mode:

But we also found that sometimes some of the functions we need are not displayed, and we need to operate further. Open this txt and enter the following: Windows Registry Editor Version 5.00. - DayDayNews

We can see that it has returned to the classic mode.

The second method is relatively simple. Add the registry command through the command prompt to achieve the purpose of restoring the classic menu with the right click.

We first open "Hyper-terminal".

Put the mouse on the Microsoft icon in the taskbar and right-click. The following interface appears.

Select "Terminal (Administrator)". Open the terminal (CMD command).

But we also found that sometimes some of the functions we need are not displayed, and we need to operate further. Open this txt and enter the following: Windows Registry Editor Version 5.00. - DayDayNews

Enter the following command under CMD and press Enter.

reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve

But we also found that sometimes some of the functions we need are not displayed, and we need to operate further. Open this txt and enter the following: Windows Registry Editor Version 5.00. - DayDayNews

How to restart the Explorer, you can see that you have restored to classic mode.

The third way is to save the command into a batch file and then run it directly.

We create a new notepad file. Enter the following command:

reg add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve

But we also found that sometimes some of the functions we need are not displayed, and we need to operate further. Open this txt and enter the following: Windows Registry Editor Version 5.00. - DayDayNews

Save as a batch file. After saving

But we also found that sometimes some of the functions we need are not displayed, and we need to operate further. Open this txt and enter the following: Windows Registry Editor Version 5.00. - DayDayNews

, we can run the "right-click classic menu.cmd" file.

If some friends think it is better to have a new right-click menu, how can we return to the new right-click menu?

We can do this. The method is still similar to the previous one, there are 3 ways.

The first type, we enter the following command in the terminal (administrator):

Reg.exe delete "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /va /f

The second type, we save the following command as a batch file and then run it.

reg delete "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /va /f

The third type, we directly enter batch and delete the following entry:

But we also found that sometimes some of the functions we need are not displayed, and we need to operate further. Open this txt and enter the following: Windows Registry Editor Version 5.00. - DayDayNews

path is shown in the red box in the figure above.

PS: After any operation of the above three methods, remember to restart the Explorer.

digitals Category Latest News