level 7
不知道为什么...我没往里面放东西...C盘东西越来越多...怎么清理...
2008年06月24日 14点06分
1
level 12
- -桌面和临时文件堆多了吧……----------------------------------------------------------------------------------- David Archuleta中文网:http://www.archuletacn.com
2008年06月24日 14点06分
2
level 12
桌面还不好清理啊。。- -~临时文件去IE选项里就可以搞定了~----------------------------------------------------------------------------------- David Archuleta中文网:http://www.archuletacn.com
2008年06月24日 15点06分
4
level 9
http://zhidao.baidu.com/question/5873095.html?si=1去看一下吧很清楚的
2008年06月24日 15点06分
6
level 6
@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
2008年06月26日 13点06分
7
level 6
将上面的用记事本保存,然后将记事本重命名(名字随便取)并以.bat结尾保存!
2008年06月26日 13点06分
8