我杀毒软件就是检测出一个名为:Trojan.Peacomm的威胁
我上网去查,全是英文的东西~~天啊~~~~
然后,麻烦帮忙看看下面这个是什么?可以用么?用来干啥的?
谢谢高手!
复制以下代码,保存为.bat然后运行就行了,只是个批处理文件
==========================cut===============================这条线不要哦===============================================================
@echo off
cd..
cd..
cd..
attrib sxs.exe -a -h -s
del /s /q /f sxs.exe
attrib autorun.inf -a -h -s
del /s /q /f autorun.inf
attrib Soundmam.exe -a -h -s
del /s /q /f Soundmam.exe
D:
attrib sxs.exe -a -h -s
del /s /q /f sxs.exe
attrib autorun.inf -a -h -s
del /s /q /f autorun.inf
attrib Soundmam.exe -a -h -s
del /s /q /f Soundmam.exe
E:
attrib sxs.exe -a -h -s
del /s /q /f sxs.exe
attrib autorun.inf -a -h -s
del /s /q /f autorun.inf
attrib Soundmam.exe -a -h -s
del /s /q /f Soundmam.exe
==========================cut===========================(这条线就不要了)