zoukankan      html  css  js  c++  java
  • 解决IIS中网站按浏览没反应问题

    把下面的内容内容复制到文档,保存更改为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"

  • 相关阅读:
    找控件的父类
    silverlight和wpf中暴露 给子类override
    Oracle PLSQL 记录
    C#之TopShelf启动Windows服务 原文链接:https://blog.csdn.net/qq_36664495/java/article/details/90600995
    Super socket 记录知识
    oracle 查找字符位置 开始按照长度截取
    转 acl 库是啥、主要包含哪些功
    转自 posted on 2015-05-18 11:50 LitDev https://www.cnblogs.com/New-world/p/4511543.html
    dtu server 编译错误
    iOS 杂笔-22(万年一遇~一张图片对代理的理解)
  • 原文地址:https://www.cnblogs.com/tdalcn/p/1962439.html
Copyright © 2011-2022 走看看