通过命令行在 Firefox 中设置默认配置文件

发布于 2025-01-09 01:03:15 字数 207 浏览 0 评论 0原文

我正在尝试使用自定义 user.js 预先设置新的 Firefox 安装。但是,在首次运行 Firefox 之前不会创建配置文件,除非您运行以下命令: Firefox.exe -CreateProfile

问题是,即使运行此命令,Firefox 仍将使用默认发布配置文件创建和启动。有没有办法通过命令行或修改文件来设置默认配置文件?

I'm trying to pre-setup a new Firefox installation with a custom user.js. However, no profile is made until Firefox is first run, unless you run this command:
Firefox.exe -CreateProfile <NAME>

Problem is, even if this command is run, Firefox will still create and launch with the default-release profile. Is there any way to set a default profile via the command line or by modifying a file?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

任谁 2025-01-16 01:03:16

使用进程监视器来查看更改默认配置文件时它会做什么。

%APPDATA%\Mozilla\Firefox\profiles.ini 中,有一个 Default= 行。代替
<配置文件路径>与您所需的配置文件的路径,它也应该包含在该文件中。

前任。

Profiles/bd3a3mdf.default-release

Used Process Monitor to see what it does when changing default profile.

In %APPDATA%\Mozilla\Firefox\profiles.ini there's a Default=<Profile Path> line. Replace
<Profile Path> with your desired profile's path, which should be included in that file as well.

Ex.

Profiles/bd3a3mdf.default-release
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文