网速特别慢 打网页 还可以 下东西就 0.1 0.2 怎么办啊??网是铁通的…

来源:百度知道 编辑:UC知道 时间:2024/06/09 23:19:36
网页 的速度还算正常…

铁通就那样有时候快有时候慢 如果。你把系统优化完了还慢就找客服给你检测一下吧

清理垃圾,
将下面的文本复制到一个新建的文本文档里,将扩展名改为BAT,然后双击运行
@echo off
color 1b
title 一键清理系统垃圾文件
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\*.*"
cls
e