본문 바로가기
OS-OE Knowledge/Windows KB

Win2012/Windows Update Error Code 8024A000

by 스쳐가는인연 2013. 4. 7.

General Windows Update Troubleshooting

The following outlines how to stop services pertaining to Windows Update, rename system folders, register related DLL files, and then restart the previously mentioned services. This troubleshooting generally applies to all Windows Update related issues.

 

Stopping services pertaining to Windows Update

1.     Click Start, click All Programs, click Accessories, right-click Command Prompt, and select Run as Administrator.

2.     If you receive a notification from User Account Control simply click Continue.

3.     At the command prompt, type the following, commands and then press ENTER after each command.

        net stop wuauserv
        net stop bits

        net stop cryptsvc

4.     Please do not close the Command Prompt window.

 

Microsoft Windows [Version 6.2.9200]
(c) 2012 Microsoft Corporation. All rights reserved.

 

C:\Users\Administrator>net stop wuauserv
The Windows Update service is stopping.
The Windows Update service was stopped successfully.


C:\Users\Administrator>net stop bits
The Background Intelligent Transfer Service service is stopping..
The Background Intelligent Transfer Service service was stopped successfully.


C:\Users\Administrator>net stop cryptsvc
The Cryptographic Services service is stopping..
The Cryptographic Services service was stopped successfully. 

 

Renaming folders pertaining to Windows Update

1.     At the command prompt, type the following commands, and then press Enter after each command:

2.     ren %systemroot%\System32\Catroot2 Catroot2.old

3.     ren %systemroot%\SoftwareDistribution SoftwareDistribution.old

4.     Please do not close the Command Prompt window.

 

C:\Users\Administrator>ren %systemroot%\System32\Catroot2 Catroot2.old

C:\Users\Administrator>ren %systemroot%\SoftwareDistribution SoftwareDistribution.old

 

Registering DLL’s pertaining to Windows Update

1.     Please copy and paste the following text into a new Notepad document, and save the file as WindowsUpdate.BAT

2.     If saved correctly the icon will change from a Notepad file to BAT file which has two blue cogs as its icon.

            -or-

3.     You can manually type each command at the command prompt:

regsvr32 c:\windows\system32\vbscript.dll /s

regsvr32 c:\windows\system32\mshtml.dll /s

regsvr32 c:\windows\system32\msjava.dll /s

regsvr32 c:\windows\system32\jscript.dll /s

regsvr32 c:\windows\system32\msxml.dll /s

regsvr32 c:\windows\system32\actxprxy.dll /s

regsvr32 c:\windows\system32\shdocvw.dll /s

regsvr32 wuapi.dll /s

regsvr32 wuaueng1.dll /s

regsvr32 wuaueng.dll /s

regsvr32 wucltui.dll /s

regsvr32 wups2.dll /s

regsvr32 wups.dll /s

regsvr32 wuweb.dll /s

regsvr32 Softpub.dll /s

regsvr32 Mssip32.dll /s

regsvr32 Initpki.dll /s

regsvr32 softpub.dll /s

regsvr32 wintrust.dll /s

regsvr32 initpki.dll /s

regsvr32 dssenh.dll /s

regsvr32 rsaenh.dll /s

regsvr32 gpkcsp.dll /s

regsvr32 sccbase.dll /s

regsvr32 slbcsp.dll /s

regsvr32 cryptdlg.dll /s

regsvr32 Urlmon.dll /s

regsvr32 Shdocvw.dll /s

regsvr32 Msjava.dll /s

regsvr32 Actxprxy.dll /s

regsvr32 Oleaut32.dll /s

regsvr32 Mshtml.dll /s

regsvr32 msxml.dll /s

regsvr32 msxml2.dll /s

regsvr32 msxml3.dll /s

regsvr32 Browseui.dll /s

regsvr32 shell32.dll /s

regsvr32 wuapi.dll /s

regsvr32 wuaueng.dll /s

regsvr32 wuaueng1.dll /s

regsvr32 wucltui.dll /s

regsvr32 wups.dll /s

regsvr32 wuweb.dll /s

regsvr32 jscript.dll /s

regsvr32 atl.dll /s

regsvr32 Mssip32.dll /s

 

WindowsUpdate-8024A000.zip

 

Restarting services pertaining to Windows Update

1.     Click Start, click All Programs, click Accessories, right-click Command Prompt, and select Run as Administrator.

2.     If you receive a notification from User Account Control simply click Continue.

3.     At the command prompt, type the following, commands and then press ENTER after each command.

        net start wuauserv
        net start bits

        net start cryptsvc

        exit

 

C:\Users\Administrator>net start wuauserv
The Windows Update service is starting.
The Windows Update service was started successfully.


C:\Users\Administrator>net start bits
The Background Intelligent Transfer Service service is starting.
The Background Intelligent Transfer Service service was started successfully.


C:\Users\Administrator>net start cryptsvc
The Cryptographic Services service is starting.
The Cryptographic Services service was started successfully.

 

 

4.     Now please check for updates using Windows Update to see if the issue has been resolved.

These steps were provided by MVP, BSOD.

정보 출처
http://answers.microsoft.com/en-us/windows/forum/windows_other-windows_update/windows-update-error-code-8024a000/562845f3-78d5-42a0-bed5-e3fd39f01df7

반응형