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

Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Mësoni Më Tepër

Disable "Use recommended performance settings" through policies.json

  • 1 përgjigje
  • 1 e ka hasur këtë problem
  • 1 parje
  • Përgjigjja më e re nga cor-el

more options

Dear Madam or Sir,

there seem to be new performance settings to be available since Firefox 91: https://support.mozilla.org/en-US/kb/performance-settings

While I have been able to "Use hardware acceleration when available" by using ...

{

 "policies": {
   "HardwareAcceleration": false
 }

}


... I could not find any setting to disable "Use recommended performance settings". Is there any possible way to disable this feature in dsitribution/policies.json ?

Thank you very much in advance!

Best regards

Victor

Dear Madam or Sir, there seem to be new performance settings to be available since Firefox 91: https://support.mozilla.org/en-US/kb/performance-settings While I have been able to "Use hardware acceleration when available" by using ... { "policies": { "HardwareAcceleration": false } } ... I could not find any setting to disable "Use recommended performance settings". Is there any possible way to disable this feature in dsitribution/policies.json ? Thank you very much in advance! Best regards Victor

Krejt Përgjigjet (1)

more options

This feature is controlled by a pref, so you can use a Preferences policy to lock this pref (browser. preferences are supported).

I have attached a screenshot that show this section in this section in the Inspector.