Outlook as default mail client

Y

Yaman

Hi All,

I need to set Microsoft Outlook 2002/2003 as the default e-mail client using
a script. I have to perform this on bulk of users so I would appreciate
other methods. Using Internet Properties --> Programs --> e-mail is not
sufficient for me.

Thanks,
Yaman
 
E

Eric Legault [MVP - Outlook]

You can update the (Default) setting in this registry key with a script:
HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail

Give it "Microsoft Outlook" as the value.

The best approach though is to use Group Policies in conjunction with the
Office Resource Kit to deploy this setting in your enterprise.
 
Top