∮冰狐√ - 2006-5-18 11:44:00
本来应该在程序设计里问的,但那里人少得不到回答,这里人气比较旺,谢谢大家了
这样的清楚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\"
© 2000 - 2025 Rising Corp. Ltd.