Reputation: 971
Are there anyway to open Chrome without url field from shortcut? What flags ara neccesary to open it? Commnad line flags (Windows)
I know that I can open Chrome from command line in new tab: "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --new-window "http://marcodetrabajo.com"
I need it without url field, only web content.
Info: link
Maybe, with another browsers?
Thanks
Upvotes: 1
Views: 1454
Reputation: 86
No flags are needed. Just open CMD and type:
start chrome example.com
If you want to open multiple pages in multiple tabs:
start chrome \example.com \google.com
Upvotes: 0
Reputation: 971
I solved the problem. The solotion in Chrome browser is:
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --app=http://example.com
Upvotes: 2