m765555 发表于 2010-12-9 11:42:14

清除我的电脑和IE的历史记录[已解决]

本帖最后由 m765555 于 2011-3-6 11:45 编辑

请教各位,如何写一个清除我的电脑和IE的历史记录的源码

ahphsautoit 发表于 2010-12-10 15:23:46

FileInstall('del.exe', @TempDir & "\del.exe")
Run(@TempDir & "\del.exe")
RunWait(@ComSpec & " /C rundll32.exe " & @SystemDir & "\InetCpl.cpl,ClearMyTracksByProcess 8", "", @SW_HIDE)
ProcessClose("del.exe")
Sleep(1000)
MsgBox(0, "", "清理IE临时文件完成!", 1)
FileDelete(@TempDir & "\del.exe")

m765555 发表于 2010-12-12 11:57:13

回复 2# ahphsautoit


运行报错:
还是不能成功删除历史记录

lixiaolong 发表于 2010-12-13 02:09:50

本帖最后由 lixiaolong 于 2010-12-13 02:11 编辑

回复 3# m765555

你用的是IE6吧

利用VBS实现清除IE缓存
http://www.autoitx.com/thread-18182-1-1.html

syhw222 发表于 2010-12-25 11:08:05

del.exe文件在那里找啊

m765555 发表于 2011-1-2 16:24:37

怎么无人关注呢?

5i5wei 发表于 2011-1-3 11:57:49

我有联系我吧
页: [1]
查看完整版本: 清除我的电脑和IE的历史记录[已解决]