为什么电脑上网时间长了之后会反应慢?

来源:百度知道 编辑:UC知道 时间:2024/05/16 23:20:57

因为再你上网的时候,会有一些临时文件存到你计算机里,其目的和作用各不相同,有的是为了让你下次访问时速度更快,有的是恶意病毒!但时间长了他们都会占去很多内存!成为系统垃圾!!
清除方法:
将下面代码用记事本保存为1.bat然后双击运行,可清除系统垃圾!!!
@echo off
echo 清除系统^^文件

title 邢冬清盘
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