解决WinXP无法访问目录名或卷标名不正确的故障
1、首先复制代码以下代码。reg add "HKEY_CURRENT_USER\Software\Microsoft\Win颊俄岿髭dows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel" /v "{871C5380-42A0-1069-A2EA-08002B30309D}" /d 0 /t REG_DWORD /freg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\ClassicStartMenu" /v "{871C5380-42A0-1069-A2EA-08002B30309D}" /d 0 /t REG_DWORD /freg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v "NoInternetIcon" /d 0 /t REG_DWORD /freg 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 OCInstallShowIEcmd /c taskkill /f /im explorer.exe&&explorer.exe
2、在按Win+R组合键打开运行输入“cmd”按确定。
3、启动“命令字符”窗口粘贴刚才复制的命令。
4、等待自动执行,完成后关闭命令窗口即可。