| cswei79 |
2007-04-15 14:35 |
在论坛里看见有好机位朋友通过双击无法打开磁盘分区(如:C,D,E等),可以试试以下方法:
把以下红色部分拷贝到记事本中,保存为a.bat @echo off c: cd \ attrib -s -h -r copy.exe del copy.exe /F attrib -s -h -r *.inf del autorun.inf /F d: cd \ attrib -s -h -r copy.exe del copy.exe /F attrib -s -h -r *.inf del autorun.inf /F f: cd \ attrib -s -h -r copy.exe del copy.exe /F attrib -s -h -r *.inf [color=blue]del autorun.inf /F e: cd \ attrib -s -h -r copy.exe del copy.exe /F attrib -s -h -r *.inf del autorun.inf /F g: cd \ attrib -s -h -r copy.exe del copy.exe /F attrib -s -h -r *.inf del autorun.inf /F h: cd \ attrib -s -h -r copy.exe del copy.exe /F attrib -s -h -r *.inf del autorun.inf /F @echo 修复完成。按任意键继续……记得手动重启计算机!! pause [/color] |
|