该用户匿名发帖 发表于 2011-6-22 13:35 只看TA 14楼 |
---|
用360清理就可以了,如果你不想用的话可以试一试这个,我自己一直在用,复制下面代码到txt然后另存为 清除系统LJ.bat就行了。用这种方法清理很快,当然也可以配合360之类的 @echo off echo 正在清除系统垃圾文件,请稍等...... del /f /s /q %systerive%\*.tmp del /f /s /q %systerive%\*._mp del /f /s /q %systerive%\*.log del /f /s /q %systerive%\*.gid del /f /s /q %systerive%\*.chk del /f /s /q %systerive%\*.old del /f /s /q %systerive%\recycled\*.* del /f /s /q %windir%\*.bak del /f /s /q %windir%\prefetch\*.* rd /s /q %windir%\temp & %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 [ 本帖最后由 ximinga59 于 2011-6-22 13:37 编辑 ] |
0 |
fortalk126 发表于 2011-6-22 13:38 只看TA 15楼 |
---|
很多电脑辅助软件都有这功能 360 兔子 优化大师 QQ电脑管家 清理专家 数不胜数啊 |
0 |
|
---|
该用户匿名发帖 发表于 2011-6-22 13:53 只看TA 16楼 |
---|
上面回答的都很好了,我要特别说明一下建议最好用360安全卫士清理。超级兔子原先很好用,现在越来越差劲了,优化大师用着不方便,需要一定电脑操作经验 至于大家给你推荐的 @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 把上面都复制到TXT文档,保存类型为bat 这个会误删一些有用的文件,建议还是别用的好,(一般不要紧) 希望我的回答对你有帮助。 |
0 |
woshishadan111 发表于 2011-6-22 14:53 只看TA 18楼 |
---|
把下面代码复制用记事本转存为BAT文件 @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 s\*.* 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\*.*" sfc /purgecache '清理系统盘无用文件 defrag %systemdrive% -b '优化预读信息 echo 清除系统垃圾完成! echo 现在大家满足了吧!!! echo. & pause |
0 |
|
---|