Outlook 2k3

A

ADemestihas

I'm tring to find the registry key to disable the following Outlook settings:

"Show Network Warnings"
"Show Exchange Server Messages"
"Show Network Connectivity Changes"

Our users are calling everytime a message pops up, and I want to disable it
through our login scripts, but I can't find the right registry key?

Any help would be appreciated...
 
S

Sue Mosher [MVP-Outlook]

From Appendix B in my latest book (see signature):

Show Network Warnings
Key: HKCU\Software\Microsoft\Office\11.0\Outlook\Display Types\Balloons
Value name: NetWarn
Value type: REG_DWORD
Value data: 1 = Enable, 0 = Disable

Show Exchange Server Messages
Key: HKCU\Software\Microsoft\Office\11.0\Outlook\Display Types\Balloons
Value name: Exchange
Value type: REG_DWORD
Value data: 1 = Enable, 0 = Disable

Show Network Connectivity Changes
Key: HKCU\Software\Microsoft\Office\11.0\Outlook\Display Types\Balloons
Value name: NetConn
Value type: REG_DWORD
Value data: 1 = Enable, 0 = Disable

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top