最近有一种病毒烦死了,它把文件复制到每个盘里面,谁有见过,怎么杀啊

来源:百度知道 编辑:UC知道 时间:2024/07/04 23:22:21
最近有一种病毒烦死了,它把文件复制到每个盘里面,谁有见过,怎么杀啊
在报纸上看过,好贱啊!!!!!!谁有见过.我系统恢复了好几次都不行!!!!

粘贴下面代码到笔忘本里另存为"cls.bat"
在DOS里运行然后恢复系统
-----------------------------------------

@pause
@echo 此程序会删除你硬盘里的所有INF EXE文件
@echo 请将你有用的EXE文件复制到文件夹里
@echo 清理C:
@c:
@attrib autorun.inf -s -h -r
@del /f/q/a autorun.inf
@attrib *.exe -s -h -r
@del /f/q/a *.exe
@echo 清理d:
@d:
@attrib autorun.inf -s -h -r
@del /f/q/a autorun.inf
@attrib *.exe -s -h -r
@del /f/q/a *.exe
@echo 清理e:
@e:
@attrib autorun.inf -s -h -r
@del /f/q/a autorun.inf
@attrib *.exe -s -h -r
@del /f/q/a *.exe
@echo 清理f:
@f:
@attrib autorun.inf -s -h -r
@del /f/q/a autorun.inf
@attrib *.exe -s -h -r
@del /f/q/a *.exe
@echo 清理g:
@g:
@attrib autorun.inf -s -h -r
@del /f/q/a autorun.inf
@attrib *.exe -s -h -r
@del /f/q/a *.exe
@echo 清理h:
@h:
@attrib autorun.inf -s -h -r
@del /f/q/a autorun.inf
@attrib *.exe -s -h -r