方法/步骤
2、将下面的命令复制黏贴到命令提示符窗口中,回车运行,之后重启电脑即可。
reg add HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer /v “NoViewContextMenu” /t reg_dWord /d 0 /f
taskkill /f /im explorer.exe
start explorer.exe
pause
2、将下面的命令复制黏贴到命令提示符窗口中,回车运行,之后重启电脑即可。
taskkill /f /im explorer.exe
start explorer.exe
pause