1.首先在开始菜单中以管理员身份打开命令提示符。
2.然后执行以下命令:
reg add HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer /v "NoViewContextMenu" /t reg_dWord /d 0 /f
taskkill /f /im explorer.exe
start explorer.exe
pause