如何清理自由天空减肥工具产生的免疫文件夹“KEYFree2008”

【转载自:https://www.itiankong.net/thread-84681-1-1.html】


大家都知道自由天空有一款减肥工具,非常好用,但是今天看到论坛里有朋友说“天空的减肥工具使用后会产生免疫XX的文件夹,无法删除,感觉不好,所有一直没用”。其实在减肥工具里有选项的,不选择“AutoRun病毒免疫”即可。

如果大家想删去这种免疫文件夹的话,可以使用笔者自己写的这段批处理,我试用过,能够删除产生的免疫文件夹,而不会破坏其他硬盘数据的。

请大家把下面这段代码复制到文本文档中,保存为“去除免疫文件夹.bat”(批处理文件),双击使用即可。

@echo off
echo 正在清除每个磁盘分区下 Autorun.inf,请稍等......
echo 注释:Autorun.inf 磁盘病毒或者是病毒免疫工具产生的同名文件夹,手动无法删除!
echo 此工具可以为您解忧!敬请放心使用!
rd c:\\\\autorun.inf /q /s
rd d:\\\\autorun.inf /q /s
rd e:\\\\autorun.inf /q /s
rd f:\\\\autorun.inf /q /s
rd h:\\\\autorun.inf /q /s
rd i:\\\\autorun.inf /q /s
rd j:\\\\autorun.inf /q /s
rd k:\\\\autorun.inf /q /s
rd l:\\\\autorun.inf /q /s
rd m:\\\\autorun.inf /q /s
rd n:\\\\autorun.inf /q /s
rd o:\\\\autorun.inf /q /s
rd p:\\\\autorun.inf /q /s
rd q:\\\\autorun.inf /q /s
rd r:\\\\autorun.inf /q /s
rd s:\\\\autorun.inf /q /s
rd t:\\\\autorun.inf /q /s
rd u:\\\\autorun.inf /q /s
rd v:\\\\autorun.inf /q /s
rd w:\\\\autorun.inf /q /s
rd x:\\\\autorun.inf /q /s
rd y:\\\\autorun.inf /q /s
rd z:\\\\autorun.inf /q /s
echo 成功清除完成!
echo. & pause

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章