• https://blog.csdn.net/theodore26/article/details/85236710

    Chrome部分参数说明:
    —window-position 窗体位置(X,Y) 多个显示器计算x相加即可
    —user-data-dir 用户数据保存路径,确保不同Chrome程序使用不同的路径,否则所有的Chrome程序的窗体位置和大小会与第一个保持一致
    —disable-gpu 禁用GPU加速,可根据实际情况选择是否开启。开启时,有可能闪现黑屏。
    —kiosk 全屏模式
    —disable-desktop-notifications 禁止桌面通知
    —no-first-run 非首次运行(避免一些首次运行提示)
    —disable-popup-blocking 禁用阻止弹窗
    —no-default-browser-check 禁用默认浏览器检查
    —incognito 匿名模式(启动时不会有缓存问题)

start chrome.exe --window-position=0,0 --user-data-dir="C:/temp/Chrome/1" --new-window  --start-fullscreen https://www.baidu.com

除了kiosk模式外,Chrome还有一个应用模式,参数是“—app” 例如:

start chrome.exe --app=http://www.baidu.com
  • 开机自启.bat
    C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp
@echo off 
start chrome.exe --window-position=1000,0 --user-data-dir="C:/temp/Chrome/1" --new-window  --start-fullscreen --no-default-browser-check http://datav.51nca.com/

start chrome.exe --window-position=1921,0 --user-data-dir="C:/temp/Chrome/2" --new-window  --start-fullscreen --no-default-browser-check http://datav.51nca.com/#/act