IE浏览器
首先打开一个IE浏览器。然后找到internet选项。如图
找到浏览历史记录,下放的 “删除” 按钮。点击删除
以下是供你选择的删除目标。一般来说删除默认的这几项即可。点击删除后即可完成操作。
当然。你也可以自己编写一个批处理文件(*.bat)来完成这个任务。首先新建一个记事本。输入以下内容:@echo off开始清理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. & pause
点击另存为。注意此处保存格式选全部文件。文件名要加上.bat后缀。
保存完毕后,双击运行即可。
定期清理,养成好习惯