How to open a URL in chrome incognito mode

后端 未结 4 1865
暖寄归人
暖寄归人 2021-02-02 12:25

I set Chrome as default brower. To open a URL in Chrome, I wrote:

Process.Start(\"http://domain.com\");

Is any way to open that URL in incognit

4条回答
  •  抹茶落季
    2021-02-02 12:44

    The path to chrome.exe has changed, or at least i think there is a different between x32 and x64. C:\Program Files (x86)\Google\Chrome\Application\chrome.exe

提交回复
热议问题