Welcome to TalkGraphics.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Dec 2000
    Location
    Hautes Pyrénées, France
    Posts
    5,083

    Default Annoying annoying Xara Update Check

    Is anybody else getting this?

    In the last 24 hours this annoying Update Check pop-up has appeared every time I launch Xara! It doesn't matter whether I tick the box "Don't show this again" or not, it still pops up every time!

    This also used to happen with Xtreme when you would get the "Download the latest videos" blah blah pop-up.

    It's really annoying. Anybody know how to get rid of it? I assume it's a registry hack. What I'd like to know is - why has it appeared now?
    Last edited by Big Frank; 16 April 2009 at 12:23 PM.
    If someone tried to make me dig my own grave I would say No.
    They're going to kill me anyway and I'd love to die the way I lived:
    Avoiding Manual Labour.

  2. #2
    Join Date
    Aug 2000
    Location
    London, UK
    Posts
    1,174

    Default Re: Annoying annoying Xara Update Check

    Yes, very irritating......... I had it recently with XX4 (not Pro) but it stopped after ticking "Don't show this again" box.
    Penny

  3. #3
    Join Date
    Aug 2000
    Location
    Ingolstadt, Germany
    Posts
    358

    Default Re: Annoying annoying Xara Update Check

    Here's what I use to stop Xtreme 4 trying to fetch unwanted updates all the time:

    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_CURRENT_USER\Software\Xara\XaraXtreme\4.0\UpdateMessages]
    "ServerCheck"=dword:7fffffff
    [HKEY_CURRENT_USER\Software\Xara\XaraXtreme\4.0\UpdateHelpAndSupport]
    "ServerCheck"=dword:7fffffff
    [HKEY_CURRENT_USER\Software\Xara\XaraXtreme\4.0\Options\Update]
    "UpdateDontShowAgain"=dword:00000001
    "SpecialsDontShowAgain"=dword:00000001
    "UpdateFileDate"=dword:7FFFFFFF
    "SpecialsFileDate"=dword:7FFFFFFF
    Save as a .reg file and import through regedit. The key name 'XaraXtreme' might well need to be changed for the Pro variant.

  4. #4
    Join Date
    Dec 2000
    Location
    Hautes Pyrénées, France
    Posts
    5,083

    Default Re: Annoying annoying Xara Update Check

    Nice one, Bob, me lad! Worked like a charm!

    For those of you with XXP4, use this:

    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_CURRENT_USER\Software\Xara\XtremePro\4.0\UpdateMessages]
    "ServerCheck"=dword:7fffffff
    [HKEY_CURRENT_USER\Software\Xara\XtremePro\4.0\UpdateHelpAndSupport]
    "ServerCheck"=dword:7fffffff
    [HKEY_CURRENT_USER\Software\Xara\XtremePro\4.0\Options\Update]
    "UpdateDontShowAgain"=dword:00000001
    "SpecialsDontShowAgain"=dword:00000001
    "UpdateFileDate"=dword:7FFFFFFF
    "SpecialsFileDate"=dword:7FFFFFFF
    If someone tried to make me dig my own grave I would say No.
    They're going to kill me anyway and I'd love to die the way I lived:
    Avoiding Manual Labour.

 

 

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
  •