|
<p>@echo off </p><p> echo 正在为您清除系统垃圾文件,请稍等...... </p><p> del /f /s /q %systemdrive%\*.tmp </p><p> del /f /s /q %systemdrive%\*._mp </p><p> del /f /s /q %systemdrive%\*.log </p><p> del /f /s /q %systemdrive%\*.gid </p><p> del /f /s /q %systemdrive%\*.chk </p><p> del /f /s /q %systemdrive%\*.old </p><p> del /f /s /q %systemdrive%\recycled\*.* </p><p> del /f /s /q %windir%\*.bak </p><p> del /f /s /q %windir%\prefetch\*.* </p><p> rd /s /q %windir%\temp & md %windir%\temp </p><p> del /f /q %userprofile%\cookies\*.* </p><p> del /f /q %userprofile%\recent\*.* </p><p> del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*" </p><p> del /f /s /q "%userprofile%\Local Settings\Temp\*.*" </p><p> del /f /s /q "%userprofile%\recent\*.*"</p><br/> |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有账号?注册
×
|