使用Powershell在两个不同的屏幕上打开两个Chrome网站

问题描述

我正在尝试在两个单独的屏幕上打开两个Chrome页面。不幸的是,我无法将一个放置在具有坐标的屏幕上。我可以制作一个新的Chrome窗口,但是坐标不起作用。它只是在其他Chrome窗口的顶部。

start-process -FilePath "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" -ArgumentList "-kiosk","http://ewz.ch/","--overscroll-history-navigation=0","--window-position=0,0"
start-process -FilePath "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" -ArgumentList "--new-window","-kiosk","--window-position=1920,1200"

解决方法

I think this will help you,dear

https://www.reddit.com/r/PowerShell/comments/3hssyx/how_to_open_chrome_with_multiple_window_with/