How to open a URL in Firefox\Chrome from command line in pop up mode?

前端 未结 3 611
温柔的废话
温柔的废话 2021-02-13 02:46

When executing the following command line:

C:\\>\"C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe\" \"https://aaa.com\" --new-window
<         


        
3条回答
  •  独厮守ぢ
    2021-02-13 03:25

    This might Help

    How can I launch a browser with no window frame or tabs/address bar

    https://superuser.com/questions/459775/how-can-i-launch-a-browser-with-no-window-frame-or-tabs-address-bar

    Following site lists all command line switches for chrome

    http://peter.sh/experiments/chromium-command-line-switches/

提交回复
热议问题