Troubleshooting Configuration Manager Update Installation Error 0x8024000b.
Metodo 1: Extend Maximum Run Time
Anche, you can encounter another error in configuration manager logs:
Client aborted the install. [HRESULT = 0x800f0821 - CBS_E_ABORT ]
To resolve this issue you must check and extend Maximum Run Time in SCCM Console for the troubled updates.
- Correre Consolle SCCM;
- Navigare a Software Library\Software Updates\All Software Updates;
- Select KB that you trying to install (you can use search if you have many updates);
- Clic Proprietà;
- Navigare a the Maximum Run Time scheda;
- Extend Maximum run time (minuti) e fare clic OK.
NOTA: Clear the cache on the client, update SCCM policies, and try to install your update again.
Metodo 2: Check the target system
Rename SoftwareDistribution folder:
- Run Command Prompt with elevated rights;
- Run this command
net stop wuauserv
;
net stop wuauserv
3. Rinominare C:\Windows\SoftwareDistribution cartella;
4. In Command Prompt run net start wuauserv
.
net start wuauserv
If it does not help – try the next steps
- Running this script will completely reset the Windows Update client settings. It has been tested on Windows 7, 8, 10, e Windows Server 2012 R2. It will configure the services and registry keys related to Windows Update for default settings. It will also clean up files related to Windows Update, in addition to BITS-related data;
- Run the Windows Update troubleshooter.