Google
      
发新话题
打印

[精品] 30秒,让你的电脑健步如飞..

本主题由 cctv 于 2008-3-17 10:36 设置高亮

[精品] 30秒,让你的电脑健步如飞..

@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



新建一个记事本--->  复制以上代码到记事本里面---->  后坠更改为 清除系统垃圾.bat  ---> 运行该文件




.

[ 本帖最后由 cctv 于 2008-3-17 10:38 编辑 ]










.

TOP

没有用过
呵呵!!!!!!!!!!!!!!

TOP

@@@

万事在于偿试,试试吧.很不错..










.

TOP

发新话题