可以修改因为某些网站修改IE默认主页造成问题的小脚本(源码提供)

类别:软件工程 点击:0 评论:0 推荐:

将下列代码保存在类似于clear.reg的扩展名为reg的文件中,然后双击执行就可以了

可以清除现在已知的所有修改IE默认主页的网站造成的问题。

注意:http://www.google.com这个地址你可以随意修改,可以改成你喜欢的任何网站。

常宁

[email protected]

2004-3-30

REGEDIT4

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer]
"SearchURL"="http://www.google.com/"

[HKEY_USERS\.Default\Software\Microsoft\Internet Explorer]
"SearchURL"="http://www.google.com/"

[HKEY_USERS\.Default\Software\Microsoft\Internet Explorer\Main]
"Search Page"="http://www.google.com/"
"Default_Search_URL"="http://www.google.com/"
"Search Bar"="http://www.google.com/"

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Search]
"SearchAssistant"="http://www.google.com/"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Search]
"SearchAssistant"="http://www.google.com/"

[HKEY_USERS\.Default\Software\Microsoft\Internet Explorer\Search]
"SearchAssistant"="http://www.google.com/"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main]
"Start Page"="http://www.google.com/"
"First Home Page"="http://www.google.com/"
"Default_Search_URL"="http://www.google.com/"
"Search Page"="http://www.google.com/"
"Search Bar"="http://www.google.com/"
"Local Page"="http://www.google.com/"


[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main]
"Default_Page_URL"="http://www.google.com/"

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"Default_Search_URL"="http://www.google.com/"
"Search Page"="http://www.google.com/"
"Search Bar"="http://www.google.com/"
"SearchURL"="http://www.google.com/"
"Start Page"="http://www.google.com/"
"First Home Page"="http://www.google.com/"
"Default_Page_URL"="http://www.google.com/"
"Local Page"="http://www.google.com/"

 

 

本文地址:http://com.8s8s.com/it/it37177.htm