How do I change a command line flag in Chrome? or What's the best way to change a command line flag i

12 Replies, 768 Views

Oh man, changing a command line flag in Chrome is easier than you think! You don’t need to edit any config files—just close Chrome completely, then reopen it from the terminal (or Command Prompt on Windows) with the flag added.

For example, on Mac/Linux:
`open -a "Google Chrome" --args --flag-name`

On Windows:
`chrome.exe --flag-name`

It *will* reset after updates, so you’ll have to reapply it. And nah, you won’t break anything unless you use sketchy flags. Check chrome://flags first to see if your feature’s already there!

Messages In This Thread



Users browsing this thread: 1 Guest(s)