I'm unable to update windows server 2012. I've run Windows Update Diagonstics too, but it doesn't seem to fix it. The server acts as a member of a domain with its DNS settings pointed to the server with domain controller. Any tip on how I could troubleshoot this furthure? Could it be a policy at Domain Controller? Where can I find these settings?
Asked
Active
Viewed 1,362 times
-1
-
Is your server infected with malware? – Michael Hampton Dec 06 '15 at 11:14
-
I believe not, I recently installed the server and joined a domain. – Rovdjuret Dec 06 '15 at 11:17
-
What is the version of wuauclt.exe? – Greg Askew Dec 06 '15 at 14:41
-
Have you checked chkdsk and SFC...? – BlueCompute Dec 07 '15 at 16:20
-
have no tried the tip? If not, do it and if you still have issues, post new details – magicandre1981 May 06 '16 at 04:09
1 Answers
1
Error 0x8024402F
means WU_E_PT_ECP_SUCCEEDED_WITH_ERRORS
:
// MessageId: WU_E_PT_ECP_SUCCEEDED_WITH_ERRORS
//
// MessageText:
//
// External cab file processing completed with some errors.
// #define WU_E_PT_ECP_SUCCEEDED_WITH_ERRORS _HRESULT_TYPEDEF_(0x8024402FL)
Stop the Windows Update service, delete the content of the folder C:\Windows\SoftwareDistribution\Download
. Also exclude this folder from your Anti Virus suite.

magicandre1981
- 1,145
- 2
- 11
- 20
-
1I just want to back up the claim to exclude the folder from AV scans by referencing https://technet.microsoft.com/en-us/library/dd939908%28WS.10%29.aspx#av – Daniel Dec 10 '15 at 09:22