Sheridan Posted January 26, 2018 Posted January 26, 2018 I've set a policy to add a preference to make the Mailto handler in Chrome open a tab to Gmail - its deploying OK but doesn't work (i.e when the user click a mailto link it simply says they need an app to handle it) I've set the policy Software\Policies\Google\Chrome\Recommended\RegisteredProtocolHandlers to the following as per Googles documentation: [{"url": "https://mail.google.com/mail/?extsrc=mailto&url=%s", "default": true, "protocol": "mailto"}] I can see that its applied to the users registry by my preferences, but it doesn't have any effect on mailto links Is this a non started in Chrome on W10, or have I got something wrong here?
FN-GM Posted January 26, 2018 Posted January 26, 2018 That just tells Chrome to send mailto to gmail. You also need to set the default mailto app in Windows using the XML file. This is the code you need to add to the XML file that works. Example of a whole XML file 1
Sheridan Posted January 26, 2018 Author Posted January 26, 2018 That just tells Chrome to send mailto to gmail. You also need to set the default mailto app in Windows using the XML file. This is the code you need to add to the XML file that works. Example of a whole XML file But if I'm only trying to set the Chrome Mailto handler, I had the right settings? I'm not trying to set it for Windows 10 - just for when they click a mailto link in Chrome itself?
FN-GM Posted January 26, 2018 Posted January 26, 2018 But if I'm only trying to set the Chrome Mailto handler, I had the right settings? I'm not trying to set it for Windows 10 - just for when they click a mailto link in Chrome itself? It will still need setting on the OS level. It works the same way as it did in previous versions of Windows. 1
bobinou007 Posted November 9, 2018 Posted November 9, 2018 Hello, Could you tell me which xml file you have to modify ? Thanks
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now