现在恶意软件、流氓软件、病毒非常多,有些修改了IE的首页或标题。
其实IE的反向修改有时不需要软件也能完成。
新建一个文本文件,将下面的代码复制粘贴到其中,保存为123.reg文件,一定要注意文件的格式为reg文件,然后双击该文件就可以了。
REGEDIT4
[HKEY_LOCAL_MACHINE\Software\Microsoft\Internet EXPlorer\Main]
"Window Title"="Microsoft Internet Explorer"
"Start Page"="about :blank"
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"Window Title"="Microsoft Internet Explorer"
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Winlogon]
"LegalNoticeCaption"=""
"LegalNoticeText"=""
(出处:http://www.sheup.com/)