【问题标题】:Office 2013 : how to remove security warning issued by protocolhandler.exe?Office 2013:如何删除 protocolhandler.exe 发出的安全警告?
【发布时间】:2016-01-12 15:15:53
【问题描述】:

在我们的 webdav 实现中,我们使用 ms-word: 协议提供 url,例如这个:

ms-word:ofe|u|http://url_to_some_document.docx

长话短说,如果安装了 MSOffice(我有 Office 2013),您可以直接从开始/运行中尝试上面的命令(无论 http:// 部分之后的内容)...(Windows R) .

它带来了臭名昭著的安全警告弹出窗口(法语版本如下)

---------------------------
Microsoft Office
---------------------------
Certains fichiers contiennent des virus susceptibles d’endommager votre ordinateur. Vous devez vous assurer que ce fichier provient d’une source digne de confiance.

Voulez-vous ouvrir ce fichier ?

Programme : Microsoft Word

Adresse : http://url_to_some_document.docx
---------------------------
Oui   Non   
---------------------------

问题:如何删除此警告?

我已经研究了好几个小时,我已经尝试了所有关于 HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Common\Security DisableHyperlinkWarning 值的发现,但无济于事

ms-word: 协议启动 protocolhandler.exe,它会在启动 winword.exe 之前创建弹出问题。如何告诉 protocolhandler.exe 继续请求而不问这个讨厌的问题?

谢谢!

【问题讨论】:

  • 作为在哪里寻找我的问题的解决方案的线索,您能否确认 DisableHyperlinkWarning 设置在这种情况下是否真的有用(直接运行命令 ms-word:ofe|u|http://xxx.yyy) ?

标签: security ms-word ms-office protocols


【解决方案1】:

从我的脑海中,我会看到两种绕过警告消息的方法:

  • 用您自己的协议处理程序替换默认协议处理程序。
  • 通过 http 而不是使用 ms-word 协议提供文件。

【讨论】:

  • 谢谢,我希望我们可以避免编写自己的处理程序。至于使用 HTTP,我该如何使用它并继续提供 ms-word 提供的“就地编辑”功能?这一切的重点是允许用户编辑在线 Word 文档。
【解决方案2】:

通过将网站托管文档(url)添加到 inetcpl.cpl 中的受信任站点(sites de confiance)来解决。

【讨论】:

    猜你喜欢
    • 2016-05-09
    • 1970-01-01
    • 1970-01-01
    • 2017-09-07
    • 1970-01-01
    • 2018-12-01
    • 1970-01-01
    • 2020-09-09
    • 1970-01-01
    相关资源
    最近更新 更多