- 软件大小: 2KB
- 软件语言: 简体中文
- 软件类别: 国产软件 | 卸载清除
- 运行环境: Win9x/2000/XP/2003/Vista
- 授权方式: 免费版
- 软件等级:
- 更新时间: 2010/8/8 8:20:22
- 开 发 商:
软件介绍:
自动清理ie缓存 清理IE缓存批处理
@echo off
echo 正在清理,请稍等...
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 清除系统垃圾完成
echo.
清理IE缓存批处理
如果IE遇到未知问题请尝试一下
关键字: 自动清理ie缓存 清理 IE缓存 批处理