Results 1 to 9 of 9

Thread: Disable Outlook Connectivity Notifications via registry

  1. #1
    etabush is offline Junior Member Outlook 2010 64 bit
    Exchange Server account
    Join Date
    Jan 2012
    Posts
    10

    Default Disable Outlook Connectivity Notifications via registry

    Anyone know how to disable Outlook connectivity notifications via a registry change? or command shell?

    I'd like to script it.
    Also let me know if there's any differences in outlook 03,07, or 10...

  2. #2
    Diane Poremsky's Avatar
    Diane Poremsky is offline Outlook MVP Outlook 2010 64 bit
    Exchange Server account
    Join Date
    Jun 2009
    Location
    Ohio
    Posts
    2,483

    Default Re: Disable Outlook Connectivity Notifications via registry

    Those are the task bar notifications that are turned off by clicking on the outlook icon and choosing Show... ? Yes, you can turn them off in the registry...

    The key is
    HKEY_CURRENT_USER\Software\Microsoft\Office\xx.0\O utlook\Display Types\Balloons

    You can set each of these keys on (1) or off (0):
    Show Exchange Server Messages:
    DWORD: Exchange

    Show Network Connectivity Changes:
    DWORD: NetConn

    Show Network Warnings:
    DWORD: NetWarn

    It's the same for all versions - just the version # needs to be changed.
    http://www.slipstick.com/exchange/disabling-network-popups/


    You can also do this in the OCT/CIW. I don't see it in the group policy editor, but it should be there- I must be blind this moring.

  3. #3
    etabush is offline Junior Member Outlook 2010 64 bit
    Exchange Server account
    Join Date
    Jan 2012
    Posts
    10

    Default Re: Disable Outlook Connectivity Notifications via registry

    Do i have to create these keys? because they dont exist in my registry (in balloons folder)

    Also you said to make changes in HKEY_CURRENT_USER. Can it be done in local machine so it affects all users?

  4. #4
    Diane Poremsky's Avatar
    Diane Poremsky is offline Outlook MVP Outlook 2010 64 bit
    Exchange Server account
    Join Date
    Jun 2009
    Location
    Ohio
    Posts
    2,483

    Default Re: Disable Outlook Connectivity Notifications via registry

    Yes, you need to create the keys. I added reg files for all 3 versions of Outlook to the web page. You can add them using a log on script - they should also work under the policies key, so they can be controlled by gpo - I don't think they can be added to LM, but I never looked into it either. HKEY_USERS\.DEFAULT would be where I'd look if i didn't want ot use a logon or gpo.

  5. #5
    etabush is offline Junior Member Outlook 2010 64 bit
    Exchange Server account
    Join Date
    Jan 2012
    Posts
    10

    Default Re: Disable Outlook Connectivity Notifications via registry

    Thanks ill give that a try

  6. #6
    etabush is offline Junior Member Outlook 2010 64 bit
    Exchange Server account
    Join Date
    Jan 2012
    Posts
    10

    Default Re: Disable Outlook Connectivity Notifications via registry

    Yep it works. Thought it didnt at first but noticed it only takes affect after restarting Outlook

  7. #7
    etabush is offline Junior Member Outlook 2010 64 bit
    Exchange Server account
    Join Date
    Jan 2012
    Posts
    10

    Default Re: Disable Outlook Connectivity Notifications via registry

    Diane,
    In the link that you provided you said to add the key in:
    HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Outlook\Display Types\Balloons

    but in this thread you wrote: HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\O utlook\Display Types\Balloons

    These are 2 different locations. Does it matter if its Outlook or O utlook?

  8. #8
    etabush is offline Junior Member Outlook 2010 64 bit
    Exchange Server account
    Join Date
    Jan 2012
    Posts
    10

    Default Re: Disable Outlook Connectivity Notifications via registry

    Nevermind,
    I just tested it and it needs to go into Outlook not O utlook

  9. #9
    Diane Poremsky's Avatar
    Diane Poremsky is offline Outlook MVP Outlook 2010 64 bit
    Exchange Server account
    Join Date
    Jun 2009
    Location
    Ohio
    Posts
    2,483

    Default Re: Disable Outlook Connectivity Notifications via registry

    While keys do have spaces, they don't break words. For some reason, the forum software seems to break reg keys when they are pasted - i try to remember to fix it and forget sometimes. Sorry about that.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts