Reputation: 21
Is it possible to turn off "Always Prompt For Logon Credentials" in Outlook 2007 using vbscript?
Upvotes: 1
Views: 7452
Reputation: 21
Found the following article and it solved my issue. http://support.microsoft.com/kb/940171
HKCU\Software\Policies\Microsoft\Office\12.0\Outlook\Security\PromptForCredentials
DWORD set to 0
Thanks to 76mel for the tip.
Upvotes: 1