Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Ďalšie informácie

How do I disable hardware acceleration for all users on a single computer?

  • 1 odpoveď
  • 1 má tento problém
  • 8 zobrazení
  • Posledná odpoveď od philipp

more options

We have a computer that many users (25+) use. We need to disable hardware acceleration for all users at once, instead of each user having to disable it.

Is there a way to do this? Registry? Something? Please help.

We have a computer that many users (25+) use. We need to disable hardware acceleration for all users at once, instead of each user having to disable it. Is there a way to do this? Registry? Something? Please help.

Všetky odpovede (1)

more options

hello, you can lock/preset certain preferences for all users on a machine with the method described in http://kb.mozillazine.org/Locking_preferences

in this case you probably want to put this into the mozilla.cfg file (use defaultPref instead when users should still be able to change the setting on their own):

// disables hardware acceleration
lockPref("layers.acceleration.disabled", true);
lockPref("gfx.direct2d.disabled", true);