

Once this is done, the ChromeHTML protocol can be used with a URL, as long as it’s in this format: There is a workaround though, that can easily be done via group policy to change a local registry setting.Īs this user mentions, a quote needs to be taken out of the following registry key, so it looks like this: Files\\Google\\Chrome\\Application\\chrome.exe\" - %1" Chrome will open, but no URL is passed over.Ī user has logged this bug with Google several months ago, it hasn’t been fixed. This means you should be able to call Chrome with “ChromeHTML:” and insert the URL you want after it to open – except it doesn’t work. Luckily for Chrome, this is already done for you, using ChromeHTML. Some apps automatically create their own protocol, but you can also create your own through registry entries. Type that into your browser and it will either launch a new email from your default mail client, or ask you to set a default mail client. You may have something like ‘MAILTO’ which is used in the format “Mailto:”.
HOW TO CHANGE DEFAULT EMAIL APP OPENED ON CHROME WINDOWS
Any program can be launched using a protocol (you can see which ones you already have in Windows under Control Panel > Default Programs > Associate a file type or protocol with a program > Scroll past all the extensions down to the protocols.

“URL Files Files (x86)\\Google\\Chrome\\Application\\Chrome.exe\” - %1″ Windows Registry Editor Version HTML Document” Here’s the registry settings you can copy and paste into a. Create this key to remove the prompt on opening the link: “C:\Program Files (x86)\Google\Chrome\Application\chrome.exe” - %1ģ. Use a space in the URL after the // you’re using for your link:Ĥ. Thanks to Chris Done for working with me on this fix:ġ.Add the String Value of “URL Protocol” with a blank value to: Updates to Chrome seem to have broken this. We could create a desktop shortcut using chrome.exe -url, but the site is also linked from our Intranet – how do we get the link to always launch in the preferred browser? URI Schemes are required to make this work. Most company apps either support or require Internet Explorer, so we don’t want to change the default browser – but one app works better in Chrome. We want to open a particular URL in Google Chrome, but the default browser is Internet Explorer.
