Mozilla will shut down Pocket’s services on July 8, 2025. At that time users will no longer be able to access the Pocket website, apps and API. You can export your saved items and API data until October 8, 2025 before they are permanently removed. For more information, see this article.

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

FF and TB commandline options

  • 2 replies
  • 0 have this problem
  • 10 views
  • Last reply by achim63

Is it possible to query the commandline options (especially the version) of firefox and thunderbird?

the only way i found out is to query windows registry: reg query "HKLM\SOFTWARE\Mozilla\Mozilla Firefox" /s | findstr /I main reg query "HKLM\SOFTWARE\Mozilla\Mozilla Thunderbird" /s | findstr /I main

The goal is: backup firefox and thunderbird profiles via script/batch and read the version for a later restore.

Best Regards

Is it possible to query the commandline options (especially the version) of firefox and thunderbird? the only way i found out is to query windows registry: reg query "HKLM\SOFTWARE\Mozilla\Mozilla Firefox" /s | findstr /I main reg query "HKLM\SOFTWARE\Mozilla\Mozilla Thunderbird" /s | findstr /I main The goal is: backup firefox and thunderbird profiles via script/batch and read the version for a later restore. Best Regards

All Replies (2)

IIRC listing the command line on Windows is slightly broken.

Do

thunderbird.exe -h | more

I'm also quite certain there is a page that lists the command line, findable with (google) search). Eg. https://www.google.com/search?q=thunderbird+command+line+options+firefox+site%3Amozilla.org

Thank you Wayne, but this did not solve it on a command line. Thunderbird 128.1.1esr Windows 10 nothing happened