Windows 10 reached EOS (end of support) on October 14, 2025. For more information, see this article.

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

I would like to add a line to prefs.js - is there a way to write a batch file to do that?

  • 3 个回答
  • 2 人有此问题
  • 43 次查看
  • 最后回复者为 the-edmeister

更多选项

user_pref("network.automatic-ntlm-auth.trusted-uris", "hostname");

user_pref("network.automatic-ntlm-auth.trusted-uris", "hostname");

所有回复 (3)

更多选项

Put that pref into a user.js file.
http://kb.mozillazine.org/User.js_file

Firefox looks at the user.js file every time it starts for additions or changes to preferences, and then writes those to the prefs.js file.

user.js doesn't exist by default, it has to be created. This extension will create that file automatically upon installation and it provides an editing window for the three "user" files from within Firefox. You don't have to dig thru your file system every time you want to do a minor edit.

http://webdesigns.ms11.net/chromeditp.html

更多选项

Thanks for the info!

更多选项

You're welcome.

Please click the Solved button next to the answer that solved your Firefox support issue, when you're logged in.