回复: 如何把autorun这个东西彻底删除?
原帖由
Angel_tan 于 2010-2-24 1:16:00 发表
如标题,我不小心中了这个autorun的东西,
每个盘都有,并且把我一些文件夹变成了隐藏文件了,怎么办?用卡卡能恢复吗?怎么弄?这个东西缠着我N久了,就是没辙,
唉~有人没人可以帮我,谢谢~~
用户系统信息:Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)[/co 建议使用瑞星查杀。
如果说文件被被隐藏了,可以使用批处理:
开始——运行
attrib -s -r -h /s /d D:\*.*
attrib -s -r -h /s /d E:\*.*
attrib -s -r -h /s /d F:\*.*
具体可以参考附件里的说明和程序