- #How to change default email app in windows 10 how to
- #How to change default email app in windows 10 windows 10
The selection can only be done using the Choose an app dialog from Windows Settings or Open as command. Which program is handling the Write New Email callįor example when you click on send e-mail to developer on some Program's About menu or on various other places in Windows or by clicking an email link in a document or a web page. "ShellExecute"="\"C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe\" -app-id=pjkljhegncpnkpknbcohdijeoejaedia"įor this last one to work, you also need to have the Gmail App installed in Chrome, and need to enabled "Open As Window" in right-click menu on the Gmail App in Chrome. To open Gmail App - Chrome's App in it's dedicated window. ShellExecute "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" - "" This is what Asker desired and his solution would work for this case. To open an e-mail app, or browser with an e-mail's Inbox, you can use shell execute with proper command. This was the default behavior on the Asker's computer: REGEDIT4 To open a Write new e-mail using mailto association. txtfile would open Notepad, or as in our case mailto would open an App associated with mailto protocol. Which is a name of a Key under HKEY_CLASSES_ROOTĮ.g. "Association" - points to a shell association object."calc.exe" or chrome.exe with corrent path and possible arguments "ShellExecute" - its value is a filename to be executedĮ.g.
Key 15 represents settings for Email button
HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\Appkey HW button could be a dedicated button, or a Fn+ F2 combination as in Asker's case. What action should be taken upon pressing of a special HW key
#How to change default email app in windows 10 how to
How to change Hardware Keys association?.It's actually not supposed to open Inbox, but Write a New Email form - by opening a new page/window to start writing an email.
#How to change default email app in windows 10 windows 10
This is the caption of the original question.ĭefault email app in Windows 10 is an App which handles mailto: protocol. Where Windows 10 stores default email app in its registry?.