A Windows XP help forum. PCbanter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » PCbanter forum » Microsoft Windows XP » Windows XP Help and Support
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Preventing Windows XP SP2 Home from automatically restarting



 
 
Thread Tools Display Modes
  #1  
Old June 13th 07, 12:06 PM posted to microsoft.public.windowsxp.help_and_support
Daniel Prince
external usenet poster
 
Posts: 12
Default Preventing Windows XP SP2 Home from automatically restarting

Is there any way I can prevent Windows XP SP2 Home from
automatically restarting when it does an update?

A little while ago I was in the middle of downloading about 1.8 gigs
from the Easynews web server when Windows popped up a message box
saying that it HAD TO restart. I clicked "later" but about five
minutes later the message box came up again.

Since I needed to go to bed and could not sit and supervise my
computer for three or four hours, I had to let Windows restart. I
lost about a gig of partially downloaded files. I am EXTREMELY
annoyed.

I think the message box should have a "don't restart until I tell
you to" option. It should also check to see if the user is
downloading something or using the computer in some other way.
Windows could do this by checking CPU and hard disk activity.

Can I completely disable this automatic restart "feature"? Thank
you in advance for all replies.
--
Whenever I hear or think of the song "Great green gobs of greasy
grimey gopher guts" I imagine my cat saying; "That sounds REALLY,
REALLY good. I'll have some of that!"
Ads
  #2  
Old June 13th 07, 02:04 PM posted to microsoft.public.windowsxp.help_and_support
TOAO
external usenet poster
 
Posts: 73
Default Preventing Windows XP SP2 Home from automatically restarting

Hi ... If you go to the Control Panel and double click on Automatic Updates
, Place the Dot on " Notify me but don't automatically download or install
them " This way you will be notify when there is any and you can choose at
what time you would like to update them


"Daniel Prince" wrote in message
...
Is there any way I can prevent Windows XP SP2 Home from
automatically restarting when it does an update?

A little while ago I was in the middle of downloading about 1.8 gigs
from the Easynews web server when Windows popped up a message box
saying that it HAD TO restart. I clicked "later" but about five
minutes later the message box came up again.

Since I needed to go to bed and could not sit and supervise my
computer for three or four hours, I had to let Windows restart. I
lost about a gig of partially downloaded files. I am EXTREMELY
annoyed.

I think the message box should have a "don't restart until I tell
you to" option. It should also check to see if the user is
downloading something or using the computer in some other way.
Windows could do this by checking CPU and hard disk activity.

Can I completely disable this automatic restart "feature"? Thank
you in advance for all replies.
--
Whenever I hear or think of the song "Great green gobs of greasy
grimey gopher guts" I imagine my cat saying; "That sounds REALLY,
REALLY good. I'll have some of that!"



  #3  
Old June 13th 07, 05:37 PM posted to microsoft.public.windowsxp.help_and_support
Mark L. Ferguson
external usenet poster
 
Posts: 4,253
Default Preventing Windows XP SP2 Home from automatically restarting

This script file is a little kludgy in that the focus might get grabbed
during the sendkeys, but it works fine here, when I am away.

--repeatDelay.vbs--
set shell = createobject("wscript.shell")
delays=12
' repeats delay 12 times (approx. an hour)
' Mark L. Ferguson 2007
'
' all email without "QZ" as part of the subject line are deleted automatically
while delays 0
while NOT shell.appactivate("Automatic Updates")
wscript.sleep 10000
' waits for 10 seconds
wend
wscript.sleep 200
shell.appactivate("Automatic Updates")
shell.sendkeys "{TAB}"
wscript.sleep 200
shell.sendkeys "{TAB}"
wscript.sleep 200
shell.sendkeys "{ENTER}"
delays=delays-1
wscript.sleep 5000
wend
wscript.quit
--end file cut here--
--
Was this post helpful to you? Then click the "Yes" button, below.
Voting helps others who use the web interface.
Mark L. Ferguson



"Daniel Prince" wrote:

Is there any way I can prevent Windows XP SP2 Home from
automatically restarting when it does an update?

A little while ago I was in the middle of downloading about 1.8 gigs
from the Easynews web server when Windows popped up a message box
saying that it HAD TO restart. I clicked "later" but about five
minutes later the message box came up again.

Since I needed to go to bed and could not sit and supervise my
computer for three or four hours, I had to let Windows restart. I
lost about a gig of partially downloaded files. I am EXTREMELY
annoyed.

I think the message box should have a "don't restart until I tell
you to" option. It should also check to see if the user is
downloading something or using the computer in some other way.
Windows could do this by checking CPU and hard disk activity.

Can I completely disable this automatic restart "feature"? Thank
you in advance for all replies.
--
Whenever I hear or think of the song "Great green gobs of greasy
grimey gopher guts" I imagine my cat saying; "That sounds REALLY,
REALLY good. I'll have some of that!"

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off






All times are GMT +1. The time now is 01:57 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 PCbanter.
The comments are property of their posters.