Office 2013:如何删除protocolhandler.exe发出的安全警告?
Office 2013 : how to remove security warning issued by protocolhandler.exe?
在我们的 webdav 实现中,我们使用 ms-word: 协议提供 url,例如这个:
ms-word:ofe|u|http://url_to_some_document.docx
长话短说,如果安装了 MSOffice(我有 Office 2013),您可以直接从 Start/Run... (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.0\Common\Security DisableHyperlinkWarning 值的所有方法,但都无济于事
ms-word: 协议启动 protocolhandler.exe,它会在启动前创建弹出问题 winword.exe。如何告诉 protocolhandler.exe 继续请求而不问这个讨厌的问题?
谢谢!
从我的脑海中,我会看到两种规避警告消息的方法:
- 用您自己的协议处理程序替换默认协议处理程序。
- 通过 http 而不是使用 ms-word 协议提供文件。
通过将网站托管文档 (url) 添加到 inetcpl.cpl 中的受信任站点 (sites de confiance) 来解决。
在我们的 webdav 实现中,我们使用 ms-word: 协议提供 url,例如这个:
ms-word:ofe|u|http://url_to_some_document.docx
长话短说,如果安装了 MSOffice(我有 Office 2013),您可以直接从 Start/Run... (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.0\Common\Security DisableHyperlinkWarning 值的所有方法,但都无济于事
ms-word: 协议启动 protocolhandler.exe,它会在启动前创建弹出问题 winword.exe。如何告诉 protocolhandler.exe 继续请求而不问这个讨厌的问题?
谢谢!
从我的脑海中,我会看到两种规避警告消息的方法:
- 用您自己的协议处理程序替换默认协议处理程序。
- 通过 http 而不是使用 ms-word 协议提供文件。
通过将网站托管文档 (url) 添加到 inetcpl.cpl 中的受信任站点 (sites de confiance) 来解决。