∮冰狐√ - 2006-5-18 11:28:00
将注册表[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 - 2024 Rising Corp. Ltd.