Here are a couple of switches for Chrome.exe which I found and have tested that actually do something:
--single-process (this makes Chrome.exe run as a single process instead of a process for every tab)
--disable-images (turns off all images displayed on web pages)
To use, I made a copy of the launcher and modified the Properties of it, changing the target so it ends like this for example: ".....\Application\chrome.exe" --disable-images
Edit: Below is a list of all/most -- switches from the chrome.exe (Please try some if you can and report your results/affects)
renderer-assert-test
crash-test
renderer-crash-test
renderer-startup-dialog
plugin-startup-dialog
testshell-startup-dialog
plugin-launcher
channel
testing-channel
homepage
start-renderers-manually
renderer
renderer-path
plugin
single-process
process-per-tab
process-per-site
in-process-plugins
no-sandbox
safe-plugins
trusted-plugins
test-sandbox
user-data-dir
app
upload-file
dom-automation
plugin-path
js-flags
geoid
lang
debug-children
wait-for-debugger-children
log-filter-prefix
enable-logging
dump-histograms-on-exit
disable-logging
remote-shell-port
uninstall
omnibox-popup-count
automation-channel
restore-last-session
record-mode
playback-mode
no-events
hide-icons
show-icons
make-default-browser
proxy-server
dns-log-details
dns-prefetch-disable
debug-print
allow-all-activex
disable-dev-tools
always-enable-dev-tools
tab-count-to-load-on-session-restore
memory-profile
memory-model
enable-file-cookies
start-maximized
enable-watchdog
first-run
message-loop-strategy
message-loop-histogrammer
import
silent-dump-on-dcheck
disable-prompt-on-repost
disable-popup-blocking
disable-javascript
disable-java
disable-plugins
disable-images
use-lf-heap
new-http
Edit:
omnibox-popup-count increases the suggestions provided when you type in it according to:
http://www.howtogeek.com/howto/the-g...mented-switch/
For
user-data-dir see here:
http://www.labnol.org/software/creat...e-chrome/4394/
Edit:
This page also explains a few of the debugging ones:
http://dev.chromium.org/developers/how-tos/debugging
Edit:
Bit of info on
no-sandbox here:
http://www.alvinashcraft.com/2008/09...e-chrome-fail/
Edit:
After further googling, I discovered someone has documented alot of the above switches at:
http://www.ericdlarson.com/misc/chro...ine_flags.html