Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > Windows Upate

Reply
Thread Tools Display Modes

Windows Upate

 
 
Ronpaul53
Guest
Posts: n/a

 
      07-07-2006
Automatic updates in windows 2000 service pack 4 fully up to date. Under
services.msc Automatic Updates will not stay on automatic after restart or
log off goes back to disabled. checked everything that i can see have even
compared registry with my laptop under svchost search. Can anyone suggest
anything as it is beggining to bug me.
 
Reply With Quote
 
 
 
 
MowGreen [MVP]
Guest
Posts: n/a

 
      07-08-2006
Was the system ever on a network ? An existing Group Policy may be
causing the behavior if it was.
If it wasn't, go to Start > Run, copy and paste this into the Open:with
window -

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

Click OK
You may be prompted for the Win 2K CD. If files are requested that are
not on the CD, browse to the WINNT\ServicePackFiles\i386 folder.
Restart the system when done.
Did that resolve the issue ?

MowGreen [MVP 2003-2006]
===============
*-343-* FDNY
Never Forgotten
===============


Ronpaul53 wrote:

> Automatic updates in windows 2000 service pack 4 fully up to date. Under
> services.msc Automatic Updates will not stay on automatic after restart or
> log off goes back to disabled. checked everything that i can see have even
> compared registry with my laptop under svchost search. Can anyone suggest
> anything as it is beggining to bug me.

 
Reply With Quote
 
Ronpaul53
Guest
Posts: n/a

 
      07-08-2006
Thanks MowGreen, Service was changed to automatic after running your
suggestion, unfortunately after a restart went back to disabled, I am on a
Home network but nothing has changed and in fact did a clean install (for
other reasons) only a few days ago.

"MowGreen [MVP]" wrote:

> Was the system ever on a network ? An existing Group Policy may be
> causing the behavior if it was.
> If it wasn't, go to Start > Run, copy and paste this into the Open:with
> window -
>
> %SystemRoot%\System32\rundll32.exe setupapi,InstallHinfSection
> AutoUpdate 132 %SystemRoot%\inf\au.inf
>
> Click OK
> You may be prompted for the Win 2K CD. If files are requested that are
> not on the CD, browse to the WINNT\ServicePackFiles\i386 folder.
> Restart the system when done.
> Did that resolve the issue ?
>
> MowGreen [MVP 2003-2006]
> ===============
> *-343-* FDNY
> Never Forgotten
> ===============
>
>
> Ronpaul53 wrote:
>
> > Automatic updates in windows 2000 service pack 4 fully up to date. Under
> > services.msc Automatic Updates will not stay on automatic after restart or
> > log off goes back to disabled. checked everything that i can see have even
> > compared registry with my laptop under svchost search. Can anyone suggest
> > anything as it is beggining to bug me.

>

 
Reply With Quote
 
MowGreen [MVP]
Guest
Posts: n/a

 
      07-09-2006
Check the System event log for any errors from Automatic Update Agent or
something similar.
Go to Start, Run, type in

eventvwr.msc

Click OK
If you locate any error with the Source being the Windows Update Agent
or Automatic Update, double click it.
I'm not that familiar with Win 2K, but in XP there is a file icon just
under the up and down arrows. If one clicks that, then the error is
copied to the Clipboard.
Paste the error into your reply so we can see what's up.

MowGreen [MVP 2003-2006]
===============
*-343-* FDNY
Never Forgotten
===============


Ronpaul53 wrote:
> Thanks MowGreen, Service was changed to automatic after running your
> suggestion, unfortunately after a restart went back to disabled, I am on a
> Home network but nothing has changed and in fact did a clean install (for
> other reasons) only a few days ago.
>
> "MowGreen [MVP]" wrote:
>
>
>>Was the system ever on a network ? An existing Group Policy may be
>>causing the behavior if it was.
>>If it wasn't, go to Start > Run, copy and paste this into the Open:with
>>window -
>>
>>%SystemRoot%\System32\rundll32.exe setupapi,InstallHinfSection
>>AutoUpdate 132 %SystemRoot%\inf\au.inf
>>
>>Click OK
>>You may be prompted for the Win 2K CD. If files are requested that are
>>not on the CD, browse to the WINNT\ServicePackFiles\i386 folder.
>>Restart the system when done.
>>Did that resolve the issue ?
>>
>>MowGreen [MVP 2003-2006]
>>===============
>> *-343-* FDNY
>>Never Forgotten
>>===============
>>
>>
>>Ronpaul53 wrote:
>>
>>
>>>Automatic updates in windows 2000 service pack 4 fully up to date. Under
>>>services.msc Automatic Updates will not stay on automatic after restart or
>>>log off goes back to disabled. checked everything that i can see have even
>>>compared registry with my laptop under svchost search. Can anyone suggest
>>>anything as it is beggining to bug me.

>>

 
Reply With Quote
 
Ronpaul53
Guest
Posts: n/a

 
      07-09-2006
I have no errors for update apart from one failure to update other than one
security update, that was on 30/06/2006 (installation) however I have a lot
of NetBT which is the only error could possibly be associated with problem,
so have attached copy of error log entry.

Event Type: Error
Event Source: NetBT
Event Category: None
Event ID: 4311
Date: 09/07/2006
Time: 14:19:34
User: N/A
Computer: TYSON
Description:
Initialization failed because the driver device could not be created.
Data:
0000: 00 00 04 00 01 00 54 00 ......T.
0008: 00 00 00 00 d7 10 00 c0 ....×..À
0010: 11 01 00 00 00 00 00 00 ........
0018: 00 00 00 00 00 00 00 00 ........
0020: 00 00 00 00 00 00 00 00 ........
0028: 3b 00 00 c0 ;..À


"MowGreen [MVP]" wrote:

> Check the System event log for any errors from Automatic Update Agent or
> something similar.
> Go to Start, Run, type in
>
> eventvwr.msc
>
> Click OK
> If you locate any error with the Source being the Windows Update Agent
> or Automatic Update, double click it.
> I'm not that familiar with Win 2K, but in XP there is a file icon just
> under the up and down arrows. If one clicks that, then the error is
> copied to the Clipboard.
> Paste the error into your reply so we can see what's up.
>
> MowGreen [MVP 2003-2006]
> ===============
> *-343-* FDNY
> Never Forgotten
> ===============
>
>
> Ronpaul53 wrote:
> > Thanks MowGreen, Service was changed to automatic after running your
> > suggestion, unfortunately after a restart went back to disabled, I am on a
> > Home network but nothing has changed and in fact did a clean install (for
> > other reasons) only a few days ago.
> >
> > "MowGreen [MVP]" wrote:
> >
> >
> >>Was the system ever on a network ? An existing Group Policy may be
> >>causing the behavior if it was.
> >>If it wasn't, go to Start > Run, copy and paste this into the Open:with
> >>window -
> >>
> >>%SystemRoot%\System32\rundll32.exe setupapi,InstallHinfSection
> >>AutoUpdate 132 %SystemRoot%\inf\au.inf
> >>
> >>Click OK
> >>You may be prompted for the Win 2K CD. If files are requested that are
> >>not on the CD, browse to the WINNT\ServicePackFiles\i386 folder.
> >>Restart the system when done.
> >>Did that resolve the issue ?
> >>
> >>MowGreen [MVP 2003-2006]
> >>===============
> >> *-343-* FDNY
> >>Never Forgotten
> >>===============
> >>
> >>
> >>Ronpaul53 wrote:
> >>
> >>
> >>>Automatic updates in windows 2000 service pack 4 fully up to date. Under
> >>>services.msc Automatic Updates will not stay on automatic after restart or
> >>>log off goes back to disabled. checked everything that i can see have even
> >>>compared registry with my laptop under svchost search. Can anyone suggest
> >>>anything as it is beggining to bug me.
> >>

>

 
Reply With Quote
 
MowGreen [MVP]
Guest
Posts: n/a

 
      07-09-2006
For the NetBT event error, see this MSKB :

http://support.microsoft.com/kb/842715

Could you please post the error that deals with the security update ?
Thanks.

MowGreen [MVP 2003-2006]
===============
*-343-* FDNY
Never Forgotten
===============


Ronpaul53 wrote:
> I have no errors for update apart from one failure to update other than one
> security update, that was on 30/06/2006 (installation) however I have a lot
> of NetBT which is the only error could possibly be associated with problem,
> so have attached copy of error log entry.
>
> Event Type: Error
> Event Source: NetBT
> Event Category: None
> Event ID: 4311
> Date: 09/07/2006
> Time: 14:19:34
> User: N/A
> Computer: TYSON
> Description:
> Initialization failed because the driver device could not be created.
> Data:
> 0000: 00 00 04 00 01 00 54 00 ......T.
> 0008: 00 00 00 00 d7 10 00 c0 ....×..À
> 0010: 11 01 00 00 00 00 00 00 ........
> 0018: 00 00 00 00 00 00 00 00 ........
> 0020: 00 00 00 00 00 00 00 00 ........
> 0028: 3b 00 00 c0 ;..À
>
>
> "MowGreen [MVP]" wrote:
>
>
>>Check the System event log for any errors from Automatic Update Agent or
>>something similar.
>>Go to Start, Run, type in
>>
>>eventvwr.msc
>>
>>Click OK
>>If you locate any error with the Source being the Windows Update Agent
>>or Automatic Update, double click it.
>>I'm not that familiar with Win 2K, but in XP there is a file icon just
>>under the up and down arrows. If one clicks that, then the error is
>>copied to the Clipboard.
>>Paste the error into your reply so we can see what's up.
>>
>>MowGreen [MVP 2003-2006]
>>===============
>> *-343-* FDNY
>>Never Forgotten
>>===============
>>
>>
>>Ronpaul53 wrote:
>>
>>>Thanks MowGreen, Service was changed to automatic after running your
>>>suggestion, unfortunately after a restart went back to disabled, I am on a
>>>Home network but nothing has changed and in fact did a clean install (for
>>>other reasons) only a few days ago.
>>>
>>>"MowGreen [MVP]" wrote:
>>>
>>>
>>>
>>>>Was the system ever on a network ? An existing Group Policy may be
>>>>causing the behavior if it was.
>>>>If it wasn't, go to Start > Run, copy and paste this into the Open:with
>>>>window -
>>>>
>>>>%SystemRoot%\System32\rundll32.exe setupapi,InstallHinfSection
>>>>AutoUpdate 132 %SystemRoot%\inf\au.inf
>>>>
>>>>Click OK
>>>>You may be prompted for the Win 2K CD. If files are requested that are
>>>>not on the CD, browse to the WINNT\ServicePackFiles\i386 folder.
>>>>Restart the system when done.
>>>>Did that resolve the issue ?
>>>>
>>>>MowGreen [MVP 2003-2006]
>>>>===============
>>>> *-343-* FDNY
>>>>Never Forgotten
>>>>===============
>>>>
>>>>
>>>>Ronpaul53 wrote:
>>>>
>>>>
>>>>
>>>>>Automatic updates in windows 2000 service pack 4 fully up to date. Under
>>>>>services.msc Automatic Updates will not stay on automatic after restart or
>>>>>log off goes back to disabled. checked everything that i can see have even
>>>>>compared registry with my laptop under svchost search. Can anyone suggest
>>>>>anything as it is beggining to bug me.
>>>>

 
Reply With Quote
 
Ronpaul53
Guest
Posts: n/a

 
      07-10-2006
I thank you for your help so far unfortunately can not give you that info now
as have formated and reinstalled

"MowGreen [MVP]" wrote:

> For the NetBT event error, see this MSKB :
>
> http://support.microsoft.com/kb/842715
>
> Could you please post the error that deals with the security update ?
> Thanks.
>
> MowGreen [MVP 2003-2006]
> ===============
> *-343-* FDNY
> Never Forgotten
> ===============
>
>
> Ronpaul53 wrote:
> > I have no errors for update apart from one failure to update other than one
> > security update, that was on 30/06/2006 (installation) however I have a lot
> > of NetBT which is the only error could possibly be associated with problem,
> > so have attached copy of error log entry.
> >
> > Event Type: Error
> > Event Source: NetBT
> > Event Category: None
> > Event ID: 4311
> > Date: 09/07/2006
> > Time: 14:19:34
> > User: N/A
> > Computer: TYSON
> > Description:
> > Initialization failed because the driver device could not be created.
> > Data:
> > 0000: 00 00 04 00 01 00 54 00 ......T.
> > 0008: 00 00 00 00 d7 10 00 c0 ....×..À
> > 0010: 11 01 00 00 00 00 00 00 ........
> > 0018: 00 00 00 00 00 00 00 00 ........
> > 0020: 00 00 00 00 00 00 00 00 ........
> > 0028: 3b 00 00 c0 ;..À
> >
> >
> > "MowGreen [MVP]" wrote:
> >
> >
> >>Check the System event log for any errors from Automatic Update Agent or
> >>something similar.
> >>Go to Start, Run, type in
> >>
> >>eventvwr.msc
> >>
> >>Click OK
> >>If you locate any error with the Source being the Windows Update Agent
> >>or Automatic Update, double click it.
> >>I'm not that familiar with Win 2K, but in XP there is a file icon just
> >>under the up and down arrows. If one clicks that, then the error is
> >>copied to the Clipboard.
> >>Paste the error into your reply so we can see what's up.
> >>
> >>MowGreen [MVP 2003-2006]
> >>===============
> >> *-343-* FDNY
> >>Never Forgotten
> >>===============
> >>
> >>
> >>Ronpaul53 wrote:
> >>
> >>>Thanks MowGreen, Service was changed to automatic after running your
> >>>suggestion, unfortunately after a restart went back to disabled, I am on a
> >>>Home network but nothing has changed and in fact did a clean install (for
> >>>other reasons) only a few days ago.
> >>>
> >>>"MowGreen [MVP]" wrote:
> >>>
> >>>
> >>>
> >>>>Was the system ever on a network ? An existing Group Policy may be
> >>>>causing the behavior if it was.
> >>>>If it wasn't, go to Start > Run, copy and paste this into the Open:with
> >>>>window -
> >>>>
> >>>>%SystemRoot%\System32\rundll32.exe setupapi,InstallHinfSection
> >>>>AutoUpdate 132 %SystemRoot%\inf\au.inf
> >>>>
> >>>>Click OK
> >>>>You may be prompted for the Win 2K CD. If files are requested that are
> >>>>not on the CD, browse to the WINNT\ServicePackFiles\i386 folder.
> >>>>Restart the system when done.
> >>>>Did that resolve the issue ?
> >>>>
> >>>>MowGreen [MVP 2003-2006]
> >>>>===============
> >>>> *-343-* FDNY
> >>>>Never Forgotten
> >>>>===============
> >>>>
> >>>>
> >>>>Ronpaul53 wrote:
> >>>>
> >>>>
> >>>>
> >>>>>Automatic updates in windows 2000 service pack 4 fully up to date. Under
> >>>>>services.msc Automatic Updates will not stay on automatic after restart or
> >>>>>log off goes back to disabled. checked everything that i can see have even
> >>>>>compared registry with my laptop under svchost search. Can anyone suggest
> >>>>>anything as it is beggining to bug me.
> >>>>

>

 
Reply With Quote
 
MowGreen [MVP]
Guest
Posts: n/a

 
      07-11-2006
You're welcome, that's one way to resolve the issue.

MowGreen [MVP 2003-2006]
===============
*-343-* FDNY
Never Forgotten
===============


Ronpaul53 wrote:

> I thank you for your help so far unfortunately can not give you that info now
> as have formated and reinstalled
>
> "MowGreen [MVP]" wrote:
>
>
>>For the NetBT event error, see this MSKB :
>>
>>http://support.microsoft.com/kb/842715
>>
>>Could you please post the error that deals with the security update ?
>>Thanks.
>>
>>MowGreen [MVP 2003-2006]
>>===============
>> *-343-* FDNY
>>Never Forgotten
>>===============
>>
>>
>>Ronpaul53 wrote:
>>
>>>I have no errors for update apart from one failure to update other than one
>>>security update, that was on 30/06/2006 (installation) however I have a lot
>>>of NetBT which is the only error could possibly be associated with problem,
>>>so have attached copy of error log entry.
>>>
>>>Event Type: Error
>>>Event Source: NetBT
>>>Event Category: None
>>>Event ID: 4311
>>>Date: 09/07/2006
>>>Time: 14:19:34
>>>User: N/A
>>>Computer: TYSON
>>>Description:
>>>Initialization failed because the driver device could not be created.
>>>Data:
>>>0000: 00 00 04 00 01 00 54 00 ......T.
>>>0008: 00 00 00 00 d7 10 00 c0 ....×..À
>>>0010: 11 01 00 00 00 00 00 00 ........
>>>0018: 00 00 00 00 00 00 00 00 ........
>>>0020: 00 00 00 00 00 00 00 00 ........
>>>0028: 3b 00 00 c0 ;..À
>>>
>>>
>>>"MowGreen [MVP]" wrote:
>>>
>>>
>>>
>>>>Check the System event log for any errors from Automatic Update Agent or
>>>>something similar.
>>>>Go to Start, Run, type in
>>>>
>>>>eventvwr.msc
>>>>
>>>>Click OK
>>>>If you locate any error with the Source being the Windows Update Agent
>>>>or Automatic Update, double click it.
>>>>I'm not that familiar with Win 2K, but in XP there is a file icon just
>>>>under the up and down arrows. If one clicks that, then the error is
>>>>copied to the Clipboard.
>>>>Paste the error into your reply so we can see what's up.
>>>>
>>>>MowGreen [MVP 2003-2006]
>>>>===============
>>>> *-343-* FDNY
>>>>Never Forgotten
>>>>===============
>>>>
>>>>
>>>>Ronpaul53 wrote:
>>>>
>>>>
>>>>>Thanks MowGreen, Service was changed to automatic after running your
>>>>>suggestion, unfortunately after a restart went back to disabled, I am on a
>>>>>Home network but nothing has changed and in fact did a clean install (for
>>>>>other reasons) only a few days ago.
>>>>>
>>>>>"MowGreen [MVP]" wrote:
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>>Was the system ever on a network ? An existing Group Policy may be
>>>>>>causing the behavior if it was.
>>>>>>If it wasn't, go to Start > Run, copy and paste this into the Open:with
>>>>>>window -
>>>>>>
>>>>>>%SystemRoot%\System32\rundll32.exe setupapi,InstallHinfSection
>>>>>>AutoUpdate 132 %SystemRoot%\inf\au.inf
>>>>>>
>>>>>>Click OK
>>>>>>You may be prompted for the Win 2K CD. If files are requested that are
>>>>>>not on the CD, browse to the WINNT\ServicePackFiles\i386 folder.
>>>>>>Restart the system when done.
>>>>>>Did that resolve the issue ?
>>>>>>
>>>>>>MowGreen [MVP 2003-2006]
>>>>>>===============
>>>>>>*-343-* FDNY
>>>>>>Never Forgotten
>>>>>>===============
>>>>>>
>>>>>>
>>>>>>Ronpaul53 wrote:
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>>Automatic updates in windows 2000 service pack 4 fully up to date. Under
>>>>>>>services.msc Automatic Updates will not stay on automatic after restart or
>>>>>>>log off goes back to disabled. checked everything that i can see have even
>>>>>>>compared registry with my laptop under svchost search. Can anyone suggest
>>>>>>>anything as it is beggining to bug me.
>>>>>>

 
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
Unable to load windows upate XP-KB914784-x64 Robert Windows Update 1 06-29-2006 08:39 PM
Where is ActiveX available for Windows upate? Stephan (Germany) Windows Update 3 10-16-2005 02:56 PM
Error 0x8007043c in windows upate Mike Windows Update 4 03-27-2005 04:55 PM
windows upate Fred Harvey Windows Update 0 10-22-2003 05:23 PM
Windows Upate Graham Windows Update 1 07-27-2003 03:35 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