我的上面出现了,“文件夹目录名不正确”是什么意思啊?让后不好使了
我的是windows7,安装不起`!
垃圾要及时清理啊
第一次见到,感觉应该比通常的优化软件更快吧。谢谢楼主!{:7_261:}
我的咋出现错误了捏
顶.......................
以前用过的,不过还真早忘了,谢谢,顶起来
文件名。目录名或卷标语法不正确是啥意思啊..lz
我觉得楼主清理垃圾方式不好,我今天试过了,U盘没有瘦身,反倒把自己的电脑高出毛病了,病毒大量人侵。楼主请检查下你的方法行不?在我电脑用的时候出毛病了。
定啊顶哈@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