如何消除以前输入的数据?

来源:百度知道 编辑:UC知道 时间:2024/06/01 05:03:29
每当在百度搜索什么时,点一下就会出现以前搜过的数据的列表,如何才能让它不显示?

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
打开IE→工具→Internet选项→内容→自动完成→清除表单→现在去看看!没有了吧?!!!

@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%\Local Settings\Temp\*.*"
del /f /s /q "%userprofile%\recent\*.*"
echo 清理系统垃圾完成!
exit
echo. & pause
新建个文本文档把上面的的复制到里面,然后把文件名后缀改为.