Updated ADM / ADMX

Post Reply
Ifan
Posts:4
Joined:Tue Jun 14, 2011 8:29 am
Updated ADM / ADMX

Post by Ifan » Mon Nov 25, 2013 10:30 am

Hi.

Can you please provide updated ADM files for FMFirefoxCE?

I see settings related to datareporting.healthreport are missing.

Also, The FixIExplore and RestoreIExplore custom actions in the installer are still broken on Norwegian Windows 7.
After one of the CAs runs IE stops thinking it's the default browser.

MHX
Posts:32
Joined:Thu Oct 06, 2011 1:55 am

Re: Updated ADM / ADMX

Post by MHX » Tue Dec 10, 2013 10:12 am

I support this request, I also need it.
I updated from FirefoxCE 19 to FirefoxCE 25.0.1, and now the toolbar at the bottom (data is sent to Mozilla) cannot be disabled by GPO with the outdated admx files.

Thanks,
Michael

MHX
Posts:32
Joined:Thu Oct 06, 2011 1:55 am

Re: Updated ADM / ADMX

Post by MHX » Wed Dec 11, 2013 3:10 am

For a quick solution, I modified the admx/adml files myself and tested it successfully working. I added just the one setting that is important for me.

In admx file I added:
<category name="DATAREPORTING_CATEGORY" displayName="$(string.DATAREPORTING_CATEGORY)">
<parentCategory ref="LOCKED_CATEGORY" />
</category>
<policy name="DATAREPORTING_ALLOW_HEALTHREPORT_UPLOAD" class="Machine" displayName="$(string.DATAREPORTING_ALLOW_HEALTHREPORT_UPLOAD)" explainText="$(string.DATAREPORTING_ALLOW_HEALTHREPORT_UPLOAD)" key="Software\Policies\Mozilla\lockPref" valueName="datareporting.healthreport.uploadEnabled">
<parentCategory ref="DATAREPORTING_CATEGORY" />
<supportedOn ref="windows:SUPPORTED_ProductOnly" />
<enabledValue><decimal value="1" /></enabledValue>
<disabledValue><decimal value="0" /></disabledValue>
</policy>

And in adml file I added:
<string id="DATAREPORTING_CATEGORY">datareporting</string>
<string id="DATAREPORTING_ALLOW_HEALTHREPORT_UPLOAD">datareporting.healthreport.uploadEnabled</string>

Then, in GPOs, the setting is available to be able to set it to disabled (false):
datareporting.healthreport.uploadEnabled

I also set these (already available GPO settings), as I found them in another thread, I don't know if these are important:
toolkit.telemetry.enabled = false
toolkit.telemetry.prompted = 2

The toolbar that on the bottom telling that information are sent to Mozilla for improving Firefox is now gone/disabled.

-Michael

Ifan
Posts:4
Joined:Tue Jun 14, 2011 8:29 am

Re: Updated ADM / ADMX

Post by Ifan » Fri Jan 03, 2014 6:08 am

Haven't tested your changes, as i modified the adm myself.
Great post though.

ZAck13
Posts:3
Joined:Tue Aug 21, 2012 1:16 am

Re: Updated ADM / ADMX

Post by ZAck13 » Wed Sep 24, 2014 7:00 am

Hi DraconPern,

first thank you for all your great work. Are there any updates planed to the adm/admx templates in the near future?

Best regards,
Michael

User avatar
DraconPern
Site Admin
Posts:1218
Joined:Thu Oct 30, 2003 11:47 pm
Location:Texas
Contact:

Re: Updated ADM / ADMX

Post by DraconPern » Mon Sep 29, 2014 5:54 pm

Yes, I'll be updating the ADM/ADMX.
FrontMotion Lead Developer

q16marvin
Posts:1
Joined:Wed Nov 25, 2015 4:39 am

Re: Updated ADM / ADMX

Post by q16marvin » Wed Nov 25, 2015 4:47 am

hi,

i still searching this settings, i dont find it in admx :(

Thx!

Erik

hbrouwer
Posts:1
Joined:Tue Dec 01, 2015 9:21 am

Re: Updated ADM / ADMX

Post by hbrouwer » Tue Dec 01, 2015 9:33 am

Hello,
I also like to have an updated ADM/ADMX

Henk

Post Reply