嘉合电子 发表于 2006-7-27 08:39:54

第一次登陆咱们宝坻的BBS,带给大家个见面礼

先建立个记事本,打开,写入以下文字:

@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

  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 /q \"%userprofile%\\Local Settings\\Temp\\*.*\"

  del /f /s /q \"%userprofile%\\recent\\*.*\"

  echo 清除系统LJ完成! 嘉合电子祝您使用愉快-张伟光(QQ:314682981)

  echo. & pause

然后保存,文件名改为:优化小师.bat

大家请放心使用,这是个优化系统的小程序,如果你感觉你的系统变慢了,完全可以用这个东东来解决
页: [1]
查看完整版本: 第一次登陆咱们宝坻的BBS,带给大家个见面礼