使用WINDOWS优化大师多长时间对电脑进行清理?

来源:百度知道 编辑:UC知道 时间:2024/05/21 14:58:12
我经常上网,看一些视频,请用过优化大师的告诉我多长时间清理一次比较好?

感觉电脑比较慢的时候,反映迟钝的时候,就可以了,不用定期的

一周比较好

如电脑速度正常一般不用清理,多清理对硬盘有害

优化大师清理太慢

特别是清理IE缓存,慢的要死

试试下面的代码:
把分割线以下的代码保存成.bat文件(不含分割线),点击运行,很快就清理完成了
---------------------我是分割线-----------
@echo off
echo ready
echo 2
echo 1
echo 0
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%&