电脑系统用长了系统变得越来越慢

来源:百度知道 编辑:UC知道 时间:2024/07/06 17:33:51
磁盘碎片整理了 磁盘清理了 确定没有病毒

系统的垃圾太多了
用超级兔子加windows优化大师
还有德国的TuneUp Utilities 2009
3个一起用
垃圾基本能清理完全
还有防毒软件可以换较小的 如 nor32

@echo off
echo 正在清除系统垃圾文件,请稍等......
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*._mp
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

新建记事本,复制上面代码,保存为“任意名.bat",完后双击即可