lijch 發表於 2009-7-23 19:12:46

问:怎么才能完全清除上网记录?

有朋友问我怎么才能完全清除上网记录,我开始自认了得,
不过好像这其实还蛮复杂的
~~向各位大侠请教,小弟谢谢了~~:sZV29Zw:

lg010011 發表於 2009-7-24 11:18:54

1.打开C:\Documents and Settings\Administrator\Local Settings文件夹,把History、Temp、Temporary Internet Files里面的东西全部删除。
2.右键点击开始->属性->自定义(如果是经典模式直接点清除)->常规和高级都点清除列表。
3.右键点击IE->属性->内容->自动完成->清除表单&清除密码。
4.把
(@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. & pause)
括号里的内容(不包括括号)复制到文本文件,另存为清除垃圾.bat。
双击它,清除残余部分。

lijch 發表於 2009-7-24 17:29:29

2# lg010011
那些标号是步骤还是 同等的?

tonygto22 發表於 2009-7-24 22:32:21

用360删除你的垃圾资料就可以了

a419342657 發表於 2009-7-25 09:55:31

用360多简单

netccb 發表於 2009-7-25 20:23:41

360,超級兔子之類的都可以

kidault 發表於 2009-7-25 20:29:34

最新的浏览器,如ie8和firefox都有隐私浏览的模式,只要用这个模式浏览的内容,包括cookie,密码,访问记录,缓存等,只要关掉浏览器就会消失。使用起来很方便

EdwardAR 發表於 2009-7-27 09:10:53

顶超兔!

hsshss 發表於 2009-7-27 09:58:27

顶360.。。。。

zhong1994 發表於 2009-8-1 21:56:26

360可以很简单的清除,但是貌似能够恢复,我记得注册表可以搞定啊!
頁: [1] 2 3 4 5 6
查看完整版本: 问:怎么才能完全清除上网记录?