

- Change default email app microsoft word how to#
- Change default email app microsoft word update#
- Change default email app microsoft word windows 10#
- Change default email app microsoft word Pc#
- Change default email app microsoft word windows#
(If that doesn’t appear search for “choose default apps”).
Change default email app microsoft word windows#
To change it in Windows 10, run the settings app, search for “mail”, and click on “Choose a default mail app” when the option appears.
Change default email app microsoft word Pc#
This is the email program installed on your PC that is used when your PC encounters a request to deal with email.Ĭommon programs include the default Mail program that comes with Windows, Microsoft Office’s Outlook, Thunderbird, and any of perhaps hundreds of other mail programs you can install. In your case, your system’s default email client is obviously Outlook. Windows has a notion of what your “default” email client is.
Change default email app microsoft word windows 10#
Change default email app microsoft word how to#
That or create documentation for our Client Base on how to set Defaults. I am trying to play with Configuration Items in SCCM to default, but GPO maybe the way to go at this time. While it seems to have set using the following commandĪssociateFileExtensions -fileextensions mailto -openapppath "C:\Program Files (x86)\Microsoft Office\root\Office16\outlook.exe"Ĭlicking mailto links will default to whatever I set in the Default Applications GUI. I have not yet had the bandwidth to follow up.įinally, I tried to use the AssociateFileExtensions Module that was recommended. DISM Log states that it Failed to export the user associations from the registry. When I attempt to export the xml, I get a 80004002 error. Seems like after updating it in the GUI, the mailto Association Identifier does not change as well. So it seems that by setting it through the GUI, there may be additional keys that may need to be changed.Īn additional note, that if I change the mail application to Outlook in the GUI, and I run a Dism /online /get-defaultappassociation command, I get the following for the mailto Association Identifier: However when I set the key to Outlook using a Set-ItemProperty cmdlet, when I attempt to access a mailto link, I will receive a toast notification that there is an error and the mailto protocol will default back to the native Mail app. ProgIdĬommand suggested by jrv, will change accordingly. ( Get - ItemProperty 'HKCU:\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\mailto\UserChoice' - Name ProgId ).
Change default email app microsoft word update#
If I update the Default Mail Application / mailto Protocol through the GUI to Outlook, the Please remember to mark the replies as answers if they help and unmark them if they provide no help. I my opinion you can better use GPO to achieve your goal.

How to associate file extensions with application on Windows by PowerShell Set-ItemProperty 'HKCU:\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\https\UserChoice' -name ProgId IE.HTTPS Set-ItemProperty you can change the file association.įor default browser: Set-ItemProperty 'HKCU:\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\http\UserChoice' -name ProgId IE.HTTP Regarding my investigation, the UrlAssociations are stored in HHKCU:\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\ with the I think, GPO is better managing in file asseciations than using Powershell in this situation. Set the default browser using Group Policy. Already tried to use Group Policy to manage the file associations? For more information:
