為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

Reset (to default) user set preference in Firefox (enterprise network context)

  • 2 回覆
  • 1 有這個問題
  • 2 次檢視
  • 最近回覆由 urbanth

more options

Hello,

Is there an easy way to reset a preference which appears as 'user set' in Firefox about:config?

We have introduced a preference with a value in mozilla.cfg. This preference appears as 'user set' in about:config. The issue is that the preference stays unchanged even after deleting its entry from mozilla.cfg. (it is probably stored in prefs.js)

The way to remove is to manually reset it to default (right-click and reset). The problem is that I have many PCs to fix on the network, so manual method is not good enough. I also would like to avoid editing directly the prefs.js file stored in the profiles folder.

Is there any other way? like a command line or something like GCLI commands (pref reset), that I could run as a one time script on all pcs on the network?

Any hints would be greatly appreciated. Thanks in advance, Tom.

Hello, Is there an easy way to reset a preference which appears as 'user set' in Firefox about:config? We have introduced a preference with a value in mozilla.cfg. This preference appears as 'user set' in about:config. The issue is that the preference stays unchanged even after deleting its entry from mozilla.cfg. (it is probably stored in prefs.js) The way to remove is to manually reset it to default (right-click and reset). The problem is that I have many PCs to fix on the network, so manual method is not good enough. I also would like to avoid editing directly the prefs.js file stored in the profiles folder. Is there any other way? like a command line or something like GCLI commands (pref reset), that I could run as a one time script on all pcs on the network? Any hints would be greatly appreciated. Thanks in advance, Tom.

所有回覆 (2)

more options

As far as I know, there is no other alternate way to reset an individual preference in the about:config.

If you want all of the preferences to be the same on all of your computers that you are working on, you could configure one computer and then copy the prefs.js file onto all other computers.

more options

Thank you Wesley. This does not really solve my problem. I cannot overwrite prefs.js on all PCs on our network as this would erase all custom user settings. Just need to restore to default one parameter.

I need an something like the "Pref reset" function which I can type in the Developer toolbar console, but applicable on all PCs. Something that I could launch in a form of a script.

Any ideas? Many thanks, Tom.