自动清理垃圾!
金乡一中吧
全部回复
仅看楼主
level 2
平凡在忙 我帮他发下将下面文字先保存为TXT文本文档 再将后缀改成.bat 执行就可以了 @echo off 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 %windir%\*.bak del /f /q %systemdrive%\recycled\*.* del /f /q %windir%\prefetch\*.* rd /s /q %windir%\temp & md %windir%\temp rd /s /q %temp% & md %temp% del /s /q %userprofile%\cookies\*.* del /s /q %userprofile%\recent\*.* rd /s /q "%userprofile%\Local Settings\Temporary Internet Files" cls & echo 清除系统垃圾完成! echo. & pause
2007年04月26日 04点04分 1
1