|
| |||||||||
| Tags: 80070490, error code, windows update |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| Error code 80070490 in Windows Update when doing 'Check for Update
I noticed my last check for updates was from a while back, so I ran Check for Updates, which told me "Windows could not search for new updates" and returned error code 80070490 in the window. I don't seem to find anything applicable about this error code. Sugestions? |
|
#2
| |||
| |||
| RE: Error code 80070490 in Windows Update when doing 'Check for Update "Kultsi KN" wrote: > I noticed my last check for updates was from a while back, so I ran Check for > Updates, which told me "Windows could not search for new updates" and > returned error code 80070490 in the window. > > I don't seem to find anything applicable about this error code. > > Sugestions? |
|
#3
| |||
| |||
| RE: Error code 80070490 in Windows Update when doing 'Check for Update "Kultsi KN" wrote: > I noticed my last check for updates was from a while back, so I ran Check for > Updates, which told me "Windows could not search for new updates" and > returned error code 80070490 in the window. > > I don't seem to find anything applicable about this error code. > > Sugestions? |
|
#4
| |||
| |||
| RE: Error code 80070490 in Windows Update when doing 'Check for Update "Kultsi KN" wrote: > I noticed my last check for updates was from a while back, so I ran Check for > Updates, which told me "Windows could not search for new updates" and > returned error code 80070490 in the window. > > I don't seem to find anything applicable about this error code. > > Sugestions? |
|
#5
| |||
| |||
| RE: Error code 80070490 in Windows Update when doing 'Check for Up "paul" wrote: > > > "Kultsi KN" wrote: > > > I noticed my last check for updates was from a while back, so I ran Check for > > Updates, which told me "Windows could not search for new updates" and > > returned error code 80070490 in the window. > > > > I don't seem to find anything applicable about this error code. > > > > Sugestions? Well, Paul, your reply does not help much... |
|
#6
| |||
| |||
| RE: Error code 80070490 in Windows Update when doing 'Check for Up "paul" wrote: > > > "Kultsi KN" wrote: > > > I noticed my last check for updates was from a while back, so I ran Check for > > Updates, which told me "Windows could not search for new updates" and > > returned error code 80070490 in the window. > > > > I don't seem to find anything applicable about this error code. > > > > Sugestions? Well, Paul, your reply does not help much... |
|
#7
| |||
| |||
| RE: Error code 80070490 in Windows Update when doing 'Check for Up "paul" wrote: > > > "Kultsi KN" wrote: > > > I noticed my last check for updates was from a while back, so I ran Check for > > Updates, which told me "Windows could not search for new updates" and > > returned error code 80070490 in the window. > > > > I don't seem to find anything applicable about this error code. > > > > Sugestions? Well, Paul, your reply does not help much... |
|
#8
| |||
| |||
| Re: Error code 80070490 in Windows Update when doing 'Check for Update
"Kultsi KN" <Kultsi KN@discussions.microsoft.com> wrote in message news:4AF6BB8A-84F7-4E0C-BEDD-2436E10E3132@microsoft.com... >I noticed my last check for updates was from a while back, so I ran Check for > Updates, which told me "Windows could not search for new updates" and > returned error code 80070490 in the window. > > I don't seem to find anything applicable about this error code. > > Sugestions? Codes are often useless without their context in the log. Also, besides searching for the hex value, search for both the hex value prefixed by 0x, e.g. 0x80070490 and search for the decimal equivalent of the lower half, e.g. 1168. Then in a cmd window you can find out what the code "means" <cmd_output> >net helpmsg 1168 Element not found. </cmd_output> QED. --- |
|
#9
| |||
| |||
| Re: Error code 80070490 in Windows Update when doing 'Check for Update
"Kultsi KN" <Kultsi KN@discussions.microsoft.com> wrote in message news:4AF6BB8A-84F7-4E0C-BEDD-2436E10E3132@microsoft.com... >I noticed my last check for updates was from a while back, so I ran Check for > Updates, which told me "Windows could not search for new updates" and > returned error code 80070490 in the window. > > I don't seem to find anything applicable about this error code. > > Sugestions? Codes are often useless without their context in the log. Also, besides searching for the hex value, search for both the hex value prefixed by 0x, e.g. 0x80070490 and search for the decimal equivalent of the lower half, e.g. 1168. Then in a cmd window you can find out what the code "means" <cmd_output> >net helpmsg 1168 Element not found. </cmd_output> QED. --- |
|
#10
| |||
| |||
| Re: Error code 80070490 in Windows Update when doing 'Check for Update
"Kultsi KN" <Kultsi KN@discussions.microsoft.com> wrote in message news:4AF6BB8A-84F7-4E0C-BEDD-2436E10E3132@microsoft.com... >I noticed my last check for updates was from a while back, so I ran Check for > Updates, which told me "Windows could not search for new updates" and > returned error code 80070490 in the window. > > I don't seem to find anything applicable about this error code. > > Sugestions? Codes are often useless without their context in the log. Also, besides searching for the hex value, search for both the hex value prefixed by 0x, e.g. 0x80070490 and search for the decimal equivalent of the lower half, e.g. 1168. Then in a cmd window you can find out what the code "means" <cmd_output> >net helpmsg 1168 Element not found. </cmd_output> QED. --- |
|
#11
| |||
| |||
| Re: Error code 80070490 in Windows Update when doing 'Check for Up "Robert Aldwinckle" wrote: > "Kultsi KN" <Kultsi KN@discussions.microsoft.com> wrote in message > news:4AF6BB8A-84F7-4E0C-BEDD-2436E10E3132@microsoft.com... > >I noticed my last check for updates was from a while back, so I ran Check for > > Updates, which told me "Windows could not search for new updates" and > > returned error code 80070490 in the window. > > > > I don't seem to find anything applicable about this error code. > > > > Sugestions? > > > Codes are often useless without their context in the log. > > Also, besides searching for the hex value, search for both the hex value > prefixed by 0x, e.g. 0x80070490 and search for the decimal equivalent > of the lower half, e.g. 1168. > > Then in a cmd window you can find out what the code "means" > > <cmd_output> > >net helpmsg 1168 > > Element not found. > </cmd_output> > > > QED. > > > --- > > > |
|
#12
| |||
| |||
| RE: Error code 80070490 in Windows Update when doing 'Check for Update "Kultsi KN" wrote: > I noticed my last check for updates was from a while back, so I ran Check for > Updates, which told me "Windows could not search for new updates" and > returned error code 80070490 in the window. > > I don't seem to find anything applicable about this error code. > > Sugestions? |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Error code 80070490 in Windows Update when doing 'Check for Update" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Security Update for Windows Vista (KB967723) update error 80070490 | jyenterp | Windows Update | 1 | 03-11-2009 12:56 PM |
| Error found: Code 80070490 Windows Update encountered an unknown e | needs help ! | Windows Update | 1 | 02-10-2009 04:34 AM |
| Vista Windows Update error Code: 80070490 Windows Update encountered an unknown error | Michel Speed | Vista Help | 1 | 25-01-2009 03:32 AM |
| update error code:80070490 | eezapz2101 | Windows Update | 6 | 18-12-2008 04:42 AM |
| Unable to update windows vista 32bit version, Error Code: 80070490 | Shell | Operating Systems | 5 | 30-05-2008 01:32 PM |