新泽西 发表于 2023-11-26 17:06

Chromium内核浏览器实验室功能特性运行参数

# 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 //禁用后台联网检查更新

# 追加参数优化启动Chrome快捷方式示例:
chrome.exe --user-data-dir=Data --disk-cache-dir=Cache --no-first-run --enable-ftp --enable-gpu-rasterization --enable-leak-detection --disable-component-update --disable-crash-reporter --disable-breakpad --disable-background-networking --disable-logging --disable-notifications --no-report-upload --print-to-pdf-no-header --save-page-as-mhtml --site-per-process --crash-server-url="0.0.0.0" --force-update-remote-url="0.0.0.0" --google-url="0.0.0.0" --trace-upload-url="0.0.0.0"

DreamWSBG5 发表于 2023-11-26 22:06

挺不错的,感谢分享

zhoukaiyu 发表于 2023-11-27 04:08

谢谢楼主无私的分享

myqyx819q 发表于 2023-11-27 07:54

赶紧支持一下

worthymanr 发表于 2023-11-27 11:07

挺不错的,感谢分享

wsdhgdt 发表于 2023-11-27 19:03

感谢楼主分享

leima0358 发表于 2023-11-28 07:03

谢谢楼主分享

Penniless 发表于 2023-11-28 12:36

谢谢楼主的分享了

梵以姑娘i 发表于 2023-11-28 20:09

感谢分享已收藏

dongbin04823f 发表于 2023-11-29 06:19

谢谢楼主无私的分享

螎在ぺ長風裏 发表于 2023-11-29 12:51

不错有用的存起来先
页: [1] 2 3
查看完整版本: Chromium内核浏览器实验室功能特性运行参数