Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > Aoutmatic Update off

Reply
Thread Tools Display Modes

Aoutmatic Update off

 
 
Nisse CC
Guest
Posts: n/a

 
      09-27-2004
I am running Win XP Pro with SP2. Suddenly I started to get warnings that my
Uutomatic Update is off and I can not check for updates from Windows Update.
When I look in Services the Automatic Update does not even show in the list.
How can I get it back?

/Nisse CC


 
Reply With Quote
 
 
 
 
Torgeir Bakken \(MVP\)
Guest
Posts: n/a

 
      09-27-2004
Nisse CC wrote:

> I am running Win XP Pro with SP2. Suddenly I started to get warnings that my
> Uutomatic Update is off and I can not check for updates from Windows Update.
> When I look in Services the Automatic Update does not even show in the list.
> How can I get it back?

Hi

Run this command line (from a command prompt of from Start/Run, it
installs the AutoUpdate service (line will wrap in the newsreader!):

%SystemRoot%\System32\rundll32.exe setupapi,InstallHinfSection DefaultInstall
132 %SystemRoot%\inf\au.inf

(it must be a space between DefaultInstall and 132)

If it asks for your OS CD-ROM to get some files, just point it to the
folder %windir%\System32 (%windir% is typically C:\Windows).

Then run the following commands:

regsvr32.exe wuaueng.dll
regsvr32.exe wuapi.dll
regsvr32.exe wups.dll
regsvr32.exe wucltui.dll


Then start regedit.exe and locate the key
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\wuauserv

If you find a DeleteFlag value there, delete the DeleteFlag value.

Do a reboot.

After the reboot, check if you can start and stop the Automatic
Updates service successfully from services.msc


The missing Automatic Updates service might be the work of a worm or
something similar (it could be from some spyware or parasite as well).

To try to find what has caused this:

Run a cleanup tool, e.g. Stinger.exe from McAfee, it removes 30+
virus/worms in one sweep.

McAfee AVERT Stinger
http://vil.nai.com/vil/stinger/


and this one:

On Line Virus Scan
http://housecall.trendmicro.com


For the Spyware and Parasites part, you will need to run other tools:

Dealing with Unwanted Spyware and Parasites
http://www.mvps.org/winhelp2002/unwanted.htm

The Parasite Fight Quick Fix Protocol
http://aumha.org/a/quickfix.htm


--
torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of
the 1328 page Scripting Guide:
http://www.microsoft.com/technet/scr...r/default.mspx
 
Reply With Quote
 
Nisse CC
Guest
Posts: n/a

 
      09-28-2004
I have tried your suggestions and I get Auotomatic Updates back into the
Services list but as Disabled and flagged for deletion. Have used Stinger but
nothing detected.

Nisse CC

"Torgeir Bakken (MVP)" wrote:

> Nisse CC wrote:
>
> > I am running Win XP Pro with SP2. Suddenly I started to get warnings that my
> > Uutomatic Update is off and I can not check for updates from Windows Update.
> > When I look in Services the Automatic Update does not even show in the list.
> > How can I get it back?

> Hi
>
> Run this command line (from a command prompt of from Start/Run, it
> installs the AutoUpdate service (line will wrap in the newsreader!):
>
> %SystemRoot%\System32\rundll32.exe setupapi,InstallHinfSection DefaultInstall
> 132 %SystemRoot%\inf\au.inf
>
> (it must be a space between DefaultInstall and 132)
>
> If it asks for your OS CD-ROM to get some files, just point it to the
> folder %windir%\System32 (%windir% is typically C:\Windows).
>
> Then run the following commands:
>
> regsvr32.exe wuaueng.dll
> regsvr32.exe wuapi.dll
> regsvr32.exe wups.dll
> regsvr32.exe wucltui.dll
>
>
> Then start regedit.exe and locate the key
> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\wuauserv
>
> If you find a DeleteFlag value there, delete the DeleteFlag value.
>
> Do a reboot.
>
> After the reboot, check if you can start and stop the Automatic
> Updates service successfully from services.msc
>
>
> The missing Automatic Updates service might be the work of a worm or
> something similar (it could be from some spyware or parasite as well).
>
> To try to find what has caused this:
>
> Run a cleanup tool, e.g. Stinger.exe from McAfee, it removes 30+
> virus/worms in one sweep.
>
> McAfee AVERT Stinger
> http://vil.nai.com/vil/stinger/
>
>
> and this one:
>
> On Line Virus Scan
> http://housecall.trendmicro.com
>
>
> For the Spyware and Parasites part, you will need to run other tools:
>
> Dealing with Unwanted Spyware and Parasites
> http://www.mvps.org/winhelp2002/unwanted.htm
>
> The Parasite Fight Quick Fix Protocol
> http://aumha.org/a/quickfix.htm
>
>
> --
> torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
> Administration scripting examples and an ONLINE version of
> the 1328 page Scripting Guide:
> http://www.microsoft.com/technet/scr...r/default.mspx
>

 
Reply With Quote
 
CG (Computer Guy)
Guest
Posts: n/a

 
      11-02-2004
Looks like you have Trojan.Boxed.C
Go here and read about it and get the fix..
http://securityresponse.symantec.com...n.boxed.c.html

CG


"Nisse CC" wrote:

> I have tried your suggestions and I get Auotomatic Updates back into the
> Services list but as Disabled and flagged for deletion. Have used Stinger but
> nothing detected.
>
> Nisse CC
>
> "Torgeir Bakken (MVP)" wrote:
>
> > Nisse CC wrote:
> >
> > > I am running Win XP Pro with SP2. Suddenly I started to get warnings that my
> > > Uutomatic Update is off and I can not check for updates from Windows Update.
> > > When I look in Services the Automatic Update does not even show in the list.
> > > How can I get it back?

> > Hi
> >
> > Run this command line (from a command prompt of from Start/Run, it
> > installs the AutoUpdate service (line will wrap in the newsreader!):
> >
> > %SystemRoot%\System32\rundll32.exe setupapi,InstallHinfSection DefaultInstall
> > 132 %SystemRoot%\inf\au.inf
> >
> > (it must be a space between DefaultInstall and 132)
> >
> > If it asks for your OS CD-ROM to get some files, just point it to the
> > folder %windir%\System32 (%windir% is typically C:\Windows).
> >
> > Then run the following commands:
> >
> > regsvr32.exe wuaueng.dll
> > regsvr32.exe wuapi.dll
> > regsvr32.exe wups.dll
> > regsvr32.exe wucltui.dll
> >
> >
> > Then start regedit.exe and locate the key
> > HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\wuauserv
> >
> > If you find a DeleteFlag value there, delete the DeleteFlag value.
> >
> > Do a reboot.
> >
> > After the reboot, check if you can start and stop the Automatic
> > Updates service successfully from services.msc
> >
> >
> > The missing Automatic Updates service might be the work of a worm or
> > something similar (it could be from some spyware or parasite as well).
> >
> > To try to find what has caused this:
> >
> > Run a cleanup tool, e.g. Stinger.exe from McAfee, it removes 30+
> > virus/worms in one sweep.
> >
> > McAfee AVERT Stinger
> > http://vil.nai.com/vil/stinger/
> >
> >
> > and this one:
> >
> > On Line Virus Scan
> > http://housecall.trendmicro.com
> >
> >
> > For the Spyware and Parasites part, you will need to run other tools:
> >
> > Dealing with Unwanted Spyware and Parasites
> > http://www.mvps.org/winhelp2002/unwanted.htm
> >
> > The Parasite Fight Quick Fix Protocol
> > http://aumha.org/a/quickfix.htm
> >
> >
> > --
> > torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
> > Administration scripting examples and an ONLINE version of
> > the 1328 page Scripting Guide:
> > http://www.microsoft.com/technet/scr...r/default.mspx
> >

 
Reply With Quote
 
 
 
Reply

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Windows update error 80070103 - Beta 2 Vista NVIDIA Driver Update Deepak Shenoy Windows Vista General Discussion 4 02-28-2007 01:26 PM
Update KB 835732 "setup cannot update your Windows XP files because the language installed on your system is different from the update language" Anna Windows Update 1 05-03-2004 04:53 PM
PROBLEM: Software Update Incomplete, This Windows Update Software Did Not Update Windows Update 1 02-13-2004 10:08 PM
Win98 Windows update starts update download window but never downloads anything Jonny Windows Update 1 02-04-2004 10:30 AM
Re: Windows update stops before it finishes, Update Log file doesn't report any errors. What's causing it? Lucy [MS] Windows Update 1 10-18-2003 07:48 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59