撞了别的流浏览器以后,每次打开iis, 右键浏览时, ie总是没有任何反应。找了很久关于,为什么IIS右键浏览无效果的问题,都没有找到,终于,功夫不负有心人,最后找到了一下两个解决IIS右键浏览无反应问题的解决办法:
修改注册表信息,设置IE为默认浏览器
办法一:
将下面的内容保存为一个扩展名为.reg 的文件, 打开这个.reg文件! 双击注册就可以了!
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\CLSID\{0002DF01-0000-0000-C000-000000000046}\LocalServer32]
@="C:\\Program Files\\internet explorer\\iexplore.exe"
[HKEY_CLASSES_ROOT\file\shell]
@="open"
[HKEY_CLASSES_ROOT\file\shell\open\command]
@="\"C:\\Program Files\\internet explorer\\iexplore.exe\" \"%1\""
[HKEY_CLASSES_ROOT\ftp\shell]
@="open"
[HKEY_CLASSES_ROOT\ftp\shell\open\command]
@="\"C:\\Program Files\\internet explorer\\iexplore.exe\" \"%1\""
[HKEY_CLASSES_ROOT\htmlfile\shell]
@="open"
[HKEY_CLASSES_ROOT\htmlfile\shell\open\command]
@="\"C:\\Program Files\\internet explorer\\iexplore.exe\" \"%1\""
[HKEY_CLASSES_ROOT\HTTP\shell]
@="open"
[HKEY_CLASSES_ROOT\HTTP\shell\open\command]
@="\"C:\\Program Files\\internet explorer\\iexplore.exe\" \"%1\""
[HKEY_CLASSES_ROOT\https\shell]
@="open"
[HKEY_CLASSES_ROOT\https\shell\open\command]
@="\"C:\\Program Files\\internet explorer\\iexplore.exe\" \"%1\""
[HKEY_CLASSES_ROOT\InternetShortcut\shell]
@="open"
[HKEY_CLASSES_ROOT\InternetShortcut\shell\open\command]
@="\"C:\\Program Files\\internet explorer\\iexplore.exe\" \"%1\""
[HKEY_CLASSES_ROOT\mhtmlfile\shell]
@="open"
[HKEY_CLASSES_ROOT\mhtmlfile\shell\open\command]
@="\"C:\\Program Files\\internet explorer\\iexplore.exe\" \"%1\""
方法二:
将下面的内容保存为一个扩展名为.reg 的文件, 打开这个.reg文件! 双击注册就可以了!
REGEDIT4
[HKEY_CLASSES_ROOT\CLSID\{0002DF01-0000-0000-C000-000000000046}\LocalServer32]
@="C:\\Program Files\\internet explorer\\iexplore.exe"
[HKEY_CLASSES_ROOT\file\shell]
@="open"
[HKEY_CLASSES_ROOT\file\shell\open\command]
@="\"C:\\Program Files\\internet explorer\\iexplore.exe\" \"%1\""
[HKEY_CLASSES_ROOT\ftp\shell]
@="open"
[HKEY_CLASSES_ROOT\ftp\shell\open\command]
@="\"C:\\Program Files\\internet explorer\\iexplore.exe\" \"%1\""
[HKEY_CLASSES_ROOT\htmlfile\shell]
@="open"
[HKEY_CLASSES_ROOT\htmlfile\shell\open\command]
@="\"C:\\Program Files\\internet explorer\\iexplore.exe\" \"%1\""
[HKEY_CLASSES_ROOT\HTTP\shell]
@="open"
[HKEY_CLASSES_ROOT\HTTP\shell\open\command]
@="\"C:\\Program Files\\internet explorer\\iexplore.exe\" \"%1\""
[HKEY_CLASSES_ROOT\https\shell]
@="open"
[HKEY_CLASSES_ROOT\https\shell\open\command]
@="\"C:\\Program Files\\internet explorer\\iexplore.exe\" \"%1\""
[HKEY_CLASSES_ROOT\InternetShortcut\shell]
@="open"
[HKEY_CLASSES_ROOT\InternetShortcut\shell\open\command]
@="\"C:\\Program Files\\internet explorer\\iexplore.exe\" \"%1\""
[HKEY_CLASSES_ROOT\mhtmlfile\shell]
@="open"
[HKEY_CLASSES_ROOT\mhtmlfile\shell\open\command]
@="\"C:\\Program Files\\internet explorer\\iexplore.exe\" \"%1\""
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{0002DF01-0000-0000-C000-000000000046}\LocalServer32]
@="C:\\Program Files\\internet explorer\\iexplore.exe"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\file\shell]
@="open"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\file\shell\open\command]
@="\"C:\\Program Files\\internet explorer\\iexplore.exe\" \"%1\""
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ftp\shell]
@="open"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ftp\shell\open\command]
@="\"C:\\Program Files\\internet explorer\\iexplore.exe\" \"%1\""
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\htmlfile\shell]
@="open"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\htmlfile\shell\open\command]
@="\"C:\\Program Files\\internet explorer\\iexplore.exe\" \"%1\""
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\HTTP\shell]
@="open"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\HTTP\shell\open\command]
@="\"C:\\Program Files\\internet explorer\\iexplore.exe\" \"%1\""
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\https\shell]
@="open"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\https\shell\open\command]
@="\"C:\\Program Files\\internet explorer\\iexplore.exe\" \"%1\""
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\InternetShortcut\shell]
@="open"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\InternetShortcut\shell\open\command]
@="\"C:\\Program Files\\internet explorer\\iexplore.exe\" \"%1\""
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\mhtmlfile\shell]
@="open"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\mhtmlfile\shell\open\command]
@="\"C:\\Program Files\\internet explorer\\iexplore.exe\" \"%1\""
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet]
@="IEXPLORE.EXE"