|
QUOTE:以下是引用光饼鱼在2007-7-15 11:12:00的发言: ======就是下面的文字(这行不用复制)============================= @echo off 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 这是经过SCANDISK对硬盘扫描后产生出来的文件查出来了del /f /s /q %systemdrive%*.old 这个一般是备份文件也没事del /f /s /q %systemdrive%recycled*.* 这个应该是回收站的文件所以也应该没事 del /f /s /q %windir%*.bak 备份文件 应该没事del /f /s /q %windir%prefetch*.* 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 SettingsTemporary Internet Files*.*" 临时文件del /f /s /q "%userprofile%Local SettingsTemp*.*" 临时文件del /f /s /q "%userprofile%recent*.*" 最近使用过的文件列表应该是echo 清除系统LJ完成! echo. & pause =====到这里为止(这行不用复制)==============================================
收藏了 谢谢
个人觉得留下cookies下的
[此贴子已经被作者于2007-7-15 22:29:04编辑过]
|