如何清除W7系统的电脑缓存?

清除缓存有没什么影响?w7系统的

建议不要用那些工具了,我一直用着一个批处理。能看出来清理什么东西了,新建一个文本把这些复制到文本里,然后另存为 清理垃圾.bat 或者是别的名,但一定要是 .bat 这个是批处理。
@echo off
Title Windows7系统垃圾清理
color 0a
mode con cols=55 lines=16
echo.
echo.
echo.
echo
echo.
echo.
echo.
echo
echo.
cls
echo.
echo.
echo.
echo.
echo 1,正在清理Tmp文件....
echo.
attrib -r -a -s -h "%systemdrive%\*.tmp" /d /s>nul 2>nul
attrib -r -a -s -h "%systemdrive%\*._mp" /d /s>nul 2>nul
del /f /s /q "%systemdrive%\*.tmp">nul 2>nul
del /f /s /q "%systemdrive%\*._mp">nul 2>nul
cls
echo.
echo.
echo.
echo.
echo 2,正在清理日志文件....
echo.
attrib -r -a -s -h "%systemdrive%\*.log" /d /s>nul 2>nul
del /f /s /q "%systemdrive%\*.log">nul 2>nul
cls
echo.
echo.
echo.
echo.
echo 3,正在清理Gid文件....
echo.
attrib -r -a -s -h "%systemdrive%\*.gid" /d /s>nul 2>nul
del /f /s /q "%systemdrive%\*.gid">nul 2>nul
cls
echo.
echo.
echo.
echo.
echo 4,正在清理Chk文件....
echo.
attrib -r -a -s -h "%systemdrive%\*.chk" /d /s>nul 2>nul
del /f /s /q "%systemdrive%\*.chk">nul 2>nul
cls
echo.
echo.
echo.
echo.
echo 5,正在清理Old文件....
echo.
attrib -r -a -s -h "%systemdrive%\*.old" /d /s>nul 2>nul
del /f /s /q "%systemdrive%\*.old">nul 2>nul
cls
echo.
echo.
echo.
echo.
echo 6,正在清理回收站....
echo.
attrib -r -a -s -h "%systemdrive% ecycled\*.*" /d /s>nul 2>nul
del /f /s /q "%systemdrive% ecycled\*.*">nul 2>nul
cls
echo.
echo.
echo.
echo.
echo 7,正在清理备份文件....
echo.
attrib -r -a -s -h "%windir%\*.bak" /d /s>nul 2>nul
del /f /s /q "%windir%\*.bak">nul 2>nul
cls
echo.
echo.
echo.
echo.
echo 8,正在清理文件使用痕迹....
echo.
attrib -r -a -s -h "%windir%\prefetch\*.pf" /d /s>nul 2>nul
del /f /s /q "%windir%\prefetch\*.pf">nul 2>nul
cls
echo.
echo.
echo.
echo.
echo 9,正在清理Cookies文件....
echo.
attrib -r -a -s -h "%userprofile%\cookies\*.*" /d /s>nul 2>nul
del /f /q "%userprofile%\cookies\*.*">nul 2>nul
cls
echo.
echo.
echo.
echo.
echo 10,正在清理上网产生的临时文件....
echo.
attrib -r -a -s -h "%userprofile%\Local Settings\Temporary Internet Files\*.*" /d /s>nul 2>nul
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*">nul 2>nul
cls
echo.
echo.
echo.
echo.
echo 11,正在清理临时文件....
echo.
attrib -r -a -s -h "%userprofile%\Local Settings\Temp\*.*" /d /s>nul 2>nul
del /f /s /q "%userprofile%\Local Settings\Temp\*.*">nul 2>nul
cls
echo.
echo.
echo.
echo.
echo 12,正在清理用户历史文件....
echo.
attrib -r -a -s -h "%userprofile% ecent\*.*" /d /s>nul 2>nul
del /f /s /q "%userprofile% ecent\*.*">nul 2>nul
cls
echo.
echo.
echo.
echo
echo.
echo.
echo.
echo
exit
温馨提示:答案为网友推荐,仅供参考
第1个回答  2011-11-10
电脑缓存就是垃圾文件,强烈建议清理,对于系统没有坏处并且会加快系统运行速度。可以下载优化大师来清理垃圾文件,清理后你会发现电脑快了不少
第2个回答  2011-11-10
下个优化大师,用360安全卫士也可
第3个回答  2011-11-10
优化大师win7版,鲁大师也行
第4个回答  2019-11-22
相似回答