• Now unable to turn off Automatic Update ballons!

    Home » Forums » AskWoody support » Windows » Windows Vista, XP and earlier » Questions: Vista, XP back to 3.1 » Now unable to turn off Automatic Update ballons!

    Author
    Topic
    #469034

    Since the addition of Net Framework 3.5 to XP you cannot turn off the Automatic Updates ballons using msconfig.exe and then log onto the update site that usesActive-X to find the current updates you need! This particularly annoys me since I hate those ballons! I am well aware I have turned off automatic updates and have to go and do my updates manually. Does anyone know a way around this? This is one area that has been improved in Windows 7 but is continuing to be a source of shear annoyance on my desktop computer that runs XP Professional. If anyone has figured out how to get around this dastardly Microsoft trait, let me know! Every time I do anything I have to turn that ballon off first and it comes up so frequently it’s ultra annoying! I’m sick of the yellow shield in my system tray! As far as I’m concerned it has to be made very clear to Microsoft that this behavior is completely unacceptable! Maybe we should hit them where it hurts…in the pocketbook!

    Viewing 1 reply thread
    Author
    Replies
    • #1224770

      Do you mean the security center message about Automatic Updating not being configured? If that is not it please post a screenshot of the message or at least post the exact text.

      Joe

      --Joe

    • #1224826

      Are you using this…

      ‘xp_balloontips.vbs – Disables/Enables Windows XP BalloonTips
      ‘© Doug Knox – rev 02/06/2002
      ‘This code may be freely distributed/modified

      Option Explicit

      ‘Declare variables
      Dim WSHShell, n, MyBox, p, itemtype, Title

      Set WSHShell = WScript.CreateObject(“WScript.Shell”)
      p = “HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerAdvanced”
      p = p & “EnableBalloonTips”
      itemtype = “REG_DWORD”
      n = 0

      WSHShell.RegWrite p, n, itemtype
      Title = “Balloon Tips are now Disabled.” & vbCR
      Title = Title & “You may need to log off/log on” & vbCR
      Title = Title & “For the change to take effect.”
      MyBox = MsgBox(Title,4096,”Finished”)

      xp_balloontips.vbs -Disable Windows® XP’s Balloon Tips, by Doug Knox – 02/06/2002

    Viewing 1 reply thread
    Reply To: Now unable to turn off Automatic Update ballons!

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: