Windows 10: Locate link browser

Discus and support Locate link browser in Browsers and Email to solve the problem; After I upgraded to Windows 10 I am unable to click on any link in Outlook 2003. I get a popup that says "Locate link browser". I searched for a... Discussion in 'Browsers and Email' started by oldrock, Aug 20, 2015.

  1. oldrock Win User

    Locate link browser


    After I upgraded to Windows 10 I am unable to click on any link in Outlook 2003. I get a popup that says "Locate link browser". I searched for a solution and read that I needed to associate it with IExplore.exe. After doing that, now whenever I click a link it opens IExplore to my home page. Can anyone tell me how I can resolve this error and get it to go to the URL rather than just opening IExplore?

    Instructions I found were these but don't seem to apply to Windows 10:

    • On the desktop, double-click My Computer.
    • On the Tools menu, click Folder Options, and then click the File Types tab.
    • In the Registered File Types list, click URL:HyperText Transfer Protocol, click Advanced, and then click Edit.
    • In the Actions box, type open.
    • In the Application used to perform action box, locate Internet Explorer (Iexplore.exe), and then click Open.
    • In the Application box, type IExplore, and then click OK.

    :)
     
    oldrock, Aug 20, 2015
    #1

  2. error - locate link browser

    did not help, how can I get back my windows 7
     
    jackfranco, Aug 20, 2015
    #2
  3. error - locate link browser

    Hi Jack,

    Thank you for the reply. Sorry to know that the issue persists.

    I do appreciate your efforts and time.

    How are you trying to access emails, by using a browser or an app?

    Try to set the default programs for your emails and check.

    • Go to Start > Settings > System.
    • Choose Default apps, under Email, select the default app.
    • You can also change the default browser.
    Hope this helps in resolving the issue. If the issue persists, do get back to us. We will be happy to assist you.
     
    Kalpana Shankarappa, Aug 20, 2015
    #3
  4. tcman50 Win User

    Locate link browser

    Officially only outlook 2007 and above is compatible with windows 10, I suppose outlook 2003 should run though as long as it's compatiblity mode could be adjusted.

    When you say you click a link, are you talking about inside of outlook 2003 or the shortcut for outlook 2003?

    TC
     
    tcman50, Aug 20, 2015
    #4
  5. oldrock Win User
    I am talking about within an email when I am emailed any link.
     
    oldrock, Aug 20, 2015
    #5
  6. oldrock Win User
    update - thanks to tcman50

    I upgraded my Office to 2010 and problem is resolved! *Smile I never even considered upgrading, so thanks very much for your reply! I suppose I was long overdue anyway... lol
     
    oldrock, Aug 20, 2015
    #6
  7. I upgraded from Windows 7 Pro to Windows 10 Pro, with Outlook 2003 already installed in my computer before the upgrade. I too got the “Locate link browser” pop-up when I tried to open a link in an email. As far as I can tell, the only good solution is to upgrade to a later version of Outlook. At this point I have a choice to make: (1) upgrade Outlook 2003 alone, or (2) upgrade all of Office 2003. Keep in mind that when you buy now Office (and presumably any individual Office program), the program(s) can be installed on only one computer, and they cannot be transferred to another computer unless your current computer dies while it is still covered by the manufacturer’s warranty.

    So far, I have not had trouble with any other Office 2003 program running under Windows 10, but I don’t want to rush to buy anything until I get more experience with all my Office programs. I found that if I am desperate, there is a way I can open a link in an email using Outlook 2003. You can do this by opening the email and with the cursor anywhere in the message, right-click and select Edit Message. At this point you will still see the email. Next, right-click on the link you want to open and select Properties. A hyperlink window will open, and you will see the URL of the web page you want to open. You can copy and paste the URL into your browser and open the web page.

    I am going to limp along like this for a while. If I find that all the other Office 2003 programs work alright under Windows 10 (I saw a suggestion on the internet that this is the case.), I will upgrade Outlook only.

    I hope this helps.
     
    wjogrady Guest, Sep 4, 2015
    #7
  8. Bucket Win User

    Locate link browser

    Steps causing the issue:
    1. I installed Office Pro 2003 (and SP3) on Windows10.
    2. I had the issue that web links in Outlook did not open, giving with dialogue: 'Locate Link Browser', so I gave the location of IExplore.exe in this dialogue.

    Now all outlook web links open to my explorer home page and not to the target of the link. <-- THIS IS THE ISSUE to be solved.

    Solution:
    Outlook is trying to open HTML using a specific CommandID called 'IE.Protocol' which was not present in the registry on my machine.
    In the [HKEY_CLASSES_ROOT\htmlfile\shell] registry key there are various commands for opening HTML files. On my machine I added the 'opennew' command which includes the IE.Protocol CommandID using the registry entries below:

    Windows Registry Editor Version 5.00

    [HKEY_CLASSES_ROOT\htmlfile\shell\opennew]
    @="&Open"
    "MUIVerb"="@C:\\Windows\\System32\\ieframe.dll,-5731"
    "CommandId"="IE.Protocol"

    [HKEY_CLASSES_ROOT\htmlfile\shell\opennew\command]
    @=""C:\\Program Files\\Internet Explorer\\iexplore.exe" %1"
    "DelegateExecute"="{17FE9752-0B5A-4665-84CD-569794602F5C}"


    Note:
    You can also delete the 'InternetBrowserPath' string value from the registry key: [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\11.0\Outlook\Preferences]
    This registry string value is created and set when you answer the 'Locate Link Browser' dialogue and it is unnecessary if the link can be made correctly via the IE.Protocol method which the solution above fixed on my machine.
     
    Bucket, Oct 8, 2015
    #8
  9. Paul E Win User
    In the Locate Link Browser dialog box point it to iexplore.exe and press OK. You can find it in the following locations:

    • Windows 32-bit:
      C:\Program Files\Internet Explorer
    • Windows 64-bit
      C:\Program Files (x86)\Internet Explorer

    Once this is done, links will open correctly.

    If it continues to happen, make sure Internet Explorer is set as the default browser. Left click Start button. Select Settings, then System, then Default apps. For Web browser make sure Internet Explorer is selected. (To change, click on current default browser and select Internet Explorer from Choose an app popup.)

    Alternatively, or to make sure IE opens all its default file types and protocols, Right click Start button. Select Control Panel. Click Default Programs, then select Set your default programs. When they load select Internet Explorer. Click Set this program as default.
     
    Paul E, Oct 29, 2015
    #9
  10. Tater Win User
    This absolutely worked like a charm without a reboot. I too had set IE as default and pointed the Locate Link Browser Dialogue to IE. This, as was mentioned by other posters, allowed IE to open but only to the homepage. Bucket's fix allowed IE to go to the actual link instead of the homepage.
    For the less technical of you folks out there.
    1. Backup the registry! You could hose yer machine! Regedit>File>Export Make sure all Hives are selected to export.
    2. Select and Copy Bucket's solution. Include the "Windows Registry Editor Version 5.00" part.
    3. On the Desktop, Right Click and choose New>Text Document.
    4. If you can't see the file extension( the .txt at the end of the file), open File Explorer, Click on View at the top and put a checkmark in File Name Extensions. IMO it is a good idea to leave this checked as viral attachments often disguise themselves with fake icons.i.e. you have what looks like a .pdf attachment but it actually has the .exe extension.You would never see this .exe otherwise
    5. Open the .txt document you created and paste in Bucket's solution.Save.
    6.Rename the file to have a .reg extension instead of the .txt extension. Windows will question your decision. Assure it that's what you want to do.
    7. Double-click the file you created (that now appears as a bunch of green cubes) and allow the entries to be imported into your registry. Windows will prompt...you confirm and you are done.

    Thanks a lot for the solution Bucket..yer good people.
     
    Tater, Nov 11, 2015
    #10
  11. jph1953 Win User
    Tater

    I have a stupid question which makes me ask myself if I should be trying this. Where do I save the .reg file? I have followed the instructions with out results.

    Thanks in advance
     
    jph1953, Dec 15, 2015
    #11
  12. jph1953 Win User
    It worked for me too! I found out the Internet Explorer must be open first. If so it works like it should.
     
    jph1953, Dec 16, 2015
    #12
  13. Sampson Win User

    Locate link browser

    Thanks to Bucket and Tater. Worked like a champ. Just 1 slight twist to Tater's instructions. When I went to paste Bucket's update into my new text file it tried to use my word processing editor (I use Open Office) and that file didn't work to update the registry. Then I used the "open with" option and used Wordpad to do the paste everything worked and it solved my problem.
     
    Sampson, Feb 3, 2016
    #13
  14. dlarryj Win User
    Just Shift-click on the link in the email. (Hold down the Shift key and while holding it then click on the link.) That worked for me. None of the other suggestions worked for me.
     
    dlarryj, May 6, 2016
    #14
  15. davidhk Win User
    Interesting.
    Something new to learn.
    Thanks.
     
    davidhk, May 6, 2016
    #15
Thema:

Locate link browser

Loading...
  1. Locate link browser - Similar Threads - Locate link browser

  2. Outlook links to browser

    in Windows 10 Network and Sharing
    Outlook links to browser: After the last update, I can no longer open outlook hyper links to a browser used to be edge.Cannot seem to find a solution in control panel.Thanks https://answers.microsoft.com/en-us/windows/forum/all/outlook-links-to-browser/eda35a1b-e12a-4232-a907-900b2fbbe3d3
  3. Outlook links to browser

    in Windows 10 Gaming
    Outlook links to browser: After the last update, I can no longer open outlook hyper links to a browser used to be edge.Cannot seem to find a solution in control panel.Thanks https://answers.microsoft.com/en-us/windows/forum/all/outlook-links-to-browser/eda35a1b-e12a-4232-a907-900b2fbbe3d3
  4. Outlook links to browser

    in Windows 10 Software and Apps
    Outlook links to browser: After the last update, I can no longer open outlook hyper links to a browser used to be edge.Cannot seem to find a solution in control panel.Thanks https://answers.microsoft.com/en-us/windows/forum/all/outlook-links-to-browser/eda35a1b-e12a-4232-a907-900b2fbbe3d3
  5. Drag & dropping links into browser

    in Windows 10 Network and Sharing
    Drag & dropping links into browser: not sure what category this falls under.I prefer to use in private browsing in all of my browsers edge, chrome. I used to be able to drag & drop the links from the MSN news bar into my browsers so I can view "in private" but now it's no longer working. Any suggestions? Drag &...
  6. Links not working in browser

    in Windows 10 Customization
    Links not working in browser: There are certain links which are not opening in any browser, be it chrome or firefox. All those links are working well on my android phone though https://answers.microsoft.com/en-us/windows/forum/all/links-not-working-in-browser/d70ec780-a659-4356-9702-9058215f45fd
  7. Link Location

    in Windows 10 Drivers and Hardware
    Link Location: Hello, I would like to ask you for some help - if possible. My computer's motherboard is "GA-H110M-S2" and I need to download some drivers. Some time ago I had this address "GA-H110M-S2 (rev. 1.0) | Motherboard - GIGABYTE Global" where I managed to download some drivers, but...
  8. Link Location

    in Windows 10 Support
    Link Location: Hello, I would like to ask you for some help - if possible. My computer's motherboard is "GA-H110M-S2" and I need to download some drivers. Some time ago I had this address "GA-H110M-S2 (rev. 1.0) | Motherboard - GIGABYTE Global" where I managed to download some drivers, but...
  9. Browser link in Emails

    in AntiVirus, Firewalls and System Security
    Browser link in Emails: Email links are becoming a major problem, through viruses and phishing. Why on earth hasn't Microsoft produced a simple switch to stop an email link opening a browser. I understand that outlook can do it, but we don't all have that, but we almost all have some version of...
  10. email link browser selection

    in Windows 10 Network and Sharing
    email link browser selection: When I click on a link within an email message, I receive a screen asking which program to open the said link. I choose Internet Explorer and check the box to always use this program. IE is my default browser but this continues to pop up when I click on a link within any...