1. You are viewing our forum as a guest. For full access please Register. WindowsBBS.com is completely free, paid for by advertisers and donations.

Can I stop "Automatic Update is turned off" nag message?

Discussion in 'Windows XP' started by pianoman1948, 2005/02/14.

Thread Status:
Not open for further replies.
  1. 2005/02/14
    pianoman1948

    pianoman1948 Inactive Thread Starter

    Joined:
    2005/02/08
    Messages:
    45
    Likes Received:
    0
    I just installed XP SP2, and one thing is annoying me: I prefer to manually install Windows Updates myself, so I turned off Automatic Update. But every time I re-boot I get this balloon reminding me that it is off, and directing me to click on the balloon to fix this "problem ". It's not a problem <grrr>! Anybody know of a way to stop the nag?

    Thanks,
    Ted
     
  2. 2005/02/14
    PeteC

    PeteC SuperGeek Staff

    Joined:
    2002/05/10
    Messages:
    28,896
    Likes Received:
    389
    Set it to 'Notify' - when the icon appears at boot up - only when there are updates available - open the dialogue and untick the updates offered, or go to Windows Update and install them.
     

  3. to hide this advert.

  4. 2005/02/14
    Arie

    Arie Administrator Administrator Staff

    Joined:
    2001/12/27
    Messages:
    15,174
    Likes Received:
    412
    You can set a registry key for it:

    HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Security Center

    DWORD = UpdatesDisableNotify
    Value: 1

    A Windows restart is needed to change this setting.
     
    Arie,
    #3
  5. 2005/02/14
    Bmoore1129

    Bmoore1129 Geek Member

    Joined:
    2002/06/11
    Messages:
    1,675
    Likes Received:
    3
    or

    Goto Control Panel>Security center. Click on "Change the way Security Center Alerts Me ". Turn off alerts.
     
  6. 2005/02/14
    pianoman1948

    pianoman1948 Inactive Thread Starter

    Joined:
    2005/02/08
    Messages:
    45
    Likes Received:
    0
    Thanks. That was what I was gonna do .. IF I can't find out how to actually stop it from nagging me.

    Ted
     
  7. 2005/02/14
    pianoman1948

    pianoman1948 Inactive Thread Starter

    Joined:
    2005/02/08
    Messages:
    45
    Likes Received:
    0
    THAT sounds like what I am looking for. BUT ..... that option is *grayed out* !! <grrrrr>

    Freakin Microsoft. XP wants to do too much for me.

    Anybody know where (probably) the registry key is that will turn that option on?

    Thanks,
    Ted
     
  8. 2005/02/14
    surferdude2

    surferdude2 Inactive

    Joined:
    2004/07/04
    Messages:
    4,009
    Likes Received:
    23
    I think Arie already posted that didn't he?

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center\Updatesdisablenotify

    edit the value to 1 to disabling
     
    Last edited: 2005/02/14
  9. 2005/02/14
    pianoman1948

    pianoman1948 Inactive Thread Starter

    Joined:
    2005/02/08
    Messages:
    45
    Likes Received:
    0
    Hmmm, this folder (hive?) doesn't exist in my registry.

    Thanks,
    Ted
     
  10. 2005/02/14
    surferdude2

    surferdude2 Inactive

    Joined:
    2004/07/04
    Messages:
    4,009
    Likes Received:
    23
    Create it.
     
  11. 2005/02/14
    surferdude2

    surferdude2 Inactive

    Joined:
    2004/07/04
    Messages:
    4,009
    Likes Received:
    23
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center]
     "UpdatesDisableNotify "=dword:00000001
    Copy/paste to Notepad, save as notify.reg and run it.
     
    Last edited: 2005/02/14
  12. 2005/02/15
    pianoman1948

    pianoman1948 Inactive Thread Starter

    Joined:
    2005/02/08
    Messages:
    45
    Likes Received:
    0
    I thought that was something different. We're talking about two different actions that were suggested:

    1. Leaving Automatic Update ON, but making it "Notify" when updates are available (instead of just going ahead and applying them), and
    2. Turning Automatic Update OFF ... and getting rid of the nag balloon.

    I thought what PeteC and Arie posted were two different ways to do the same thing, which is number 1 above.

    But what I really want to do is number 2, which is entirely different. It sounded like Bmoore1129's post said how to do that. The only problem is the option Bmoore1129 said to click on was grayed out on my machine. The registry key I was asking for was to un-gray that option, not to set Automatic Update to "On but only Notify" mode.

    "Change the way Security Center Alerts Me" was grayed out on my computer at work. Interestingly enough, I went home and checked it there, and it was available, so I was able to do what Bmoore1129 said. Hopefully that will take care of it.

    Thanks,
    Ted
     
  13. 2005/02/15
    Zander

    Zander Geek Member Alumni

    Joined:
    2002/01/07
    Messages:
    4,084
    Likes Received:
    5
    How about just turning off the balloon tips? They're kind of a pain anyway. If you want to do this, look at this page for instructions.

    Customize the Notification Area

    If you do this, the balloon tips will be turned off for everything.
     
  14. 2005/02/15
    pianoman1948

    pianoman1948 Inactive Thread Starter

    Joined:
    2005/02/08
    Messages:
    45
    Likes Received:
    0
    THAT's the best possible solution! Very cool, thanks.
     
  15. 2005/02/15
    surferdude2

    surferdude2 Inactive

    Joined:
    2004/07/04
    Messages:
    4,009
    Likes Received:
    23
    For some of us, those balloons are a pain and always seem to paste themselves right where I need to look. :)

    I have automated the disable process to pass it along to those who are afraid of manually editing the Registry.

    NoBalloons.reg

    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
     "EnableBalloonTips "=dword:00000000
    
    YesBalloons.reg

    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
     "EnableBalloonTips "=dword:00000001
    
    
    Then I found that I liked NoBalloons so well that I never use YesBalloons. ;)
     
  16. 2005/02/15
    pianoman1948

    pianoman1948 Inactive Thread Starter

    Joined:
    2005/02/08
    Messages:
    45
    Likes Received:
    0
    I also found some good looking info on the topic at http://www.winxptutor.com/sp2/seccenteralert.htm

    but it still doesn't address why "Change the way Security Center Alerts Me" is grayed out. I would think there's a registry key for that.

    But I found this:

    Disclaimer: Under the Resources tab, the header "Change the way Security Center alerts me" may be grayed out. This indicates that the Firewall is already turned off.

    at http://www.clemson.edu/client/sguides/XPSP2/index.php

    But I checked and my firewall was on, and the link is still grayed out.

    <shrug>

    Ted
     
  17. 2005/02/15
    Bmoore1129

    Bmoore1129 Geek Member

    Joined:
    2002/06/11
    Messages:
    1,675
    Likes Received:
    3
    pianoman1948

    Go to Control Panel>administrative tools>services. Scroll down to Security Center and start it to running. Back out of this stuff and then go to the greyed out and see if it is working now. You should see three check boxes for alerts.
     
  18. 2005/02/15
    pianoman1948

    pianoman1948 Inactive Thread Starter

    Joined:
    2005/02/08
    Messages:
    45
    Likes Received:
    0
    Thanks for the repsonse. Nope, Security Center was already running.
     
  19. 2005/02/15
    Arie

    Arie Administrator Administrator Staff

    Joined:
    2001/12/27
    Messages:
    15,174
    Likes Received:
    412
    "At work" might be a clue though... there could be a policy in place that prevents these changes.
     
Thread Status:
Not open for further replies.

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.