您还没有绑定微信,更多功能请点击绑定

[电脑网络]简单的windows垃圾文件清理器[转]

天气: 晴朗心情: 高兴根据DOS命令编写的一个简单的WINDOWS垃圾文件清理器
新建一个.TXT文件,写入下列语句,保存为.bat(批处理文件),使用时运行即可
@echo offecho 正在清除系统垃圾文件,请稍等......del /f /s /q %systemdrive%\.tmpdel /f /s /q %systemdrive%\._mpdel /f /s /q %systemdrive%\.logdel /f /s /q %systemdrive%\.giddel /f /s /q %systemdrive%\.chkdel /f /s /q %systemdrive%\.olddel /f /s /q %systemdrive%\recycled\.del /f /s /q %windir%\.bakdel /f /s /q %windir%\prefetch\.rd /s /q %windir%\temp & md %windir%\tempdel /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 清除系统垃圾文件完成!echo. & pause

2 个评论

游客无法查看评论和回复, 请先登录注册

发起人

推荐文章

文章状态

  • 发布时间: 2006-05-19 18:11
  • 浏览: 724
  • 评论: 2
  • 赞: 0