通过命令行在 Firefox 中设置默认配置文件
我正在尝试使用自定义 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用进程监视器来查看更改默认配置文件时它会做什么。
在 %APPDATA%\Mozilla\Firefox\profiles.ini 中,有一个
Default=
行。代替<配置文件路径>与您所需的配置文件的路径,它也应该包含在该文件中。
前任。
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.