zoukankan      html  css  js  c++  java
  • Outlook 2007无法打开链接"由于本机的限制 该操作已被取消"

    编写人:CC阿爸

     

    2014-2-17

     

     近来在日常维护中,经常性的遇到用户在outlook中打开链接,提示【由于本机的限制,该操作已被取消】,第一次的在网上搜索到解决办法后, 第二次再处理时,又没能记住处理的方法,因此决定还是写在博客中,方便日后查找,需要的同学可供参考。

    经过在网上搜索部分解决方案,以下这位同学的解决方案才是正解,终于找到相关解决办法。

    原因:安装过chrome,firefox或其它第三方浏览器导致outlook无法打开链接。

     如果你尝试过

    重设IE;

    设置默认程序;

    WORD Internet链接设置;

    均无效。或者,

    轻信了那些

    “你的系统中毒了”

    “重装系统吧”

    之类的“后现代脑残型答案”后,还没有解决问题的话,往下看。

    运行-》regedit-》

    找到 HKEY_CURRENT_USER/Software/Classes/.html
    右边默认值更改为:htmlfile

    依次类推 .htm .shtml .xhtm .xhtml

    打开outlook,点击email里的链接,IE窗口跳出来。

    搞定。

     

    如果帮到你,请回复。

     1. Click Start, click Run, type Regedit in the Open box, and then click OK.

    2. Locate the following subkey:
    HKEY_CURRENT_USER/Software/Classes/.html

    3. On the File menu, click Export.

    4. In the Export Registry File dialog box, enter HKCU_Classes_HTML_Backup.reg and click Save.

    Note: This will create a backup of this registry key in the My Documents folder by default.

    5. Right click the (Default) value for the .html key and select Modify...

    6. Change the value from "ChromeHTML" to "htmlfile"

    Repeat steps 1-6 for .htm .shtml .xhtm and .xhtml keys if they exist, remember to change the name of your backup file for each export.

  • 相关阅读:
    Delphi使用资源文件全攻略
    Javascript URL编码方法的比较
    评论:人才流失强力折射出现实畸形人才观
    AJAX从服务端获取数据的三种方法
    Builder 生成器模式(创建型模式)
    tsql中使用参数设置取值范围
    无法使用多维数据库模型创建报表模型
    报表模型_继承其他实体的属性
    Adapter 适配器(结构型模式)
    报表模型_指定点击链接型报表选项
  • 原文地址:https://www.cnblogs.com/bribe/p/3552107.html
Copyright © 2011-2022 走看看