Támogatás keresése

Kerülje el a támogatási csalásokat. Sosem kérjük arra, hogy hívjon fel egy telefonszámot vagy osszon meg személyes információkat. Jelentse a gyanús tevékenységeket a „Visszaélés bejelentése” lehetőséggel.

További tudnivalók

A témacsoportot lezárták és archiválták. Tegyen fel új kérdést, ha segítségre van szüksége.

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

  • 2 válasz
  • 1 embernek van ilyen problémája
  • 1 megtekintés
  • Utolsó üzenet ettől: 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 ?

Kiválasztott megoldás

See also:

//
lockPref("browser.privatebrowsing.autostart", true);
Válasz olvasása eredeti szövegkörnyezetben 👍 2

Összes válasz (2)

more options

Kiválasztott megoldás

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 ?