Symptoms
When you use Group Policy to administer the default e-mail client you are unable to locate a setting to make this configuration.
Cause
The default Group Policy templates for Outlook do not include a setting to configure the default e-mail client.
Resolution
To configure the default e-mail client using Group Policy, create a custom .adm template. Then, add this template to your Group Policy Editor so you can configure the policy setting.
- Open a new text file in Notepad.
- Copy and paste the following text into the text file
CLASS MACHINE
CATEGORY !!Default_E-mail_Client
POLICY !!Default_Client
KEYNAME "SOFTWARE\Clients\Mail"
EXPLAIN !!Explain_Default_Client
PART !!labeltext_Default_Client EDITTEXT
VALUENAME ""
DEFAULT "Microsoft Outlook"
END PART
END POLICY
END CATEGORY
[strings]
Default_E-mail_Client="Default e-mail client policy"
Default_Client="Default e-mail client"
Explain_Default_Client="This policy configures Outlook as the default e-mail client"
labeltext_Default_Client="Default E-mail Client:"
Microsoft_Outlook="Microsoft Outlook" - Save the file as DefaultEmailClient.adm.
- Close the file.
- Add the file to the Group Policy Editor.
Note The steps to add the DefaultEmailClient.adm file to the Group Policy Editor vary. Please consult your Windows documentation for details. - Under Computer Configuration expand Administrative Templates.
- Select the Default e-mail client policy node in the policy tree.
- Double-click the Default e-mail client setting in the right pane.
Note If you do not see the Default e-mail client policy setting in the right pane of the Group Policy editor, make sure your Group Policy editor filtering settings are not hiding unmanaged policies. For example, in Windows Server 2003, clickFiltering on the View menu. Then, click to clear the Only show policy settings that can be fully managed check box. - Click to select Enabled.
- Specify the default e-mail client to be configured by this policy. (The default is configured for Microsoft Outlook)
Note If you are unsure of the e-mail clients registered on a workstation, examine the subkeys under the following key in the registry.
HKEY_LOCAL_MACHINE\Software\Clients\Mail
The name of each subkey is the name of an installed e-mail client on the workstation. - Click OK.
More Information
The default e-mail client is typically configured through the Programs tab in the Internet Properties dialog box. However, if you are not a member of the local adminisrators group you may not have enough permission to make this change (because the setting is stored under the HKEY_LOCAL_MACHINE hive in the registry).
Note This is a "FAST PUBLISH" article created directly from within the Microsoft support organization. The information contained herein is provided as-is in response to emerging issues. As a result of the speed in making it available, the materials may include typographical errors and may be revised at any time without notice. See Terms of Use for other considerations.
No comments:
Post a Comment