为什么我的电脑有时第一次开机连接起宽带后网速很慢啊?

来源:百度知道 编辑:UC知道 时间:2024/09/24 14:09:54
重启后就好了,这种情况不是没次都出现,杀了毒没发现有什么毒啊?请问高手是不是我系统的问题啊?
我每天都清理了垃圾文件的啊,但还是有这个问题啊······

每天及时清理系统垃圾!
如果你感觉不好 重装系统最便捷 但修补漏洞麻烦!

@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 "%userprofile%\recent\*.*"
echo 清理系统垃圾完成!
echo. & pause
用记事本储存起来 把记事本后缀的.txt改成BAT 就生成了批处理垃圾文件

有可能是系统垃圾过多,建议清除系统垃圾文件`

有很多种可