[原创]求教命令行删ie历史记录等的可行性
文章作者:blackhorse利用命令行如何清除ie历史记录、表单信息等
例如:del %userprofile%\Local Settings\History\History.IE5\*.* 貌似只能手工删除。。。
[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] 的确如此,历史记录我已找到曲线方法。
表单信息还是无法删除。
至于,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] 估计是ie,既然是想办法删除历史记录
要不就直接del历史记录文件。 用批处理放到启动项里试试. [s:264]
@echo off
del /f /s /q "%userprofile%\Local Settings\Temp\*.*" [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]