怎样删除电脑上搜索过的历史纪录?

来源:百度知道 编辑:UC知道 时间:2024/05/13 05:11:37
还想知道怎么可以看到电脑使用的时间,好像有一个文件夹里面有使用过的时间(就是几点开机几点关机),我想知道那个文件夹怎么找!
以前上网搜索过的东西电脑上有没有纪录,要是有的话在哪里能找到?
知道的就请详细告诉下,不胜感激~~~~~

1,删除历史记录:
打开IE--工具--Internet选项--内容--自动完成--去掉"表单"前的对勾--确定
2,电脑开关机信息:
右击我的电脑--管理--事件查看器--系统(第一个和第二个eventlog均为本次开机时间,第三个为上次关机时间)
3,按第1条设置后以前上网搜索过的东西电脑上就没有纪录了

源程序如下:

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