Windows error opening Internet shortcut or local HTML file - Firefox

From MozillaZine Knowledge Base
Revision as of 22:55, 21 March 2007 by Alice Wyman (talk | contribs) (→‎Related bug reports: added bug 353089)
Jump to navigationJump to search

On some Windows systems, an error dialog, "Windows cannot find [URL]" may appear (or two Firefox windows/tabs may open) whenever you click on an Internet shortcut or local HTML file. If you are experiencing these problems, try the following:

File Types edit

In Windows XP or Windows 2000:

  1. Open Windows Explorer
  2. Go to Tools -> Folder Options -> File Types
  3. Select Extension: "(NONE)" File Type: "URL:HyperText Transfer Protocol"
  4. Click "Advanced". In the "Edit File Type" window, select "open" and click "Edit"
  5. Uncheck "Use DDE" (the dialog should then hide the lower part)
  6. Click OK for that dialog and the next one (afterwards the DDE message box will be cleared, as shown here).
  7. Repeat for Extension: "(NONE)" File Type: "URL:HyperText Transfer Protocol with Privacy"
  8. Repeat for Extension: "(NONE)" File Type: "Firefox URL" (and any other protocols you want to fix).
  9. Repeat for Extension: "HTM (or "HTML") File Type: "Firefox Document".

Sources:

Registry edit

In cases where the URL entries are missing from the File Types listing you can manually edit the Windows registry as follows. Caution: Do not attempt these steps if you are inexperienced or uncomfortable editing the Windows registry.

  1. In Start -> Run, type "regedit" and press Enter.
  2. Use the directory tree hierarchy to navigate to "HKEY_CLASSES_ROOT\HTTP\shell\open\ddeexec".
  3. Delete the "ddexec" registry key
  4. Repeat for "HKEY_CLASSES_ROOT\HTTPS\shell\open\ddeexec"

Source: Bug 137363 comment 9

Related bug reports