回复:Trojan.Clicker.Win32.BHO.z怎么杀都杀不掉!!
LZ的日志没看出什么问题
但LZ的系统确实存在优化的必要,清理多余启动项和浏览器插件,然后清理系统临时文件夹
以下保存为“清理垃圾.bat”,运行即可
@echo off
color a5
echo.
echo ___________________________________________________________
echo.
echo 垃圾清理,从我做起,Please waiting......
echo ___________________________________________________________
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 "%userprofile%\recent\*.*"
echo ___________________________________________________________
echo.
echo 整个世界都清净了!
@pause