这样的清楚IE地址栏记录的脚本是否正确

将注册表[HKEY CURRENT USER\Software\Microsoft\Internet Explorer\TypedURLs]分支下的键值全部删除。

  用记事本创建一个脚本文件,脚本内容如下:


Dim WSHShell

  Set WSHShell = WScript.CreateObject("WScript.Shell")

  WSHShell.RegWrite "HKCU\Software\Microsoft\Internet Explorer\TypedURLs\"

    WSHShell.RegDelete "HKCU\Software\Microsoft\Internet Explorer\TypedURLs\"
最后编辑2006-05-18 11:28:26