zoukankan      html  css  js  c++  java
  • 不能打开远程帮助文件的解决办法

    http://support.microsoft.com/kb/896054

    Example 1: How to use UrlAllowList to enable specific URLs

    Warning Include only URLs to sites that you trust completely.

    The following .reg file re-enables use of the InfoTech protocol to open remote content from the following locations:

    .chm files on \\productmanuals\helpfiles
    A Web application at the following URL:
    http://www.wingtiptoys.com/help/
    Note You can paste the following text in a text editor such as Notepad. Then, you can save the file that uses the .reg file name extension.

    REGEDIT4
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\HTMLHelp]
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\HTMLHelp\1.x\ItssRestrictions]
    "UrlAllowList"="\\\\productmanuals\\helpfiles;file://\\\\productmanuals\\helpfiles;http://www.wingtiptoys.com/help/"

    Note As you can see from the example, to enable a UNC path to a network shared folder, you must add the following two entries:

    \\productmanuals\helpfiles\;file://\\productmanuals\helpfiles

    You cannot use wildcard characters in the URL string of any site that is added to the UrlAllowList registry key. For example, the following string does not work:

    "UrlAllowList"="http://*.wingtiptoys.com"

    However, the following string works:

    "UrlAllowList"="http://help.wingtiptoys.com"

    This string lets the following sites serve content by using the InfoTech protocol:

    http://help.wingtiptoys.com/research
    http://help.wingtiptoys.com/sales
    You still cannot access .chm files by using a URL. Although we do not recommend that you do this, you can access the files by following example 2 and setting the "MaxAllowedZone" to three or larger. This is because the .chm file uses the Internet Explorer cache and every page that comes from the cache uses the Internet zone. Therefore, we highly recommend that you use the UNC path to access the Help files as previously described.

  • 相关阅读:
    自定义及发布一个webservice服务
    WSDL协议简单介绍
    画验证码
    MD5加密解密
    Java向前引用容易出错的地方
    SqlServer和Oracle中一些常用的sql语句10 特殊应用
    strut2服务器与android交互数据
    ftp下载目录下所有文件及文件夹内(递归)
    C# 调用迅雷 7 迅雷下载开放引擎
    如何提高banner设计含量--网上的一篇文章--感悟
  • 原文地址:https://www.cnblogs.com/amonw/p/1077021.html
Copyright © 2011-2022 走看看