|
| ||||||||||
| Tags: 80070490, error code, windows update |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| Error code 80070490 in Windows Update when doing 'Check for Update
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 |
| Vista Windows Update error Code: 80070490 Windows Update encountered an unknown error | Kumar esan | Vista Help | 3 | 04-05-2012 12:24 PM |
| Unable to update windows KB2505591, Error code 652 while trying to update Bing Bar 7.0. | Myshaa | Operating Systems | 4 | 03-04-2011 12:33 AM |
| Windows Update Error Code 2 attempting to install Security Update for .NET Framework 4 (KB2160841) | Dalapathi | Windows Update | 6 | 26-02-2011 09:50 AM |
| Security Update for Windows Vista (KB967723) update error 80070490 | jyenterp | Windows Update | 1 | 03-11-2009 11:56 AM |
| Unable to update windows vista 32bit version, Error Code: 80070490 | Shell | Operating Systems | 5 | 30-05-2008 12:32 PM |