Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Learn More

Need to find Firefox Language on many PC

  • 1 Antwort
  • 1 hat dieses Problem
  • 59 Aufrufe
  • Letzte Antwort von Mike Kaply

more options

HI, I need to find out the installed language of Firefox in all our PC from SCCM? Many users have Firefox installed (and we have many language of Firefox installed) I would like to deploy an up-to-date version from SCCM - but need to know the language of Firefox to deploy the proper language version to each users

HI, I need to find out the installed language of Firefox in all our PC from SCCM? Many users have Firefox installed (and we have many language of Firefox installed) I would like to deploy an up-to-date version from SCCM - but need to know the language of Firefox to deploy the proper language version to each users

Ausgewählte Lösung

You should be able to look in the registry at

HKEY_LOCAL_MACHINE\SOFTWARE\Mozilla\Mozilla Firefox

and then the key CurrentVersion

It will be something like:

84.0.2 (x64 en-US)

So you can parse out the language.

Diese Antwort im Kontext lesen 👍 0

Alle Antworten (1)

more options

Ausgewählte Lösung

You should be able to look in the registry at

HKEY_LOCAL_MACHINE\SOFTWARE\Mozilla\Mozilla Firefox

and then the key CurrentVersion

It will be something like:

84.0.2 (x64 en-US)

So you can parse out the language.

Geändert am von Mike Kaply