瑞星卡卡安全论坛

首页 » 技术交流区 » 系统软件 » 系统垃圾
龙00跃 - 2008-9-28 11:07:00
看见网上能自己做个系统垃圾清理器,请问谁能告诉我怎么做呢?十分感谢:default7:

用户系统信息:Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )
帅哥阿福 - 2008-9-28 11:36: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
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
更名为:清除系统lj.bat,放到桌面上,OK了。

其实功能都大同小异,楼主可以使用瑞星卡卡助手,也能实现这种情况。
1
查看完整版本: 系统垃圾