Windows Update could not search for New Updates – Code 80244022

Written by James McDonald

March 18, 2013

Just got this error on a couple of my Windows 7 clients that were attempting to connect to WSUS.

Discovered that a proxy server had been configured with-out a bypass for local list so the connection to the WSUS server was going to the proxy and then failing to connect back to the internal WSUS server.

The Fix was to clear the proxy configuration:

C:\Windows\system32>netsh winhttp reset proxy

Current WinHTTP proxy settings:

Direct access (no proxy server).

You could also configure your proxy but provide a bypass list to allow direct connection to the WSUS server.

netsh winhttp set proxy proxy-server="http=myproxy;https=sproxy:88" bypass-list="*.foo.com"
Windows Update error 80244022

Windows Update error 80244022

 

0 Comments

Trackbacks/Pingbacks

  1. How To Fix Code 80244022 Fix Errors - Windows Vista, Windows 7 & 8 - […] Windows Update could not search for New Updates – Code … – You may use these HTML tags and…

Submit a Comment

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

The reCAPTCHA verification period has expired. Please reload the page.

You May Also Like…

Network speed test host to host

On Ubuntu / Debian apt-get install iperf3 On Windows download it from https://iperf.fr/iperf-download.php#windows Make...

Clear HSTS Settings in CHrome

Open chrome://net-internals/#hsts enter the domain in the query field and click Query to confirm it has HSTS settings...