/ 中存储网

解决Win 7点击桌面右键无反应的方法

2015-08-05 20:01:41 来源:中存储网

下面是Chinastor解决Win 7点击桌面右键无反应的方法:   

可以使用附件中的批处理文件,右键以管理员的身份运行后重启电脑。

或者将命令提示符右键以管理员的身份运行后将如下命令粘贴入命令提示符窗口(命令会自动运行)后,将电脑重启。 

reg add HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer /v “NoViewContextMenu” /t reg_dword /d 0 /f

taskkill /f /im explorer.exe

start explorer.exe

pause