搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Need to find Firefox Language on many PC

  • 1 个回答
  • 1 人有此问题
  • 1 次查看
  • 最后回复者为 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

被采纳的解决方案

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.

定位到答案原位置 👍 0

所有回复 (1)

more options

选择的解决方案

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.

由Mike Kaply于修改