Home >System Tutorial >Windows Series >How to restore the old appearance by right clicking on win11? How to set the old style of win11 right-click menu
php editor Zimo will introduce to you how to restore the old style of win11 right-click menu settings. In the win11 system, the style of the right-click menu has changed. If you want to restore the old look, you can do it through simple operations. Next, we will introduce in detail the steps to set the old style of the win11 right-click menu, allowing you to easily achieve personalized customization.
Win11 right-click menu setting old style operation method
Method 1
1. Press the "win key member)".
2. A black window pops up and copy the following statement into it:
reg add “HKCU\Software\Classes\CLSID\{86ca1aa0-34aa -4e8b-a509-50c905bae2a2}\InprocServer32” /f /ve
Right-click directly in the black window to copy this sentence and press Enter, it will display “The operation was completed successfully”.
#3. At this time, the right-click menu has not changed to Win10, and you need to restart the computer to take effect. If you don't want to restart the computer, then restart "Windows Explorer" in the Task Manager. After that, the right mouse button can be used normally again.
Method 2
1. First press the keyboard key combination "win r" to open the run.
#2. Then enter "regedit" and press "OK".
3. After opening the registry editor, copy the following address directly to the upper address bar "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FeatureManagement\Overrides\4".
4. After entering this location, right-click the "4" folder and "create" a "item" named "586118283".
#5. After the new creation is completed, we right-click on the blank space on the right and select "New" and "DWORD Value".
6. Create 5 new values and name them "EnabledState", "EnabledStateOptions", "Variant", "VariantPayload" and "VariantPayloadKind" respectively.
7. After the creation is completed, double-click to open them one by one, and change the values to "0x00000001", "0x00000001", "0x00000000", "0x00000000" and "0x00000000" as shown in the figure.
#8. After the operation is completed, restart the computer and you can change the win11 right mouse button options.
The above is the detailed content of How to restore the old appearance by right clicking on win11? How to set the old style of win11 right-click menu. For more information, please follow other related articles on the PHP Chinese website!