瑞星卡卡安全论坛

首页 » 技术交流区 » 系统软件 » 关于系统的垃圾文件清理
古风飘渺 - 2007-4-2 0:00:00
请教各位,怎样清理系统的垃圾文件?我用优化大师,可需要注册,不然一个一个点太麻烦了,谁能说说怎么清理,谢谢!!!
超级游戏迷 - 2007-4-2 0:05:00
用系统自带的就可以了。看看我的下帖:http://forum.ikaka.com/topic.asp?board=3&artid=8290112
破罐破摔 - 2007-4-2 0:10: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 清理系统垃圾完成!
echo. & pause
終生學習 - 2007-4-2 1:13:00
引用:
【古风飘渺的贴子】请教各位,怎样清理系统的垃圾文件?我用优化大师,可需要注册,不然一个一个点太麻烦了,谁能说说怎么清理,谢谢!!!
………………

超级兔子 绝对首选
★马伽角 - 2007-4-2 13:13:00
对,用超级兔子,不用担忧,它会帮你选择哪些可删,哪些不能删,最重要的是它是免费的
wuzf705 - 2007-4-2 13:21: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 清理系统垃圾完成!
echo. & pause

………………


保存为:清理系统垃圾.bat
1
查看完整版本: 关于系统的垃圾文件清理