0

我可以使用 systemutil.run "chrome.exe" 启动 chrome,但我不知道必须使用什么命令在隐身窗口中启动 chrome。

systemutil.run "chrome.exe"

Chrome incognito 应该在新窗口中启动,这意味着它应该在新的 chrome 实例中启动,即使已经有一个打开的 chrome incognito 窗口。

4

2 回答 2

0
Systemutil.Run  "chrome.exe", " -incognito " & URL
于 2019-10-18T06:31:59.327 回答
0

只需将首选项--incognito作为 systemutil 运行的一部分传递,如下所示。

systemutil.run "chrome.exe --incognito"
于 2019-06-22T16:40:08.843 回答