Przeszukaj pomoc

Unikaj oszustw związanych z pomocą.Nigdy nie będziemy prosić Cię o dzwonienie na numer telefonu, wysyłanie SMS-ów ani o udostępnianie danych osobowych. Zgłoś podejrzaną aktywność, korzystając z opcji „Zgłoś nadużycie”.

Więcej informacji

Firefox Links to local or network pages do not <a href="file:///T:/XX/bat/xx.bat" type="application/bat" target

  • 3 odpowiedzi
  • 1 osoba ma ten problem
  • 1 wyświetlenie
  • Ostatnia odpowiedź od kitakoro

more options

Hi All, the problem i am having on users systems is that the link that points to the network drive for a batch file to execute nothing happens in FF but works in IE

 <a href="file:///T:/XX/bat/xx.bat">

i found some fixes which is the current user profile but i would like to push the following out for all users without resetting their current settings. i am currently still running ff v12 but i would like to update v 15.x with the fix.

1. opendownload.xpi
2. opendownload2-3.2.1-fx+sm.xpi
3. user.js
Hi All, the problem i am having on users systems is that the link that points to the network drive for a batch file to execute nothing happens in FF but works in IE <a href="file:///T:/XX/bat/xx.bat"> i found some fixes which is the current user profile but i would like to push the following out for all users without resetting their current settings. i am currently still running ff v12 but i would like to update v 15.x with the fix. <pre><nowiki>1. opendownload.xpi 2. opendownload2-3.2.1-fx+sm.xpi 3. user.js</nowiki></pre>

Zmodyfikowany przez cor-el w dniu

Wybrane rozwiązanie

Hi All, problem has been resolved. Extracted plug-ins needed to be copied to Program Files\extension folder instead of user extension folder. system base fix instead of user base.

thank you all for your support.

Przeczytaj tę odpowiedź w całym kontekście 👍 0

Wszystkie odpowiedzi (3)

more options

You found a way to launch a .bat file from a local file in Firefox?! Maybe you trust that one file, but I'm not sure whether you want to make any global changes to accommodate it...

Could you explain in a little more detail what you're trying to do on the end user machines?

more options

Thanks for getting back to me. I am am using customized mozilla.cfg file to locks few settings and homepage. the links are on intranet site where user can launch applications using the shortcuts.

I have added these three lines below to configuration file and and it gets me to save or cancel prompts. pref("capability.policy.localfilelinks.checkloaduri.enabled", "allAccess"); pref("capability.policy.localfilelinks.sites", "http://www.xxx.com"); pref("capability.policy.policynames", "localfilelinks");

One more to go: I need to install the add-ons which lets me run/open the batch file. what i have now is to install it for profile base but need to accomplish to install the two .xpi files or all users who logs in.

  opendownload.xpi

opendownload2-3.2.1-fx+sm.xpi

It works profile base so i am testing to make sure these add-ons are installed for all user. if i can get this accomplished then i can push the fix to all users.

Thank you.

Zmodyfikowany przez kitakoro w dniu

more options

Wybrane rozwiązanie

Hi All, problem has been resolved. Extracted plug-ins needed to be copied to Program Files\extension folder instead of user extension folder. system base fix instead of user base.

thank you all for your support.