当サイトはユーザー体験を改善するためのメンテナンスを実施中に機能が制限される予定です。記事を読んでもあなたの問題が解決せず質問をしたい場合は、Twitter の @FirefoxSupport、Reddit の /r/firefox で、サポートコミュニティが皆さんを助けようと待機しています。

Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

詳しく学ぶ

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

How to set "Never Remember History" across an organization through GPO ?

  • 2 件の返信
  • 1 人がこの問題に困っています
  • 1 回表示
  • 最後の返信者: Blackceed

more options

By creating an adm add-on; it will allows managing preferences from the windows registry; then use Group Policies from Microsoft Active Directories to manage Firefox preferences. Can you please help me create a template for it ?

By creating an adm add-on; it will allows managing preferences from the windows registry; then use Group Policies from Microsoft Active Directories to manage Firefox preferences. Can you please help me create a template for it ?

選ばれた解決策

See also:

//
lockPref("browser.privatebrowsing.autostart", true);
この回答をすべて読む 👍 2

すべての返信 (2)

more options

選ばれた解決策

See also:

//
lockPref("browser.privatebrowsing.autostart", true);
more options

this config can be done from the browser settings with the link "about:config". Do you know how to edit it and import it to GPO ?