昆山石牌戴维伦电子:一开机就出现下面的提示 我用的是金山的杀毒软件 怎么办啊?

来源:百度文库 编辑:高考问答 时间:2024/04/28 23:08:33
一开机就有下面的对话框 说是网页中 有不安全的脚本是否运行
怎么办?

该网页脚本具有以下行为:
>> 写注册表
======================
脚本内容:

Function LteGetParam(Source, Separator)

Dim Result()
Work = Source + Separator
N = 0
K = 1
C = 0
While (K > 0)
K = InStr(N + 1, Work, Separator)
If K > 0 Then
strItem = Mid(Work, N + 1, K - N - 1)
Redim Preserve Result(C)
Result(C) = (strItem)
C=C+1
End If
N = K
Wend
LteGetParam = Result
End Function

Sub LteSetEvent(Channel,EType)

AbsTime = EType & DateDiff("s","1/1/1970",Now())
Call Channel.Variables.Add("LGT_SMAT",AbsTime,false)

end sub

Sub LteTrySetEvent(Infopak, EType)

if InStr(Infopak.PublisherName,"Timing=1") > 0 then

Call LteSetEvent(Infopak.Channel,EType)

end if
End Sub

Function LteCmd(strIn)

Dim regEx
Set regEx = New RegExp
regEx.Pattern = "\w+\(.+\)"
If regEx.Test(strIn) then
LteCmd = Left(strIn,InStr(strIn,"(")-1)
end if
End Function

Function LteParseStr(strIn)

strOut = Replace(strIn, "'", """") 'restore the double quotes
strOut = Replace(strOut, """""", "'") 'allow for single '
LteParseStr = strOut
End Function

Sub LteSetConfig(i_oChannel, i_sLibVersion)

set WshShell = CreateObject ("WScript.Shell")
strConfig = WshShell.RegRead("HKEY_LOCAL_MACHINE\SOFTWARE\Logitech\DesktopMessenger\CurrentVersion\Setup\VersionNumber") & ","
strConfig = strConfig & WshShell.RegRead("HKEY_LOCAL_MACHINE\SOFTWARE\BackWeb\BackWeb-Client\Applications\8876480\General\ConfigVersion") - 168386711 & ","
strConfig = strConfig & i_sLibVersion & ","
strConfig = strConfig & WshShell.RegRead("HKEY_LOCAL_MACHINE\SOFTWARE\Logitech\DesktopMessenger\CurrentVersion\Setup\InstallLanguage") & ","
strConfig = strConfig & giIDP_PROTOCOL_VERSION
Call i_oChannel.Variables.Add("LGT_SMCF", strConfig , true)

Set WshShell = nothing
End Sub

Sub LteCheckErrors(Channel)

if Err.number>0 then

strCUp="Log(ERROR " & Err.Number & ": " & Err.Description & ")"
Call Channel.Variables.Add("LSM_CU",strCUp,true)
end if

end sub

Function LteRegValue(Branch)

Dim WshShell
Set WshShell = CreateObject("WScript.Shell")
On Error resume next
LteRegValue = WshShell.RegRead(Branch)
Err.Clear
On error goto 0
End Function

Sub LteRegAdd(Branch,Value)

Dim WshShell
Set WshShell = CreateObject("WScript.Shell")
On Error resume next
Current = WshShell.RegRead(Branch)
On error goto 0
Current = Current & Value & ","
Call WshShell.RegWrite(Branch,Current)
End Sub

开始-运行-msconfig-启动-去掉相关的启动项就可以了.

  尊敬的金山用户,你好!
  你可以尝试使用金山毒霸或者金山卫士的电脑医生功能进行修复。
  金山电脑医生集成了常见系统问题的解决方案,可帮助用户解决在使用电脑中遇到的各种问题。有了金山电脑医生,再也不用搬着电脑区到处找修理店了。
  金山电脑医生使用非常方便,当系统出现问题时,只需打开金山毒霸或金山卫士的百宝箱,点击“电脑医生”图标,即可打开电脑医生的主界面,可以通过以下三种方式找到问题的解决方案来修复:
  1、在搜索框中输入问题的描述关键字,找到对应问题的解决方案,点击解决--> 立即修复。
  2、在左侧的分类中找到对应问题的解决方案,点击解决--> 立即修复即可。
  3、直接点击分类的索引关键字找到对应问题的方案,点击解决--> 立即修复即可。
  官网地址:http://www.ijinshan.com/
  祝你生活愉快~