我在 Excel 2010 工作表中有几个超链接,它们是 .png 图像文件。我将 .png 文件设置为在 MS Paint 中打开。在 Windows 7 中,单击链接会直接在 MS Paint 中打开文件。但在 Windows 8 中,使用 Internet Explorer 11,单击相同的 .png 链接现在会先打开 Internet Explorer,并显示一条烦人的消息“图像不会自动保存”,然后图像会在 MS Paint 中打开。
有没有办法绕过 Internet Explorer,以便超链接在与扩展关联的程序中打开文件,而不是始终在 Internet Explorer 中打开文件?
答案1
做Windows Key + X
点击Control Panel
Programs
然后转到Default Programs
查看Make a file type always open in a specific program
点击Associate a file type or protocol with specific program
找到PNG
,选择它,然后点击Change program
右上角并选择Paint
。关闭它,你就完成了。
答案2
事实上,有一种方法可以教 Office 2010 如何运行以及如何使用 Windows 预设。
您需要编辑注册表 转到 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\9.0\Common\Internet(是的,Office 9 又名 Office 2000,即使它从未安装在您的系统上)。如果不存在 9.0、Common 和/或 Internet 键,请创建它们。
现在,添加一个值为 1 的 DWord ForceShellExecute
重新启动 Excel 就大功告成了。现在,将使用 Windows 首选项中设置的标准浏览器。:-)