搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

Firefox does not open Filetypes from Windows File Handler

more options

I can't open Files from Firefox on a Windows Terminal Server. Whenever I try to open a downloaded file by clicking on it (or specifying "open with" on the download Dialog) nothing gets opened and no errors are shown.

Usually it opens the default program specified in Windows but on 2 Terminal Servers nothing opens.

What I tried so far:

  • Check filetype associations in Windows and testet it on a cmd and the windows explorer: works as expected
  • Try with different Windows Users: Problem is present across different windows users
  • Try with a new firefox profile: Same problem
  • Try with firefox.exe -safe-mode: Same problem
  • Try resetting handlers.json (by moving from the Firefox installation directory)

Do you have any ideas how to investigate this further?

I know that it worked previously. Could this be caused by a Update of Firefox?

I can't open Files from Firefox on a Windows Terminal Server. Whenever I try to open a downloaded file by clicking on it (or specifying "open with" on the download Dialog) nothing gets opened and no errors are shown. Usually it opens the default program specified in Windows but on 2 Terminal Servers nothing opens. What I tried so far: * Check filetype associations in Windows and testet it on a cmd and the windows explorer: works as expected * Try with different Windows Users: Problem is present across different windows users * Try with a new firefox profile: Same problem * Try with firefox.exe -safe-mode: Same problem * Try resetting handlers.json (by moving from the Firefox installation directory) Do you have any ideas how to investigate this further? I know that it worked previously. Could this be caused by a Update of Firefox?

所有回覆 (2)

more options

You may want to check your Event Logs or trace what happens with Sysinternals Process Monitor. Maybe a file (not user) permissions problem?

more options

I procmon I can see that it searches for the program in the registry and finally tries to open AcroRD32.exe with the appropriate path of that executable. After that there's a QueryOpen Operation with the path of the PDF File (but nothing further after that). I copied the path of the executable and the PDF File in a cmd within the session and it opens just fine. Only within Firefox there's no Window appearing. This tells me that permissions are fine (Acrobat Reader can be opened and the file too). Nothing relevant shows up in the Windows eventlogs though (so no appcrashes or similar stuff)