Windows Update Issue - Error Code 0x8024a105

Windows Update Issue - Error Code 0x8024a105

Windows Update Issue - Error Code 0x8024a105.webp


How to fix error 0x8024a105 when updating Windows.

1. Run the Windows Update Troubleshooter

Windows 10: Select Start > Settings > Update & Security > Troubleshoot, then select Windows Update under Get up and running, and then select Run the troubleshooter.

2. Make sure Windows Update and Background Intelligent Transfer services are available and running.
Click Start, type services.msc in the Start Search text area, and then click services.msc in the programs list. If you are prompted for an administrator password or for a confirmation, type the password, or click Continue.

Double-click Background Intelligent Transfer Service.
If the Startup status lists Stopped, click Start and then click OK.
If the status is Running, click Restart (or click Stop then click Start)

Continue for 2 services:
Windows Update.
Workstation.

3. Rename Software Distribution folders
From Start , search for cmd
Select Command Prompt (with the option Run as Administrator) from the results
At the Command Prompt, type the following commands one at a time.
After each, select Enter. Let the command complete before typing the next command.

Code:
net stop wuauserv
net stop cryptsvc
net stop bits
net stop msiserver
ren %systemroot%\softwaredistribution softwaredistribution.bak
ren %systemroot%\system32\catroot2 catroot2.bak
net start wuauserv
net start cryptSvc
net start bits
net start msiserver

After all these commands are completed, close the Command Prompt window and restart your computer.
Please try again to run the Windows Update.

Hướng dẫn Tiếng Việt
Cách khắc phục lỗi 0x8024a105 khi Update Windows.

1. Chạy Windows Update Troubleshooter

Windows 10: Vào Start > Settings > Update & Security > Troubleshoot, chọn tiếp Windows Update > Run the troubleshooter.

2. Kiểm tra các dịch vụ (services) cập nhật của Windows
Bấm tổ hợp phím Windows + R sau đó gõ services.msc > Nhấn Enter

Tìm và nhấp đôi vào Background Intelligent Transfer Service.
Nếu dịch vụ đang Stop, ta nhấn Start.
Nếu dịch vụ đang chạy (Running), ta tắt cửa sổ, nhấn chuột phải vào dịch vụ và chọn Restart.

Tiếp tục làm tương tự cho 2 dịch vụ sau:
Windows Update.
Workstation.

3. Tạo lại thư mục Software Distribution
Từ Start , gõ tìm cmd
Chọn Command Prompt (with the option Run as Administrator)
Trong cửa sổ cmd, gõ lần lượt các câu lệnh sau và nhấn Enter.

Code:
net stop wuauserv
net stop cryptsvc
net stop bits
net stop msiserver
ren %systemroot%\softwaredistribution softwaredistribution.bak
ren %systemroot%\system32\catroot2 catroot2.bak
net start wuauserv
net start cryptSvc
net start bits
net start msiserver

Xong, bây giờ khởi động lại máy và kiểm tra thành quả.
 
Top