为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

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

详细了解

Firefox updates when you create a new profile

  • 3 个回答
  • 1 人有此问题
  • 1 次查看
  • 最后回复者为 cor-el

more options

Hey there, I ALWAYS have and have had for years "Never Check For Updates" checked, EVERYTIME I create a new profile and even before it loads I go to Options/Advanced Update Tab, and quickly check "Never Check For Updates" and click okay, but then when I notice the darn thing is already updated to a newer version, because I also check the "About" for the version, THEN, when I go to a different profile it Updates to that newer version of course, it has always done this and been like this, There should be a way to stop it, like when you create a new profile it uses the update settings from other profiles, maybe other settings too, though Some might have qualms about that.

Hey there, I ALWAYS have and have had for years "Never Check For Updates" checked, EVERYTIME I create a new profile and even before it loads I go to Options/Advanced Update Tab, and quickly check "Never Check For Updates" and click okay, but then when I notice the darn thing is already updated to a newer version, because I also check the "About" for the version, THEN, when I go to a different profile it Updates to that newer version of course, it has always done this and been like this, There should be a way to stop it, like when you create a new profile it uses the update settings from other profiles, maybe other settings too, though Some might have qualms about that.

由DADSGETNDOWN于修改

所有回复 (3)

more options

All profiles are independent of each other and it is your responsibility to set up new profiles properly.

You can initialize a profile by creating a browser\defaults\profile folder in the Firefox program folder (C:\Program Files\Mozilla Firefox\) and place files like a user.js file in it. All files and folder in this directory will be copied to newly created profiles.

Note that the user.js file is read each time Firefox is started and initializes preferences to the value specified in the user.js file. Preferences set via user.js can only be changed temporarily for the current session, so you can remove or rename the user.js file once it has initialized the profile if there are prefs set via the file that you may want to change permanently.

more options

Not exactly sure what you mean here, IF you mean to copy certain files into a directory then create a new profile, I can do that easy enough, just need to know all the files needed, user, Prefs Etc, IF on the other hand you are saying as the link suggests my preferences are not saved, and that is why it does this, I'm confused, the profiles I use DO in fact save my settings, prefs and stuff after I Set/Change them, it's the new profile I create that starts completely new/fresh and causes the problem. As for creating a profile Properly if one follows directions located at, "Use the Profile Manager to create and remove Firefox profiles" https://support.mozilla.org/en-US/kb/profile-manager-create-and-remove-firefox-profiles#w_starting-the-profile-manager Then I feel I have done this "Properly". So to sum up, sadly, I'm not exactly sure what you are saying. Maybe you misunderstood the problem? Maybe I'm confused?

more options

You can make Firefox do this automatically if you create the C:\Program Files\Mozilla Firefox\browser\defaults\profile\ folder and place the files in that folder.

You can use a mozilla.cfg file in the Firefox program folder to lock prefs or specify new (default) values.

Place a local-settings.js file in the defaults\pref folder where also the channel-prefs.js file is located to specify using mozilla.cfg.

pref("general.config.filename", "mozilla.cfg");
pref("general.config.obscure_value", 0);

These functions can be used in the mozilla.cfg file:

defaultPref();	// set new default value
pref();		// set pref, allow changes in current session
lockPref();	// lock pref, disallow changes

See: