碧海潮声大学生网

标题: 提高电脑运行速度 [打印本页]

作者: 海阑天空    时间: 2007-8-29 08:34
标题: 提高电脑运行速度
提高电脑运行速度


这几行代码可以为电脑瘦身,比优化大师什么的更好用.信不信有你.

步骤:开始-附件-记事本-把下面代码拷贝上-另存为 清除系统LJ.bat(选择所有类型)


@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完成!  
  echo. & pause



不要光使不回




欢迎光临 碧海潮声大学生网 (http://www.zjoubbs.com/) Powered by Discuz! X3.2