标题:[分享]用批处理写的解决双击打不开盘符的代码
取消只看楼主
the_king
Rank: 1
等 级:新手上路
威 望:1
帖 子:70
专家分:0
注 册:2007-9-14
 问题点数:0 回复次数:3 
[分享]用批处理写的解决双击打不开盘符的代码
@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

最后再命名,后缀名用.bat保存后双击即可运行
搜索更多相关主题的帖子: attrib 批处理 inf del exe 
2007-09-30 12:40
the_king
Rank: 1
等 级:新手上路
威 望:1
帖 子:70
专家分:0
注 册:2007-9-14
得分:0 

呵呵,谢了哟...这一点还真没有注意到..

2007-10-05 10:16
the_king
Rank: 1
等 级:新手上路
威 望:1
帖 子:70
专家分:0
注 册:2007-9-14
得分:0 

呵呵,谢了哟,

2007-11-03 22:50
the_king
Rank: 1
等 级:新手上路
威 望:1
帖 子:70
专家分:0
注 册:2007-9-14
得分:0 
以下是引用蔡蔡在2007-10-5 10:59:42的发言:
这样就可以吗?用不用进安全模式呀~~
而且,注册表不用修复吗?

不用了呀,你保存成.bat格式就可以了,一切ok,我用过的哈..

2007-11-03 22:51



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-174268-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.192406 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved