WSH to change Outlook 2003 Macro Security from High to Medium
Hi,
Anyone knows how to use WSH to change the Outlook 2003 Macros Security from High to Medium?
Thanks in advance.
Iat
I came across this through searching.
HKEY_Current_User\Software\Microsoft\Office\9.0\Outlook\Security\Level=1
The Security\Level value code is as follows: 1 is Low, 2 is Medium, 3 is High. The Security\DontTrustInstalledFiles value code is: 0 is False, 1 is True. You will not find these keys written to the registry if the user has not changed them from the default setting.
Sorry... I have OL2000 at home. So I replace \9.0 to \11.0 for Office 2003 or OL2003.
I just tested it and it worked great without having exit OL. Some of the registry keys modification in IE require IE to restart to take affect but OL Macro Security reflects the registry change instantaneously.