Jump to content

YouTube links : "Your browser is up to date" clicking links from Office Documents


Recommended Posts

Posted
Many thanks for trying for me. For us its so inconsistent sometimes its works sometimes it doesn't. I even made a video so you don't think I'm mad haha

 

Funnily enough I was just trying this on my laptop (as it DOES NOT have the reg edit) and experienced the same thing!

 

Sometimes it goes to the video, sometimes it goes to the 'Your browser is up to date' page... even without the reg edit!

 

Then I tried with the suggestion from @raspberryhead and that worked... and then adding back in the ?v= it still worked everytime...

 

So 100% some sort of caching going on.

  • Thanks 2
  • 2 weeks later...
  • 7 months later...
Posted
We've added the ForceShellExecute registry value to all machines and it's resolved the issue. Does appear to be an office link pre-fetching User-Agent issue.

 

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\9.0\Common\Internet]
"ForceShellExecute"=dword:00000001

 

Can someone confirm what this key actually does, other than fix the problem!

 

Thank you

Posted
Can someone confirm what this key actually does, other than fix the problem!

 

Thank you

 

 

Office uses the Urlmon.dll file to handle all Internet transitions.

 

In this case, the Urlmon.dll file sends a request to get a file via http:// through the proxy server. The proxy server sees that the request came from Internet Explorer, based upon the HTTP User Agent field of the http://request. It then gives an error 403, basically saying "Access Denied."

 

The Urlmon.dll file gets this and simply returns the error message mentioned earlier. The error means that the request failed, but it never states why it failed.

 

The workaround is to use a ShellExecute() on the URL. This allows the operating system to start the URL on the default browser. If the default browser isn't restricted by the proxy server, the proper page is displayed.

 

 

https://learn.microsoft.com/en-US/office/troubleshoot/office-suite-issues/cannot-locate-server-when-click-hyperlink

 

Forces Office to request the URL via the default browser.

  • Thanks 1
Posted
I think it instructs Office to hand URL opening duties straight over to the system (so to the default browser), rather than it attempting to handle it itself and upsetting sites by looking too much like crummy old IE.
  • Thanks 1
  • 1 year later...
Posted (edited)

Hi - having this issue right now.

Inputted the reg files but not working. Anyone have any other fixes?

Chrome up to date and browser settings reset/cache cleared.

 

Trying to open Google Doc hyperlinks from within Word 2019.

 

Thanks

Edited by JensenFerdinand123
Posted
Hi - having this issue right now.

Inputted the reg files but not working. Anyone have any other fixes?

Chrome up to date and browser settings reset/cache cleared.

 

Trying to open Google Doc hyperlinks from within Word 2019.

 

Thanks

Updating to Office 2021 has resolved this.

  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...