Home > Article > Computer Tutorials > How to restore the additional functions of the right mouse button?
The additional function you mentioned is called the right-click shortcut menu.
You must first determine whether the right mouse button is broken:
Use your mouse on another normal computer to see if it works normally.
If there is no other computer available for testing, you can try to see if the shortcut menu appears on the desktop, IE browser, a link on the folder or file name. If the shortcut menu does not appear under any circumstances, it is likely that your mouse is malfunctioning.
If the right-click cannot be used on some web pages, it may be because these web pages have added code that disables the right-click. You can try using another browser to resolve this issue.
If the right-click is disabled like an Internet cafe, it should be set using software.
Secondly, after ruling out the possibility that the mouse hardware is broken, it is related to your computer settings.
It may be that a virus has changed your computer settings: this requires anti-virus.
It may also be that your computer has related software installed that disables right-clicking.
It may also be that the computer settings have changed.
In fact, viruses and software disable the right-click menu by modifying your computer's registry. However, it is best not to touch the registry as it is relatively fragile.
It is recommended that you enter: gpedit.msc in Start---Run and press Enter, go in and take a closer look and set it up.
method one:
Start--Run--Input: regedit
Locate HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer and delete the NoViewContextMenu key value and the NoBrowserContextMenu key value (if they exist). Open HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer again and delete the same content.
Method Two:
Create a new text document--Input:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoViewContextMenu"=dword:00000000 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoViewContextMenu"=dword:00000000 --- ------------------------------------ Save the above content as "registry content.reg"
Just run it!
1. Right-click [View] on the desktop, and then see if [Show desktop icons] is checked. If not, just click the check button.
2. If it still doesn’t work after using step 1, then we open [Task Manager], select [File]-[Run Yun New Task] in the application, and then enter "explorer" in the dialog box that appears. ”, after clicking OK, just wait for a while and the desktop icon will appear.
3. Open the [Run] window in [Start], enter "regedit" and click OK, open the registry editor, and select [HKEY_LOCAL_MACHINE]-[SOFTWARE]-[Microsoft]-[Windows NT]-[ CurrentVersion]-[Winlogon], and then check whether the Shell value is "Explorer.exe". If not, just manually change it to "Explorer.exe".
4. If the above methods are ineffective, there may be a virus problem. Then we need to use anti-virus software to check for viruses in safe mode and repair the system.
5. The last method is to reinstall the operating system, but please make sure that all your important files have been backed up before using this method.
When the right-click menu of the mouse does not open the option, it can be solved by modifying the registry to restore its original value. The steps are as follows:
1. Win R to open the run dialog box, then enter CMD to open the command prompt, and select the "Run as administrator" option;
2. Copy and paste the following command into the command prompt window, press Enter to run,
reg addHKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer /v“NoViewContextMenu” /t reg_dWord /d 0 /f
taskkill /f /im explorer.exe
start explorer.exe
pause
3. The problem can be solved after restarting the computer.
The above is the detailed content of How to restore the additional functions of the right mouse button?. For more information, please follow other related articles on the PHP Chinese website!