Results 1 to 9 of 9

Thread: automatic updates

  1. #1

    Thread Starter
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221

    automatic updates

    I managed to turn off automatic updating, but the annoying thing still bugs me about restarting to complete the installation, is there way to get it to stop bugging me? It wouldn't be so bad if it wouldn't autorestart
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: automatic updates

    You mean it prompts you for restarting even after you've restarted?

  3. #3

    Thread Starter
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221

    Re: automatic updates

    No, I haven't restarted yet.. can't I kill the process which asks it or would that screw up the installation?
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  4. #4
    Fanatic Member ALL's Avatar
    Join Date
    Jul 2004
    Location
    192.168.1.1
    Posts
    711

    Re: automatic updates

    no, because when you kill that process (cant remember which one) it will automaticly come back, because it has ties in with the other process, like explorer.exe
    Please support one of my projects?
    TKForums.com

    Web Forum
    JavaScript Wiki
    ________________________
    If somone helps you, please rate their post, by clicking the to rate their post

  5. #5
    Frenzied Member <ABX's Avatar
    Join Date
    Jul 2002
    Location
    Canada eh...
    Posts
    1,622

    Angry Automatic Updates!!!!!

    VB Code:
    1. 'Windows Update Logic
    2. Start:
    3. If IsAutoUpdateDisabled Then
    4.     HarassCustomer()
    5. End If
    6.  
    7. If NewUpdatesReleased Then
    8.    HarassCustomer()
    9.    DownloadUpdates()
    10. End If
    11.  
    12. If NewUpdatesReadyToInstall Then
    13.    HarassCustomer()
    14.    InstallUpdates()
    15. End If
    16.  
    17. If UpdatesNeedRestart Then
    18.   Do
    19.       Wait(150000)
    20.       HarassCustomer()
    21.   Loop
    22. End If
    23.  
    24. Goto Start

    See any patterns?

    Any way I can STOP the DAMNED thing from Harassing me every 15 minutes to restart?

    Edit: how did I miss the other thread ???? (Dammit, why cant I delete this!!!)
    Tips:
    • Google is your friend! Search before posting!
    • Name your thread appropriately... "I Need Help" doesn't cut it!
    • Always post your code!!!! We can't read your mind!!! (well, at least most of us!)
    • Allways Include the Name and Line of the Exception (if one is occuring!)
    • If it is relevant state the version of Visual Studio/.Net Framwork you are using (2002/2003/2005)


    If you think I was helpful, rate my post
    IRC Contact: Rizon/xous ChakraNET/xous Freenode/xous

  6. #6
    PowerPoster kfcSmitty's Avatar
    Join Date
    May 2005
    Posts
    2,248

    Re: automatic updates

    why dont you just restart?? :/

  7. #7

    Thread Starter
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221

    Re: automatic updates

    I have restarted now. Last time I lost 3 days of work, just because I was away 20 mins from my comp. If you want to get rid of this:

    http://www.annoyances.org/exec/show/article03-002
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  8. #8
    Hyperactive Member
    Join Date
    Jul 2002
    Location
    WGTN, New Zealand
    Posts
    338

    Re: automatic updates

    That's what you get from using a crappy operating system. Everything after Windows 2000 just went downhill. Resource-hungry, buggy, etc.

    Isn't there a service (in Computer Management) that is called "Automatic Updates" or something? Microsoft of course would leave this on by default, but turning it off would stop it complaining (and updating).

  9. #9
    Frenzied Member Ideas Man's Avatar
    Join Date
    Aug 2002
    Location
    Australia
    Posts
    1,718

    Re: automatic updates

    Gawd, what's wrong with you people, some of you just have NFI and love to whinge about Microsoft.

    Quote Originally Posted by Dreamlax
    Microsoft of course would leave this on by default, but turning it off would stop it complaining (and updating).
    Why, why should they disable it? Most people in the world don't understand that they need to update, and lots tend to forget to reboot after updating, I don't see anything wrong with it. If you can't handle it, then do it manually, it's not hard to turn off, stop acting like a child, blaming Microsoft for something that is really a non-issue when you think about it (unless you are a linux supporter, than anything to do with Microsoft is an issue, no matter how pathetic it is).

    <ABX, I have no idea where you got that poor logic from, but mine doesn't prompt me when it's off, and most of those prompts you can automatically accept anyway, so it looks like you were in need of a Microsoft whinge to me.
    I use Microsoft Visual Basic 2005. (Therefore, most code samples I provide will be based around the .NET Framework v2.0, unless otherwise specified)

Posting Permissions

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



Click Here to Expand Forum to Full Width