返回列表 发帖

系统清理的一个脚本

  1. @echo off
  2. echo 正在清除系统垃圾文件,请稍等......
  3. del /f /s /q %systemdrive%\*.tmp
  4. del /f /s /q %systemdrive%\*._mp
  5. del /f /s /q %systemdrive%\*.log
  6. del /f /s /q %systemdrive%\*.gid
  7. del /f /s /q %systemdrive%\*.chk
  8. del /f /s /q %systemdrive%\*.old
  9. del /f /s /q %systemdrive%\recycled\*.*
  10. del /f /s /q %windir%\*.bak
  11. del /f /s /q %windir%\prefetch\*.*rd /s /q %windir%\temp & md %windir%\temp
  12. del /f /q %userprofile%\cookies\*.*
  13. del /f /q %userprofile%\recent\*.*
  14. del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
  15. del /f /s /q "%userprofile%\Local Settings\Temp\*.*"
  16. del /f /s /q "%userprofile%\recent\*.*"
  17. echo 清除系统垃圾完成!
  18. echo. & pause
复制代码

PS:发这段代码是为了庆祝终于解决了一个困扰两天的问题,NetBeans(简称NB)真的太NB了用5.0的版本居然发现我在4.1版本下写的代码有N多错!!!我以为是自己的问题,原来NB5.0一定要配合jdk1.5才行,我用的1.4.2当然报错。其实就那么简单,但困扰了我2天!!!
最后,yy一下,让我也NB一把

系统清理的一个脚本

传说。。。1.5修正了1.4数千处错误
唔 用NB希望自己也牛B
还是要BS下NB的字体 怎么设都没Eclipse的字体自在好看(难道Eclipse注定遮挡太阳的光芒)

TOP

系统清理的一个脚本

不错。用简单的BAT文件就可以搞定了。
如果使用Windows 优化大师也可完成,操作简单明了。

TOP

系统清理的一个脚本

不错啊,哈哈,至于优化大师,总觉得是人家的东西,而且还是个软件,不太喜欢~!

TOP

返回列表 回复 发帖