Linking to local files was disallowed from remote files in the name of security; this safety check can be overridden by the user (but not without explicit user action).
As regards the calc:// protocol, I'm not sure why that's not handled automatically, but to set up a custom URL handler (on Windows), you can use the command-line:
ftype calc # view current binding
ftype calc=\path\to\calcProgram.exe %1
发布评论
评论(1)
以安全为由,禁止从远程文件链接到本地文件;用户可以覆盖此安全检查(但如果没有明确的用户操作则不能)。
至于 calc:// 协议,我不确定为什么它不会自动处理,但要设置自定义 URL 处理程序(在 Windows 上),您可以使用命令行:
参考资料:
Linking to local files was disallowed from remote files in the name of security; this safety check can be overridden by the user (but not without explicit user action).
As regards the
calc://
protocol, I'm not sure why that's not handled automatically, but to set up a custom URL handler (on Windows), you can use the command-line:References: