How to specify (all) Chrome://flags via command line #424
Replies: 1 comment 1 reply
-
For Chrome Labs, it is a FEATURE_WITH_PARAMS_VALUE_TYPE, and it can be disabled using the command line syntax
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
OS: WinXP SP3 32 bit
Supermium version: Supermium 122.0.6261.85 Hotfix (R2) 32bit https://github.com/win32ss/supermium/releases/tag/v122-hf
part of the settings I do specify for Supermium as cmdline flags, and part as Chrome://flags
For me the cmdline generally is more user-friendly, as it allows me to save a set of flags for later reusage into a txt file, e.g. for when installing the browser onto a different computer.
Dreaming of specifying all my chrome flags via cmd-line therefore.
By googling I found some sites mentioning various syntax-options, but none of them worked for me:
--disable-sharing-hub
did not work--chrome-labs=false
did not work--chrome-labs=disabled
did not work--chrome-labs=0
did not work--flag-switches-begin --enable-features=disable-sharing-hub --flag-switches-end
did not work--flag-switches-begin --disable-features=chrome-labs --flag-switches-end
did not workIt seems as if the set of legit cmdline flags is different to the chrome://flags .
Is that possible? E.g. How would I have to extend my existing cmdline
C:\Programme\Supermium\chrome.exe --disable-remote-fonts --safebrowsing-disable-download-protection --use-angle=gl --in-process-gpu
if I additionally wanted to set #disable-sharing-hub to "enabled" and #chrome-labs to "disabled" at cmd-line for example?
Is that possible? If not, is there a way to export and reimport the chrome://flags into some file?
Beta Was this translation helpful? Give feedback.
All reactions