点击“开始”菜单→“运行”命令,在弹出的“运行”对话框中输入cmd 确定
把下面代码复制在黑框里-->回车
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel" /v "{871C5380-42A0-1069-A2EA-08002B30309D}" /d 0 /t REG_DWORD /f
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\ClassicStartMenu" /v "{871C5380-42A0-1069-A2EA-08002B30309D}" /d 0 /t REG_DWORD /f
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v "NoInternetIcon" /d 0 /t REG_DWORD /f
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\nonenum" /v "{871C5380-42A0-1069-A2EA-08002B30309D}" /d 0 /t REG_DWORD /f
%systemroot%\system32\shmgrate.exe OCInstallHideIE
%systemroot%\system32\shmgrate.exe OCInstallShowIE
cmd /c taskkill /f /im explorer.exe&&explorer.exe
(命令复制 粘贴进去 回车即可)
0
顶一下0
踩一下