|
-
May 19th, 2005, 07:27 PM
#1
Thread Starter
transcendental analytic
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.
-
May 19th, 2005, 07:57 PM
#2
Re: automatic updates
You mean it prompts you for restarting even after you've restarted?
-
May 19th, 2005, 08:30 PM
#3
Thread Starter
transcendental analytic
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.
-
May 20th, 2005, 10:18 AM
#4
Fanatic Member
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
-
May 20th, 2005, 01:37 PM
#5
Automatic Updates!!!!!
VB Code:
'Windows Update Logic
Start:
If IsAutoUpdateDisabled Then
HarassCustomer()
End If
If NewUpdatesReleased Then
HarassCustomer()
DownloadUpdates()
End If
If NewUpdatesReadyToInstall Then
HarassCustomer()
InstallUpdates()
End If
If UpdatesNeedRestart Then
Do
Wait(150000)
HarassCustomer()
Loop
End If
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
-
May 20th, 2005, 02:51 PM
#6
Re: automatic updates
why dont you just restart?? :/
-
May 20th, 2005, 03:32 PM
#7
Thread Starter
transcendental analytic
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.
-
May 20th, 2005, 04:34 PM
#8
Hyperactive Member
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).
-
May 23rd, 2005, 05:18 AM
#9
Re: automatic updates
Gawd, what's wrong with you people, some of you just have NFI and love to whinge about Microsoft.
 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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|