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

Cari Bantuan

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.

Pelajari Lebih Lanjut

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

  • 2 balas
  • 1 memiliki masalah ini
  • 21 kunjungan
  • Balasan terakhir oleh 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 ?

Solusi terpilih

See also:

//
lockPref("browser.privatebrowsing.autostart", true);
Baca jawaban ini dalam konteks 👍 2

Semua Balasan (2)

more options

Solusi Terpilih

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 ?