

- #Setting default mail client windows 7 how to#
- #Setting default mail client windows 7 update#
- #Setting default mail client windows 7 code#
- #Setting default mail client windows 7 windows 7#
In Outlook, go to File, Options, General. Set Outlook as default email client in Options

#Setting default mail client windows 7 windows 7#
While the steps below are specifically for Windows 7 and 8, the process is similar in older versions of Windows and with older versions of Outlook. Outlook should have all of the defaults for each protocol listed. Find Outlook in the list, tap it then tap Manage. If Outlook is not set as default for all protocols it supports, scroll to the bottom of the Default Apps page and click Set defaults by app. Open Settings from the Start menu and search for Default apps. In Windows 10, you'll need to set the default email client in Settings. Of course you can set Outlook to be the default for all email usage. Is there a setting I can change to make Outlook the default for email? The next time you reboot the default email client will be updated across your network.Every time I double click on an email address it automatically opens up an Microsoft Mail window asking me to sign up… I didn't want to. Now save it….and select it.Ĭlick OK on all of your open windows, and in about 15 minutes your computers should refresh their policy.
#Setting default mail client windows 7 code#
Edit it, and paste in the code I showed you above. Do it by right clicking and creating a new text file. I suggest you create your computer configuration login script right here.

Click on browse – this will bring you directly where the computer scripts default to. This will open a window that allows you to type the name of the script, and parameters. When the properties window shows up, click on Add. When you select it, you will see Startup, and Shutdown on the right. Otherwise it will be run in the context of the user, and it will fail if they are not an administrator. Make sure you do this under Computer Configuration not User Configuration. I am going to open the group policy for my collection of machines I want to update, and drill down toĬomputer Configuration -> Windows Settings -> Scripts
#Setting default mail client windows 7 update#
The big question now is how can I update when most of my users are not an administrator? You could just as easily set it to Outlook Express. In our example we update the machine’s default email client to Microsoft Outlook. d – Following this argument is the data we want to set ve – this tells it to set the (Default) value for this key If you are wondering about the command line options – Reg add HKLM\Software\Clients\Mail /ve /f /d “Microsoft Outlook” Using the REG command, we create a simple script that looks like this: It has been built into windows since XP, and can be added to 2000 by installing the Windows 2000 Resource Kit. If you don’t know about it, the REG command allows you to update the registry from the command line.
:max_bytes(150000):strip_icc()/001-make-yahoo-default-program-1174509-f2ac14262d0b4f219b023a006023c2ac.jpg)
#Setting default mail client windows 7 how to#
The first step in setting it across our network is to figure out how to set it from the command line. In other words it might cause some applications to do crazy stuff when trying to access email (If you set it to a client you have not installed on the machine already). The behavior of windows is undefined if you set it to something that is nonexistent. Now, obviously the email client must exist for you to set it. If you drop down to this in the registry, you can see that the ‘default’ value on the right is what sets the default email client. Here is the key for setting the default email client: If you create one on your own, windows will simply ignore it. This is because the setting is located in the HKEY_LOCAL_MACHINE hive of the registry, and there is no corresponding HKEY_CURRENT_USER entry. If you go back into the settings, it will have reverted back to the original default email client. Unfortunately it does not give you an error. If you are not an administrator, windows will gladly let you go into the internet settings under the control panel – and make the change: What I mean is – I thought if ‘USER A’ logged in, set the default email client…then ‘USER B’ could login to their account and set their own default email client.Īfter testing many different ways I have found that it does not work this way at all. When I first started doing the groundwork for this article I incorrectly assumed that the default mail client was a setting that each user could change in Windows.
