# Chromium内核浏览器实验室功能特性运行参数:
https://peter.sh/experiments/chromium-command-line-switches
--user-data-dir="Data" //数据重定向存储当前目录
--user-data-dir="..Data" //数据重定向存储到上层目录
--disk-cache-dir="Cache" //缓存重定向存储存当前目录
--no-first-run //不显示首次运行向导
--force-local-ntp //强制本地NTP
--disable-logging //禁用记录日志
--disable-breakpad //禁用崩溃报告
--no-report-upload //不发送匿名数据
--*-*-url="0.0.0.0" //强制指向无效地址
--bwsi //开启访客模式 (无扩展无登录同步)
--enable-ftp //允许ftp (88版本后不支持)
--disable-notifications //禁用网页通知
--make-default-browser //设置默认浏览器
--enable-leak-detection //加载网页检测泄露
--disable-component-update //禁止组件更新
--disable-background-networking //禁用后台联网检查更新
--enable-potentially-annoying-security-features //各种安全优化
# 追加参数优化启动Edge快捷方式示例: