Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

6
  • This needs to be migrated to Super User Commented Dec 25, 2014 at 18:08
  • I agree, how I can migrate to Super User? Commented Dec 25, 2014 at 19:32
  • I don't think you can, but you can flag your own post for moderator attention and ask. Commented Dec 25, 2014 at 20:10
  • 1
    It seems that --start-fullscreen parameter should be added after the url to be opened, i.e. chrome.exe "google.com" --start-fullscreen (chrome.exe --start-fullscreen "google.com" will open it in window mode) Commented Feb 28, 2017 at 12:28
  • I also have a startup script for chrome, a line something like this: start "" "path to chrome.exe" <list of --flags> "url you want to load" While I use a full path "%programfiles(x86)%\Google\Chrome\Application\chrome.exe" I was also able to run it just specifying "chrome.exe". List of chromium command line switches Commented Mar 22, 2018 at 23:08