分类

VBS/BAT脚本

清理IE缓存批处理

清理IE缓存批处理

大小:2 KB

语言:简体中文系统:Win2003, WinXP, Win2000, NT, WinME

类别:VBS/BAT脚本时间:2010-08-08

清理IE缓存批处理

@echo off
echo 正在清理,请稍等...
del /f /q "%userprofile%cookies*.*"
del /f /q "%userprofile%recent*.*"
del /f /s /q "%userprofile%Local SettingsTemporary Internet Files*.*"
del /f /s /q "%userprofile%Local SettingsTemp*.*"
del /f /s /q "%userprofile%recent*.*"
echo 清除系统垃圾完成
echo.

清理IE缓存批处理
如果IE遇到未知问题请尝试一下

∨ 展开

同类推荐

相关下载

猜你喜欢

热门推荐

下载排行

网友评论

我要跟帖
取消
所有评论 共 0