为什么我的D盘跟E盘有个copy的东西 还有个Goht? 是病毒?

来源:百度知道 编辑:UC知道 时间:2024/06/06 03:07:34

copy是病毒,自己做一个批处理就可以了
@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
e:
cd \
attrib -s -h -r copy.exe
del copy.exe /F
attrib -s -h -r *.inf
del autorun.inf /F
@echo 修复完成。按任意键继续……记得手动重启计算机!!
pause