Fungovanie tejto stránky je z dôvodu údržby dočasne obmedzené. Ak článok nevyrieši váš problém a chcete položiť otázku, napíšte našej komunite podpory na Twitter @FirefoxSupport alebo Reddit /r/firefox.

Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Ďalšie informácie

can't set Firefox as default JPEG viewer

  • 2 odpovede
  • 1 má tento problém
  • 1 zobrazenie
  • Posledná odpoveď od T.BugReporter

more options

When I double-click on a local JPEG file, I want it to load into Firefox. However, when I try to "Choose default program", Firefox isn't listed as an option. I can browse to firefox.exe in the dialog box, but doing so doesn't select it or add it to the list of options. Why is this? How can I force Windows to use Firefox as the default viewer?

When I double-click on a local JPEG file, I want it to load into Firefox. However, when I try to "Choose default program", Firefox isn't listed as an option. I can browse to firefox.exe in the dialog box, but doing so doesn't select it or add it to the list of options. Why is this? How can I force Windows to use Firefox as the default viewer?

Všetky odpovede (2)

more options
more options

Ok, I tried that and, for the record, it did nothing to fix my problem. Here's what did fix it: I did some digging through the registry, along with a lot of Googling, and found the entry that was causing the problem -

[HKEY_CLASSES_ROOT\Applications\firefox.exe\shell\open\command]

@="\"C:\\{the path to an old (and since uninstalled) version of}\\firefox.exe\" \"%1\""

It seems that many of these newer Windows features can't handle it when you try to keep more than one version of a program installed - or even if you install two unrelated programs that happen to have the same executable name. Once I pointed this entry to my current installation of Firefox, everything started working the way it should - although I shudder to think how confused it'd get if I were to install two different programs both called "example.exe". However, even though this is more of a Windows problem, you would think the Firefox installer would know to look for and correct errors like this.