我的Windows7电脑上安装了多个Google Chrome浏览器。
在Visual Studio中,当我按下F1调出VS的帮助。Chrome浏览器启动https://docs.microsoft。。。一切正常,除了Chrome浏览器不是我需要Visual Studio使用的Chrome浏览器。它使用的是我个人电脑上安装的Chrome浏览器中的一个。
有谁知道如何强制VS 2017 (在安装了多个Chrome的PC上)使用多个Chrome浏览器的特定安装?
发布于 2019-04-03 01:35:50
使用我导航到的regedit
HKEY_CLASSES_ROOT\ChromeHTML.R7ICX47S2BPWGRUXWTG7VP7B3Y\shell\open\command
并修改了现有的值。。。
"C:\Portables\Port1\PortableApps\GoogleChromePortable\App\Chrome-bin\chrome.exe“-- "%1”
我把它改成这样(如下所示)。。。
C:\Portables\Port1\PortableApps\GoogleChromePortable\GoogleChromePortable.exe -- "%1“
现在将启动所需的Chrome浏览器,其中包含我的所有扩展等
https://stackoverflow.com/questions/55479782
复制相似问题