Troubleshooting Configuration Manager Update Installation Error 0x8024000b.
Verfahren 1: Extend Maximum Run Time
Auch, 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.
- Laufen SCCM-Konsole;
- Navigieren Sie zu Software -Bibliothek Software -Updates Alle Software -Updates;
- Select KB that you trying to install (you can use search if you have many updates);
- Klicken Eigenschaften;
- Navigieren Sie zu the Maximum Run Time Tab;
- Extend Maximum run time (Minuten) und klicken OK.
NOTIZ: Löschen Sie das cache on the client, update SCCM policies, and try to install your update again.
Verfahren 2: Check the target system
Rename SoftwareDistribution folder:
- Run Command Prompt with elevated rights;
- Run this command
net stop wuauserv
;
net stop wuauserv
3. Umbenennen C:\Windows\SoftwareDistribution Ordner;
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, und 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.