Deprecated: Function jetpack_form_register_pattern is deprecated since version jetpack-13.4! Use Automattic\Jetpack\Forms\ContactForm\Util::register_pattern instead. in /home/ubuntu/www/edgetalk/wp-includes/functions.php on line 6078
Setting Up Default MailTo App Behavior to Microsoft Outlook on Windows 10 & 11 - Edge Talk
Windows

Setting Up Default MailTo App Behavior to Microsoft Outlook on Windows 10 & 11

By default, whether you have the Outlook app installed or not, the default MailTo app is the Mail app that comes with Windows. If that’s not what you want, here is how to change it.

Manual Reset

The step is relatively simple. Click Start and the gear icon to open the Settings app, go to Apps and Default apps, and set Outlook as the Email default app there.

It stays this way until the next time your Windows 10 gets another big feature update. Then, you will need to do it all over again.

Through Group Policy

If you manage hundreds of computers, implementing it through Group Policy is the way to go.

First, if you have never set it up before, you will need a sample XML first to start with. Run the following command in an elevated command prompt window.

DISM /Online /Export-DefaultAppAssociations:"d:\AppAssociations.xml"

To make sure that Outlook should be the default MailTo app for opening any mail-to links on the website, copy and paste the following line into the XML file first.

<Association ApplicationName="Outlook" ProgId="Outlook.URL.mailto.15" Identifier="mailto" />

Then, open Group Policy Editor, go to the following location,

Computer Configuration > Administrative Templates > Windows Components > File Explorer

And enable the Set a default associations configuration file policy with the path to the app association XML file you just prepared.

The default app association will take place next time when users log into their computers.

Command Line

If Group Policy is out of the question, this command line should be the next best option to try.

SetUserFTA.exe mailto Outlook.URL.mailto.15

Merge the command line into your login script and you are all set.

edge

Share
Published by
edge

Recent Posts

Disable Copilot on Windows 11 via Group Policy GPO

If using Copilot right from the Taskbar isn't your thing, you should disable it. Even…

4 weeks ago

Setting Default Fonts in Word, Excel, Outlook, and PowerPoint via Group Policy

In an environment where standardizing things does matter, setting default fonts in Microsoft Office apps…

2 months ago

Wake-On-LAN (WOL) with Windows and PowerShell

Wake-On-LAN is a networking standard that lets you wake up a computer from either a…

2 months ago

How To Remove Restrictions Set in A Password-Protected PDF File

First of all, this is not to bypass a PDF file that requires a password…

2 months ago

How To Move My Outlook Navigation Bar Back From Left Back To the Bottom

Microsoft has been lurking about the idea of placing the Outlook navigation bar to the…

1 year ago

Headset with Microphone Echoing My Own Voice on Windows, What To Do?

One colleague came up to me the other day asking me to take look at…

1 year ago