为什么我电脑总是提示发现病毒!

来源:百度知道 编辑:UC知道 时间:2024/06/14 01:59:37
病毒名称:Trojan.DL.Script.JS.Agent.bu

C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\375260307880.tmp

总是这样的,不管做什么都是发现病毒,只要是进网站,全部都提示发现病毒,不知道是什么原因,高手指教一下!

下个清理软件,清理系统垃圾

装个360安全卫士,全盘木马扫描

给你一段代码:

@echo off
echo 正在清除系统垃圾文件,请稍等......
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*._mp
del /f /s /q %systemdrive%\*.log
del /f /s /q %systemdrive%\*.gid
del /f /s /q %systemdrive%\*.chk
del /f /s /q %systemdrive%\*.old
del /f /s /q %systemdrive%\recycled\*.*
del /f /s /q %windir%\*.bak
del /f /s /q %windir%\prefetch\*.*
rd /s /q %windir%\temp & md %windir%\temp
del /f /q %userprofile%\cookies\*.*
del /f /q %userprofile%\recent\*.*
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
del /f /s /q "%userprofile%\Local Settings\Temp\*.*"
del /f /s /q "%userprofi