如何删除IE里面一天内的历史记录?

来源:百度知道 编辑:UC知道 时间:2024/07/07 01:17:36
如何删除IE里面一天内的历史记录??????

点IE的历史记录,鼠标右键点今天,然后选择今天就可以删除了

去迅雷里搜ie历史管理器

有个像表一样的图标,点开后会看见有个今天,在那点右键 删除就OK

@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%