简体   繁体   English

如何在 windows 中使用新的 window 和特定显示器启动 chrome 浏览器全屏

[英]How to launch chrome browser fullscreen in windows with new window and in specific monitor

I've tried a lot of variations on windows shortcuts for Chrome to launch fullscreen kiosk mode in a specific monitor for desktops with none of them working with all the options at once.我已经尝试了很多关于 windows Chrome 快捷方式的变体,以便在桌面的特定显示器中启动全屏信息亭模式,但没有一个可以同时使用所有选项。 Variations attempted: "local path\Google\Chrome\Application\chrome.exe" --window-position=0,0 -kiosk -new-window url "local path\Google\Chrome\Application\chrome.exe" --start-fullscreen -new-window --window-position=0,0 url chrome -kiosk -new-window --window-position=0,0 --app=url chrome --start-fullscreen -new-window --windowposition=0,0 --app=url尝试的变体:“本地路径\Google\Chrome\Application\chrome.exe”--window-position=0,0 -kiosk -new-window url“本地路径\Google\Chrome\Application\chrome.exe”--start -fullscreen -new-window --window-position=0,0 url chrome -kiosk -new-window --window-position=0,0 --app=url chrome --start-fullscreen -new-window --windowposition =0,0 --app=url

just to help out any new users trying to replicate replace "local path" in the above with the directory path that gets you to the google chrome.exe application in your system.只是为了帮助任何试图复制的新用户将上面的“本地路径”替换为可让您访问系统中的 google chrome.exe 应用程序的目录路径。 Also replace "url" with the full link to the page you want to load in chrome at launch.还将“url”替换为要在启动时在 chrome 中加载的页面的完整链接。 Right now all of the attempts have either kiosk fullscreen or location but not all in one working.目前,所有尝试都具有信息亭全屏或位置,但并非全部在一个工作中。

With some other help found a solution that works for me on all aspects in windows 10.在其他一些帮助下,我在 windows 10 的各个方面找到了适合我的解决方案。

"local path\Google\Chrome\Application\chrome.exe" --app="url" --window-position=1024,0 --kiosk --user-data-dir=c:/monitor2 "本地路径\Google\Chrome\Application\chrome.exe" --app="url" --window-position=1024,0 --kiosk --user-data-dir=c:/monitor2

Just use the maximum display area of your monitor to set window position.只需使用显示器的最大显示区域设置 window position。 In this case Im launching on second monitor and primary is 1024 resolution.在这种情况下,我在第二台显示器上启动,主要是 1024 分辨率。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM