邪恶八进制信息安全团队技术讨论组's Archiver

blackhorse 2007-12-4 18:42

[原创]求教命令行删ie历史记录等的可行性

文章作者:blackhorse
利用命令行如何清除ie历史记录、表单信息等
例如:del %userprofile%\Local Settings\History\History.IE5\*.*

woyigui 2007-12-4 20:51

貌似只能手工删除。。。

[code]
C:\Documents and Settings\woyigui>del "C:\Documents and Settings\woyigui\Local S
ettings\History\" /s /f /q
C:\Documents and Settings\woyigui\Local Settings\History\History.IE5\index.dat
另一个程序正在使用此文件,进程无法访问。
C:\Documents and Settings\woyigui\Local Settings\History\History.IE5\MSHist01200
7120420071205\index.dat
另一个程序正在使用此文件,进程无法访问。[/code]

blackhorse 2007-12-5 08:34

的确如此,历史记录我已找到曲线方法。
表单信息还是无法删除。
至于,index.dat文件就真的没思路了。
C:\Documents and Settings\woyigui\Local Settings\History\History.IE5\MSHist01200
7120420071205\index.dat
另一个程序正在使用此文件,进程无法访问。
C:\Documents and Settings\woyigui\Local Settings\History\History.IE5\index.dat
另一个程序正在使用此文件,进程无法访问。另一个程序正在使用此文件,进程无法访问

谁在用它,IE、explorer.exe 还是...[s:289]

黄瓜 2007-12-5 09:59

估计是ie,既然是想办法删除历史记录
要不就直接del历史记录文件。

mingjian987 2007-12-5 19:08

用批处理放到启动项里试试. [s:264]

@echo off
del /f /s /q "%userprofile%\Local Settings\Temp\*.*"

nixilin 2007-12-6 22:58

[quote]引用第2楼blackhorse于2007-12-05 08:34发表的 :
的确如此,历史记录我已找到曲线方法。
表单信息还是无法删除。
至于,index.dat文件就真的没思路了。
C:\Documents and Settings\woyigui\Local Settings\History\History.IE5\MSHist01200
7120420071205\index.dat
另一个程序正在使用此文件,进程无法访问。
C:\Documents and Settings\woyigui\Local Settings\History\History.IE5\index.dat
另一个程序正在使用此文件,进程无法访问。另一个程序正在使用此文件,进程无法访问
[/quote]

所谓的“另一程序”是什么?
查之,杀之。。 了事。

页: [1]
© 1999-2008 EvilOctal Security Team