Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/google-chrome/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google chrome 如何以特定用户的身份打开chrome_Google Chrome_Batch File - Fatal编程技术网

Google chrome 如何以特定用户的身份打开chrome

Google chrome 如何以特定用户的身份打开chrome,google-chrome,batch-file,Google Chrome,Batch File,我正在制作一个批处理文件,将chrome打开到特定页面。我是从 start 通过写入以下行执行命令: start http://www.google.com 然后我添加了特定的浏览器chrome来打开选项卡 start chrome.exe http://www.google.com 然而,我注意到谷歌浏览器有一个“帐户功能”,可以让你浏览不同的帐户。我测试了所有我能猜到的东西,但我可以找到一种方法让chrome以特定用户的身份打开选项卡。您可以使用chrome.exe--profile

我正在制作一个批处理文件,将chrome打开到特定页面。我是从

start
通过写入以下行执行命令:

start http://www.google.com
然后我添加了特定的浏览器chrome来打开选项卡

start chrome.exe http://www.google.com

然而,我注意到谷歌浏览器有一个“帐户功能”,可以让你浏览不同的帐户。我测试了所有我能猜到的东西,但我可以找到一种方法让chrome以特定用户的身份打开选项卡。

您可以使用
chrome.exe--profile directory=“profile 1”
在特定的chrome用户下启动chrome

请看这篇关于超级用户的文章:

在那里有一个非常有趣的回应,关于Chrome如何在Chrome用户设置中为特定用户添加桌面快捷方式