如何清理自由天空減肥工具產生的免疫文件夾“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

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