什么是垃圾文件啊?怎样清理?用一键清理系统文件会不会把有用的文件给删除了呀

来源:百度知道 编辑:UC知道 时间:2024/06/18 14:03:58

用卡卡安全助手 360安全卫士 优化大师都可以对垃圾文件进行清理

不会,放心用吧。

在桌面上点鼠标右键,选择新建一个“记事本”,把下面的字复制进去,点“另存为”,把文件名定为“一键清理.bat”就完成,记住后缀名一定要是. bat,好ok了!

@echo off
echo ******************************************
echo
echo.
echo 正在清除系统垃圾文件,请稍等......
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 /