无忧启动论坛

标题: 动清除IE地址栏历史记录批处理 [打印本页]

作者: lianji0000    时间: 2006-5-16 17:31
标题: 动清除IE地址栏历史记录批处理
请问各位前辈~~~如何写自动清除IE地址栏历史记录批处理啊???
IE缓存==IE临时文件吗??
自动清除IE临时文件,我是这么写的  
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
del /f /q "%userprofile%\cookies\*.*"
也不知对不对~~请各位前辈指教下啊~~
不胜感激~
作者: 推士机    时间: 2006-5-22 21:10
参考一下:

@echo off
echo 正在清除系统LJ文件,请稍等......
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
rem del /f /q %userprofile%\cookies\*.*
rem del /f /q %userprofile%\recent\*.*
rem del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
rem del /f /s /q "%userprofile%\Local Settings\Temp\*.*"
rem del /f /s /q "%userprofile%\recent\*.*"
echo 清除系统LJ完成!
echo. & pause

用这个也不错:
http://www.greendown.cn/Software/Catalog13/2149.html
作者: fsns    时间: 2006-5-25 21:44
早已经看过了,还不错啊
作者: lianji0000    时间: 2006-6-7 01:05
推士机前辈~~~小弟只需要自动清除IE地址栏历史记录批处理啊???
并不需要清除垃圾文件的命令啊~~不过还是谢谢你的关注了~~




欢迎光临 无忧启动论坛 (http://bbs.c3.wuyou.net/) Powered by Discuz! X3.3