使用 Visio 2010 查看器打开 VSD 文件

Rob*_*ert 5 windows-7 viewer microsoft-visio microsoft-visio-2010

我刚刚安装了Visio 2010 查看器

如果我双击 VSD 文件,现在如何打开此查看器?每次我这样做时,只启动我的网络浏览器 (Opera) - 但它与 VSD 文件扩展名无关。

我尝试将 VSD 文件手动分配给查看器,但我无法找到查看器的可执行文件。

Rob*_*ert 1

我找到了一个解决方案:

问题是 Visio Viewer 安装程序设置的注册表项不正确。

您必须删除注册表项

HKEY_CLASSES_ROOT\VisioViewer.Viewer\shell\open\ddeexec
Run Code Online (Sandbox Code Playgroud)

然后你必须添加 "%1"

HKEY_CLASSES_ROOT\VisioViewer.Viewer\shell\open\command
Run Code Online (Sandbox Code Playgroud)

使其看起来如下:

"C:\Program Files\Internet Explorer\iexplore.exe" -nohome "%1"
Run Code Online (Sandbox Code Playgroud)