如何将默认帮助查看器更改为visual studio 2010 sp1的chrome

时间:2012-06-11 07:57:45

标签: visual-studio-2010 visual-studio

当我在visual studio 2010sp1中按F1时,我想查看有关chrome的在线msdn帮助。

我设置了HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Help\v1.0 with HelpViewerProgId="C:\Program Files (x86)\Google\Chrome\Application\chrome.exe"

但我总是得到一个错误页面。

  

无法提供服务请求

我猜原因是chrome错误地编码了网址。

我尝试HelpViewerProgId="C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" "%1"但失败了。

2 个答案:

答案 0 :(得分:0)

看一下这篇文章 - How to change the default browser in Visual Studio programmatically with PowerShell and possibly poke yourself in the eye你可以在那里得到一个提示,如何对IDE中的任何文件执行此操作。

至于F1和帮助页面 - 请阅读此MSDN主题 - Cannot open Visual Studio 2010 Help Files in another browsers

它对你有用吗?

答案 1 :(得分:0)

最后我找到了解决方案:

  1. 将Chrome设置为系统默认浏览器,因此帮助将以chrome
  2. 显示
  3. 安装WoVS默认浏览器切换器(http://visualstudiogallery.msdn.microsoft.com/bb424812-f742-41ef-974a-cdac607df921),因此当我按下“调试”按钮时,IE将启动而不是镀铬。