Outlook 2k3

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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...
 
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
 
Back
Top