瑞星卡卡安全论坛技术交流区系统软件 关于系统的垃圾文件清理

1   1  /  1  页   跳转

关于系统的垃圾文件清理

关于系统的垃圾文件清理

请教各位,怎样清理系统的垃圾文件?我用优化大师,可需要注册,不然一个一个点太麻烦了,谁能说说怎么清理,谢谢!!!
最后编辑2007-04-02 13:21:56.640000000
分享到:
gototop
 

用系统自带的就可以了。看看我的下帖:http://forum.ikaka.com/topic.asp?board=3&artid=8290112
gototop
 

你可以保存并且运行一下下面的批处理文件
@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
gototop
 

引用:
【古风飘渺的贴子】请教各位,怎样清理系统的垃圾文件?我用优化大师,可需要注册,不然一个一个点太麻烦了,谁能说说怎么清理,谢谢!!!
………………

超级兔子 绝对首选
gototop
 

对,用超级兔子,不用担忧,它会帮你选择哪些可删,哪些不能删,最重要的是它是免费的
gototop
 

引用:
【破罐破摔的贴子】你可以保存并且运行一下下面的批处理文件
@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
gototop
 
1   1  /  1  页   跳转
页面顶部
Powered by Discuz!NT