Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Search Support

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.

Learn More
Riješeno Arhivirano

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

Blackceed replied
Blackceed

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 ?

All Replies (2)

Odabrano rješenje

See also:

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

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 ?