Win10系统鼠标右键点击没反应的解决方法 1、按下“Win+X”组合键呼出系统快捷菜单,点击“命令提示符(管理员)”; ![]() 2、在命令提示符框中输入:reg add HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPolicIEsExplorer /v “NoVIEwContextMenu” /t reg_dWord /d 0 /f 按下回车键; ![]() 3、依次输入:taskkill /f /im explorer.exe start explorer.exe pause 输入一行按一下回车键即可。 操作完成后将计算机注销或者重启即可解决问题。 |