Search The Web

Showing posts with label WSUS. Show all posts
Showing posts with label WSUS. Show all posts

Monday, May 27, 2013

Windows Update Error 0x8024402C in Windows 7, 8, 2012, 2008 R2, Vista

Windows Update Error 0x8024402C in Windows 7, 8, 2012, 2008 R2, Vista


Windows Update Error 0x8024402C occurs when running windows update and you try to connect to the Windows or Microsoft Update Website.

Please see this post for an overview of how to troubleshoot Windows Updates: How to Troubleshoot Windows Update Issues

if you view the logs located at: %windir%\windowsupdate.log you may also see this error present like this:

FATAL: SelfUpdate check failed, err = 0x8024402C
2013-05-11 11:41:27:095 1208 2344 Agent  * WARNING: Skipping scan, self-update check returned 0x8024402C
2013-05-11 11:41:27:095 1208 2344 Agent  * WARNING: Exit code = 0x8024402C


This issue is commonly caused by Firewall Settings not being correctly set within Internet Explorer. There are 3 ways in which you can attempt to correct this error:

Method 1:

Download and run the Microsoft Windows Update Readiness Tool located at: http://support.microsoft.com/kb/947821 . If this fails to solve the issue then please try one of the other methods.

Method 2:

This Method is for if you ar ein a corporation or campus that uses a Proxy Server.
  1. Open Internet Explorer and go to Tools -> Internet Options
    Windows Update Error 0x8024402C
  2. Click on the Connections Tab, select LAN Settings and choose OK
    Windows Update Error 0x8024402CWindows Update Error 0x8024402C
  3. Choose the Advanced Button
  4. Clear any entries under the exceptions window and choose OK
    Windows Update Error 0x8024402C
  5. Open a command prompt:
    1. In Windows 7, Vista, 2008 either:
      1. Go to start  chose run and type in cmd and press OK . Or:
      2. Type command prompt into the search bar in the start menu
        Windows Update Error 0x8024402C
    2. In Windows 8 
      1. Go to the Start Screen and type command prompt. This will open a search screen where you can then select command prompt from the right hand side
        Windows Update Error 0x8024402C
  6. in the command prompt window, enter the following pressing Enter After each command
    1. netsh winhttp reset proxy
    2. net stop wuauserv
    3. net start wuauserv
      Windows Update Error 0x8024402C
  7. restart the computer and try and install updates again
Method 3:
  1. Open Internet Explorer
    Windows Update Error 0x8024402C
  2. Go to Tools -> Internet Options
    Windows Update Error 0x8024402C
  3. Click on Connections -> LAN Settings
    Windows Update Error 0x8024402C

    Windows Update Error 0x8024402C
  4. Select Automatically Detect Settings 
    Windows Update Error 0x8024402C
  5. Choose OK
  6. close and re open Internet Explorer and try installing updates again.


Saturday, April 6, 2013

How to Force a WSUS client to check for new updates in Windows 7, 8, XP, Server 2008, 2012

How to Force a WSUS client to check for new updates in Windows 7, 8, XP, Server 2008, 2012


WSUS clients occasionally need to be told to check for updates outside of the configured parameters as defined in your AD group policy. this is manly used in testing after setup of a new WSUS server or perhaps a new image to make sure that the the devices can talk effectively  but also can be used for troubleshooting issues with WSUS where updates are not being propagated across the network.

The command to do this is go to an administrator command prompt, or Start -> Run and type wuauclt /detectnow . This will initiate the client to check with the WSUS server and exchange update information.

This command is also often integrated into login script batch files to force the client to talk to the WSUS upon login

If you need further information as to what is occurring in the background, then consulting the log file at %windir%\windowsupdate.log is a great place to start. This log will also confirm for you if your computer and the WSUS server are communicating as desired.

This article can also be located on our sister site DizzyIT.com at http://dizzyit.com/2013/04/07/force-wsus-client-check-updates-windows-7-8-xp-server-2008-2012/