切换到宽版
  • 5339阅读
  • 0回复

[原创]当双击无法打开磁盘分区时可以试试 [复制链接]

上一主题 下一主题
离线cswei79
在线等级:7
在线时长:436小时
升级剩余时间:4小时在线等级:7
在线时长:436小时
升级剩余时间:4小时在线等级:7
在线时长:436小时
升级剩余时间:4小时在线等级:7
在线时长:436小时
升级剩余时间:4小时
级别:高级会员
 

金币
6457
威望
33
贡献
2
好评
1
注册
2007-04-03
只看楼主 倒序阅读 使用道具 楼主  发表于: 2007-04-15
在论坛里看见有好机位朋友通过双击无法打开磁盘分区(如: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
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
分享到