你优化的时候更改或修复了URL文件的关联。
先把IE设置为默认的浏览器。
然后选择或保存一个网页,在本地的HTML和HTM文件(该网页)右击打开方式选总是使用IE打开。
最后将以下内容复制到文本文档里保存为.bat文件,双击运行(手动添加注册表也可以)。
@echo off
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\IEXPLORE.EXE" /ve /d "\"%programfiles%\Internet Explorer\iexplore.exe"\" /t REG_SZ /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\IEXPLORE.EXE" /v "Path" /d "%programfiles%\Internet Explorer\iexplore.exe" /t REG_SZ /f
reg add "HKEY_CLASSES_ROOT\http\shell\open\command" /ve /d "\"%programfiles%\internet explorer\iexplore.exe\" -nohome" /t REG_SZ /f
reg add "HKEY_CLASSES_ROOT\http\shell" /ve /d "open" /t REG_SZ /f
reg add "HKEY_CLASSES_ROOT\htmlfile\shell\opennew\command" /ve /d "\"%programfiles%\internet explorer\iexplore.exe\" %1" /t REG_SZ /f
reg add "HKEY_CLASSES_ROOT\htmlfile\shell" /ve /d "opennew" /t REG_SZ /f
exit
应该已经修复关联了。
若还不行,就是你把IE的注册表信息给清理了,使用超级兔子的重装IE功能,或自己重装就好了。
网页失效了