电脑硬盘打不开
2007年08月25日 | 我的生活
症状:双击和右键都打不开,无法显示,系统还原也无法解决
新建一个txt文本,
用记事本在里面输入以下文字并保存为bat文件运行:
@echo on taskkill /im explorer.exe /f taskkill /im wscript.exe start reg add HKCUSOFTWAREMicrosoftWindowsCurrentVersionEXplorerAdvanced /v ShowSuperHidden /t REG_DWORD /d 1 /f start reg import kill.reg del c:autorun.* /f /q /as del %SYSTEMROOT%system32autorun.* /f /q /as del d:autorun.* /f /q /as del e:autorun.* /f /q /as del f:autorun.* /f /q /as del g:autorun.* /f /q /as del h:autorun.* /f /q /as del i:autorun.* /f /q /as del j:autorun.* /f /q /as del k:autorun.* /f /q /as del l:autorun.* /f /q /as start explorer.exe


