What should I do if the Win7 system does not respond by right clicking?

  

Users know that there are many functions in the right mouse button menu. However, some users have to respond to the system running card when they want to refresh the interface by right clicking but do not respond. I don't know how to deal with this problem. The following small series teaches everyone how to solve it.

1. Click on the Start menu, then click Programs - Accessories - Command Prompt, right click and select Run as administrator. Or use the shortcut key to enter the item, press win+r, then type cmd in the search box and click Enter. This will also open the system's command prompt window.

2. Next, at the command prompt window manually enter the following code:

reg add HKEY_CURRENT_USER \\ Software \\ Microsoft \\ Windows \\ CurrentVersion \\ Policies \\ Explorer /v & ldquo; NoViewContextMenu & rdquo; /t reg_dword /d 0 /f

taskkill /f /im explorer.exe

start explorer.exe

pause

3. After the input is complete, click Enter, then the system will run according to the code, and then return to the desktop after the completion, at this time, the function of the right-click menu is restored.

The above is the solution that does not respond to the right click in the Win7 system. Users can easily solve this problem by entering the code in the command prompt window.

Copyright © Windows knowledge All Rights Reserved