非常感谢太平洋的正确程序!(30秒清理你电脑中的垃圾)

经验证完全正确!
@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

所有跟帖: 

太平洋的正确程序在此:http://web.wenxuecity.com/BBSView.php?SubI -24- 给 24 发送悄悄话 (65 bytes) () 02/07/2007 postreply 15:07:51

谢谢,不是我的程序,我只是加上了被系统过滤掉的\而已。 -太平洋- 给 太平洋 发送悄悄话 太平洋 的博客首页 (0 bytes) () 02/07/2007 postreply 15:16:26

恭喜你能够全身而退。。。 -BlindSquirrel- 给 BlindSquirrel 发送悄悄话 BlindSquirrel 的博客首页 (0 bytes) () 02/07/2007 postreply 15:24:29

不是五马分尸吗? 哈哈... -太平洋- 给 太平洋 发送悄悄话 太平洋 的博客首页 (0 bytes) () 02/07/2007 postreply 17:40:05

还是不明白, 做好的这个文件应该在什么地方运行?谢谢! -cdsc001- 给 cdsc001 发送悄悄话 (0 bytes) () 02/07/2007 postreply 18:13:39

save it as a ".bat" file and you can run it -ppzcgg- 给 ppzcgg 发送悄悄话 ppzcgg 的博客首页 (22 bytes) () 02/07/2007 postreply 18:27:38

文件是在桌面上运行, 还是在C:\下面运行啊? 谢谢! -cdsc001- 给 cdsc001 发送悄悄话 (0 bytes) () 02/07/2007 postreply 19:41:09

save it to anywhere, and run it from there. BUT -ppzcgg- 给 ppzcgg 发送悄悄话 ppzcgg 的博客首页 (68 bytes) () 02/07/2007 postreply 19:52:13

谢谢!我放在桌面上不行, 但是放在C:\下面就可以, 好象是PATH问题? -cdsc001- 给 cdsc001 发送悄悄话 (0 bytes) () 02/07/2007 postreply 20:44:04

放在桌面上不行就放桌底下,甚至床底下都行! -Σ- 给 Σ 发送悄悄话 (20 bytes) () 02/08/2007 postreply 07:49:28

非常感谢太平洋 -爱Fishing- 给 爱Fishing 发送悄悄话 爱Fishing 的博客首页 (0 bytes) () 02/09/2007 postreply 20:28:34

请您先登陆,再发跟帖!