vicenrele
vicenrele

Reputation: 971

How open Chrome without url field from shortcut

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

Answers (2)

sope
sope

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

vicenrele
vicenrele

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

Related Questions