蓝光照射多少钱:系统垃圾清理

来源:百度文库 编辑:九乡新闻网 时间:2024/04/29 16:48:06

系统垃圾清理

 

--------把下面代码写入记事本,保存为。bat文件便可!-------------
@echo off
echo 正在清理系统垃圾文件,请稍等......
echo 欢迎您访问 http://e-mailwu.blog.163.com
pause
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 清理系统垃圾完成!
echo. & pause

注:可直接到 ftp://wcjftp.gnway.net 下载程序!.