Sykje yn Support

Mij stipescams. Wy sille jo nea freegje in telefoannûmer te beljen, der in sms nei ta te stjoeren of persoanlike gegevens te dielen. Meld fertochte aktiviteit mei de opsje ‘Misbrûk melde’.

Learn More

Dizze konversaasje is argivearre. Stel in nije fraach as jo help nedich hawwe.

I need to be able to deploy a user.js on my network, actually not possible due to the random profile name folder

  • 2 antwurd
  • 1 hat dit probleem
  • 8 werjeftes
  • Lêste antwurd fan fir3spit

more options

The issue is that to be able to deploy my customized user.js i need to access this path : C:\Users\%userprofile%\AppData\Roaming\Mozilla\Firefox\Profiles\xxxxxxxx.default. Why ? Because the folder ending with .default is created with a 8 alpha-digit units. So i'm looking for a script to retrieve it from the profile.ini (path: C:\Users\%userprofile%\AppData\Roaming\Mozilla\Firefox) Or for any other solutions ? ;) Thanks !

The issue is that to be able to deploy my customized user.js i need to access this path : C:\Users\%userprofile%\AppData\Roaming\Mozilla\Firefox\Profiles\xxxxxxxx.default. Why ? Because the folder ending with .default is created with a 8 alpha-digit units. So i'm looking for a script to retrieve it from the profile.ini (path: C:\Users\%userprofile%\AppData\Roaming\Mozilla\Firefox) Or for any other solutions ? ;) Thanks !

Keazen oplossing

Thanks for the link, it helped me find this article : https://developer.mozilla.org/en-US/F.../Enterprise_deployment

For others, here are my cfg for disabling updates for firefox : // Disable updater lockPref("app.update.enabled", false); // make absolutely sure it is really off lockPref("app.update.auto", false); lockPref("app.update.mode", 0); lockPref("app.update.service.enabled", false); //personal config lockPref("app.update.migrated.updateDir", true); lockPref("browser.shell.checkDefaultBrowser", false);

Thanks again for that quick respond.

Dit antwurd yn kontekst lêze 👍 0

Alle antwurden (2)

more options

Consider an autoconfig file which goes into the program folder and applies to all profiles.

I don't have a lot of links for that at my fingertips, but my address bar remembers this one:

https://mike.kaply.com/2012/03/16/customizing-firefox-autoconfig-files/

more options

Keazen oplossing

Thanks for the link, it helped me find this article : https://developer.mozilla.org/en-US/F.../Enterprise_deployment

For others, here are my cfg for disabling updates for firefox : // Disable updater lockPref("app.update.enabled", false); // make absolutely sure it is really off lockPref("app.update.auto", false); lockPref("app.update.mode", 0); lockPref("app.update.service.enabled", false); //personal config lockPref("app.update.migrated.updateDir", true); lockPref("browser.shell.checkDefaultBrowser", false);

Thanks again for that quick respond.